summaryrefslogtreecommitdiff
path: root/docs/yaml/functions
AgeCommit message (Expand)Author
2023-04-21rust: Add new `rust_dependency_map` target configurationSebastian Dröge
2023-04-20extra_files keyword in declare_dependency()Charles Brunet
2023-04-11fix various spelling issuesJosh Soref
2023-03-28Add support for meson.options as a replacement for meson_options.txtDylan Baker
2023-03-01docs: document default_options behaviourJohn Levon
2023-03-01docs: fix a small typoJohn Levon
2023-02-15docs: add description of license_files kwargEli Schwartz
2023-02-10docs: Add cython to the languages accepted by project()Daniele Nicolodi
2023-01-04document declare_dependency(object: ...)Paolo Bonzini
2023-01-04allow passing generated objects in the "objects" keyword argumentPaolo Bonzini
2022-12-21fix build_target(objects: ...) documentationPaolo Bonzini
2022-12-14docs: clarify the semantics of the required: kwarg everywhereEli Schwartz
2022-12-14docs: simplify the documentation on required kwarg for subprojectEli Schwartz
2022-11-11Fix typo in dependency() 'names' docstring [skip ci]Will Thompson
2022-10-24Add missing since annotations in docsElliott Sales de Andrade
2022-10-23Fix typos in docsElliott Sales de Andrade
2022-10-22doc: Fix linkZhao, Gang
2022-10-10Document and test new WrapDB auto fallbackXavier Claessens
2022-08-29docs: make note of the path restriction on subdir()Eli Schwartz
2022-07-31documentation: extend custom_target installGerion Entrup
2022-07-08implement the new preserve_path kwarg for install_data tooEli Schwartz
2022-06-17docs: d_module_versions has an undocumented ability to accept integersEli Schwartz
2022-06-17docs: fix incorrect info for declare_dependency sourcesEli Schwartz
2022-05-31Fix typo in documentation for add_*_argumentsKarl Linden
2022-05-30Implement `preserve_path` for install_headersFlorian "sp1rit"​
2022-05-03interpreter: new function add_project_dependencies()Paolo Bonzini
2022-05-02complete documentation of declare_dependencyRemi Thebault
2022-05-02docs: correct incorrect types for pch filesEli Schwartz
2022-04-20vcs_tag: handle non-str / non-file argumentsKirill Isakov
2022-04-20vcs_tag: document the already supported file argKirill Isakov
2022-04-07docs: YAML: Add `arg_flattening: false` where requiredDaniel Mensinger
2022-04-01docs: fix inaccurate description of command targetsEli Schwartz
2022-03-31docs: note that find_program accepts file objectsEli Schwartz
2022-03-31docs: correct documentation of shared_library soversionsEli Schwartz
2022-03-30Add new debug() functionMarvin Scholz
2022-03-24Make compilers list per subprojectXavier Claessens
2022-03-22Fix missing ' in custom_target docsrusty-snake
2022-03-22Add ability to add resources to jarsTristan Partin
2022-03-20docs: fix incorrect default for test is_parallelEli Schwartz
2022-03-13Merge pull request #9339 from dcbaker/submit/structured_sourcesJussi Pakkanen
2022-03-07docs: document the rust_crate_type build_target keywordDylan Baker
2022-03-07docs: Add docs for structured_sourcesDylan Baker
2022-03-02document and raise an error for disallowed combination of install_headers argsEli Schwartz
2022-02-28Allow setting method/separator in environment() and meson.add_devenv()Xavier Claessens
2022-02-20add all supported arguments in docs for summary()Stone Tickle
2022-02-14shared module: Allow linking on AndroidNirbheek Chauhan
2022-02-09meson: Allow directory options outside of prefixJan Tojnar
2022-02-03docs: strongly recommend the use of SPDX instead of array of licenseDylan Baker
2022-02-01interpreter: support for forcibly verbose logging of some testsPaolo Bonzini
2022-01-29docs: find_program can return the current Python3 interpreterAndrea Pappacoda