summaryrefslogtreecommitdiff
path: root/docs/yaml/functions
AgeCommit message (Expand)Author
2023-11-22docs/dependency: fix type of version kwargGerion Entrup
2023-10-19mtest: set ASAN_OPTIONS and UBSAN_OPTIONS to abort by defaultSam James
2023-10-09interpreter: add <lang>_(static|shared)_argsDylan Baker
2023-10-09interpreter: Handle BuildTarget.vala_args as Files in the interpreterDylan Baker
2023-10-05build: use suffix when getting target id for exesDudemanguy
2023-09-28add support for vs_module_defs to ExecutablesDylan Baker
2023-09-28fix using a CustomTargetIndex for vs_module_defsDylan Baker
2023-09-19docs: fix `add_project_link_arguments` documentationBenoit Pierre
2023-09-19Rust: Replace rust_crate_type with rust_abiXavier Claessens
2023-09-13install_{data,headers,subdir}: implement follow_symlinksArsen Arsenović
2023-09-09Add macro_name option to configure_fileNicholas Vinson
2023-08-31add json output format to configure fileCharles Brunet
2023-08-31Doc: fix type signature for add_languages.requiredBruce Merry
2023-08-04Add default_options argument to find_program()Nomura
2023-07-26Fix install_data() default install pathDaniele Nicolodi
2023-07-20interpreter: deprecate 'jar' value of build_target(target_type)Dylan Baker
2023-06-27Added a little more useful info to 'link_whole' documentation, describing the...Dan Hawson
2023-06-20interpreter: Accept more types in default_options dict valuesXavier Claessens
2023-06-20interpreter: allow default_options and override_options as a dictDylan Baker
2023-06-06Override find_program('meson')Tristan Partin
2023-05-24repair install_mode support for uid/gid effectively everywhereEli Schwartz
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