aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Reference-manual.md
AgeCommit message (Expand)AuthorFilesLines
2021-10-03docs: Remove the old Reference manualDaniel Mensinger1-2996/+0
2021-09-30dependency: Allow searching for multiple namesXavier Claessens1-1/+8
2021-09-30Make custom_target() name argument optionalXavier Claessens1-2/+14
2021-09-28Merge pull request #9014 from bonzini/mixed-language-linkJussi Pakkanen1-1/+4
2021-09-25interpreter: Introduce StringHolderDaniel Mensinger1-0/+1
2021-09-07docs: document new behavior with respect to mixed language link testsPaolo Bonzini1-1/+4
2021-08-23interpreter: Fix dependency(..., static: true) fallbackXavier Claessens1-0/+5
2021-08-18docs: Remove the deleted function find_libraryDaniel Mensinger1-7/+1
2021-08-17Add install tagsXavier Claessens1-6/+27
2021-08-16Add unset_variable()Tristan Partin1-0/+11
2021-08-13Document that custom_target() install_dir can be a listXavier Claessens1-1/+20
2021-06-30interpreter: add required and disabled to importDylan Baker1-5/+15
2021-06-29Add feed arg to custom_target()Simon Ser1-0/+4
2021-06-22Add Visual Studio 2012/2013 backends (#8803)fanc9991-2/+2
2021-06-22Merge pull request #8900 from bonzini/extract-objects-docsJussi Pakkanen1-1/+3
2021-06-22extract_objects: test and document using the result in a custom_targetPaolo Bonzini1-1/+3
2021-06-21fix: Ensure that build targets have all methods from ExternalProgramDaniel Mensinger1-0/+11
2021-06-18dependency: Empty fallback is the same as allow_fallback: falseXavier Claessens1-0/+2
2021-06-08doc: Fix link to Commands.mdXavier Claessens1-1/+1
2021-06-08interpreter: add feature.disable_auto_if()Paolo Bonzini1-0/+9
2021-06-08interpreter: add feature.require()Paolo Bonzini1-0/+15
2021-05-31interpreter: add feature.allowed()Paolo Bonzini1-0/+1
2021-05-12doc: Add example how to use devenvXavier Claessens1-0/+9
2021-04-15docs: add the 'since' tag to string.replacePeter Hutterer1-2/+2
2021-04-15docs: document default version for declare_dependency()Simon Ser1-1/+2
2021-04-09docs: Fix the description of static_library's additional arguments [skip ci]Adam Jackson1-2/+1
2021-04-09Add global_source/build_root()Xavier Claessens1-0/+16
2021-03-23environment(): Allow stacking append() and prepend() (#8547)Xavier Claessens1-2/+13
2021-03-18Allow add_dist_script() in subprojectsXavier Claessens1-6/+15
2021-03-18interpreter: Add varname as positional arg in dep.get_variable()Xavier Claessens1-2/+6
2021-03-16Add range() functionXavier Claessens1-0/+30
2021-03-16Add `meson devenv` command and meson.add_devenv()Xavier Claessens1-0/+13
2021-03-09Add str.replace() methodTristan Partin1-0/+3
2021-03-06minstall: Correctly set uid/gid of installed filesPeter Kjellerstedt1-1/+1
2021-03-04docs: Clarify compiler.cmd_array() (#8454)Chris Mayo1-2/+1
2021-02-27install_man locale supportJason Woodward1-0/+5
2021-02-26Allow printing UserOptions in the summaryStephen Gregoratto1-0/+1
2021-02-26meson: add .has_external_property() methodsTim-Philipp Müller1-0/+7
2021-02-25deprecated `meson.get_cross_property`Dylan Baker1-3/+3
2021-02-25Support multiple args in error()Xavier Claessens1-0/+3
2021-02-17Substitute @CURRENT_SOURCE_DIR@ in run_target() and custom_target()Xavier Claessens1-0/+17
2021-02-07Make installing non-existing subdirs a supported featurePeter Hutterer1-0/+10
2021-02-07Merge pull request #8288 from bonzini/test-setup-exclude-suitesJussi Pakkanen1-0/+3
2021-02-05run_target: Add env kwargXavier Claessens1-0/+4
2021-02-02doc: fix typosEli Schwartz1-2/+2
2021-02-02interpreter, mtest: introduce add_test_setup(exclude_suites: ...)Paolo Bonzini1-0/+3
2021-01-31Capitalize "Meson" consistently as it is a proper name. [skip ci]Jussi Pakkanen1-6/+6
2021-01-30add_install_script: add skip_if_destdir kwargXavier Claessens1-0/+4
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen1-91/+104
2021-01-29Can read project version from a file.Jussi Pakkanen1-1/+3