aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml
AgeCommit message (Expand)AuthorFilesLines
2022-03-31docs: note that find_program accepts file objectsEli Schwartz1-4/+6
2022-03-31docs: correct documentation of shared_library soversionsEli Schwartz1-2/+2
2022-03-30Add new debug() functionMarvin Scholz1-0/+14
2022-03-24Make compilers list per subprojectXavier Claessens1-1/+1
2022-03-22Fix missing ' in custom_target docsrusty-snake1-2/+2
2022-03-22Add ability to add resources to jarsTristan Partin1-0/+4
2022-03-20docs: fix incorrect default for test is_parallelEli Schwartz1-1/+1
2022-03-13Merge pull request #9339 from dcbaker/submit/structured_sourcesJussi Pakkanen3-1/+25
2022-03-07docs: document the rust_crate_type build_target keywordDylan Baker1-0/+20
2022-03-07docs: Add docs for structured_sourcesDylan Baker3-1/+25
2022-03-06find_program: add a version() method to match the one for dependenciesEli Schwartz1-0/+8
2022-03-02document and raise an error for disallowed combination of install_headers argsEli Schwartz1-2/+5
2022-02-28Allow setting method/separator in environment() and meson.add_devenv()Xavier Claessens2-3/+44
2022-02-28doc: Fix spelling developper->developerXavier Claessens1-1/+1
2022-02-20add all supported arguments in docs for summary()Stone Tickle1-5/+28
2022-02-14shared module: Allow linking on AndroidNirbheek Chauhan1-5/+11
2022-02-09meson: Allow directory options outside of prefixJan Tojnar2-14/+12
2022-02-03docs: strongly recommend the use of SPDX instead of array of licenseDylan Baker1-9/+17
2022-02-01interpreter: support for forcibly verbose logging of some testsPaolo Bonzini2-0/+15
2022-01-29docs: find_program can return the current Python3 interpreterAndrea Pappacoda1-1/+3
2022-01-18interpreterobjects: deprecated passing a number to configuration_data.set10Dylan Baker2-3/+12
2022-01-14docs/dep.yaml: davault -> defaultDylan Baker1-1/+1
2021-12-30fix incorrect docs for add_*_scriptEli Schwartz1-8/+23
2021-12-08docs: Add the `configuration` keyword argument to `configure_File`Dylan Baker1-0/+7
2021-12-01add install_symlink functionPablo Correa Gómez1-0/+34
2021-11-29docs: add missing argument documentation for run_command captureDylan Baker1-0/+9
2021-11-24shared_module: Add soname when used as a link targetNirbheek Chauhan2-7/+9
2021-11-21Clarify some wording for compiler.first_supported_argumentLuke Drummond1-2/+3
2021-11-21Support Visual Studio 2022 backendCrend King1-0/+1
2021-11-09docs: fix refman 2.0 regression in correctly describing find_library(has_head...Eli Schwartz1-2/+37
2021-11-09docs: fix some spelling typosEli Schwartz1-1/+1
2021-11-05Fix markdown formating in find_program.yamlrusty-snake1-2/+2
2021-10-30Added warning if run_command is called without the check kwargVolker Weißmann1-1/+2
2021-10-26message: Allow boolXavier Claessens1-3/+3
2021-10-21Fix typosHofer-Julian3-3/+3
2021-10-11docs: fix a typoed arg name and another missing argEli Schwartz1-1/+5
2021-10-08doc: fix yaml indentation typo that broke building the websiteEli Schwartz1-6/+6
2021-10-08add install_emptydir functionEli Schwartz2-3/+33
2021-10-07docs: restore build_target method documentation which went missingEli Schwartz1-0/+40
2021-10-04Minor fixupsDaniel Mensinger4-3/+40
2021-10-03docs: Update YAML docs after rebaseDaniel Mensinger4-13/+59
2021-10-03docs: Added new static docsDaniel Mensinger2-0/+11
2021-10-03docs: added install_tag docsDaniel Mensinger6-18/+71
2021-10-03docs: added unset_variable()Daniel Mensinger1-0/+11
2021-10-03docs: Add the YAML Reference manualDaniel Mensinger92-0/+4885