aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml
AgeCommit message (Expand)AuthorFilesLines
2023-09-19docs: fix `add_project_link_arguments` documentationBenoit Pierre1-3/+3
2023-09-19Rust: Replace rust_crate_type with rust_abiXavier Claessens5-0/+40
2023-09-13install_{data,headers,subdir}: implement follow_symlinksArsen Arsenović3-0/+24
2023-09-09Add support for padding zeroes in int.to_string() methodNomura1-0/+12
2023-09-09Add macro_name option to configure_fileNicholas Vinson1-0/+7
2023-09-09clike compilers: fix cross_* functions' includeMoody Liu1-2/+13
2023-09-07Add compiler.has_defineMarvin Scholz1-0/+11
2023-08-31add json output format to configure fileCharles Brunet1-1/+1
2023-08-31Doc: fix type signature for add_languages.requiredBruce Merry1-1/+1
2023-08-18docs: Provide example for feature.disable_auto_ifJan Janssen1-0/+14
2023-08-16Fix some random capitalization in feature.yamlTristan Partin1-3/+3
2023-08-11docs: Add more feature truth tablesJan Janssen1-10/+28
2023-08-07Compiler: Add werror kwarg to compiles(), links() and run() methodsXavier Claessens1-0/+11
2023-08-07docs: add missing punctuationSebastian Crane1-1/+1
2023-08-05fixup: since: 1.1.0 -> 1.3.0Milan Hauth1-1/+1
2023-08-05compiler: Add required keyword to has_* methodsXavier Claessens1-8/+35
2023-08-04Add default_options argument to find_program()Nomura1-0/+10
2023-08-02Unify message(), format() and fstring formattingXavier Claessens1-0/+4
2023-07-28ugh, fix typo in previous commitEli Schwartz1-1/+0
2023-07-28docs: clarify what str.split doesEli Schwartz1-2/+6
2023-07-26Fix install_data() default install pathDaniele Nicolodi1-0/+2
2023-07-20interpreter: deprecate 'jar' value of build_target(target_type)Dylan Baker1-2/+5
2023-06-27Added a little more useful info to 'link_whole' documentation, describing the...Dan Hawson1-2/+4
2023-06-21Clarify `environment` docs.Paolo Borelli1-3/+2
2023-06-20doc: Dictionaries are ordered since Meson 0.62.0Xavier Claessens1-1/+2
2023-06-20interpreter: Accept more types in default_options dict valuesXavier Claessens4-4/+4
2023-06-20interpreter: allow default_options and override_options as a dictDylan Baker4-8/+14
2023-06-20add str.splitlines methodMartin Dørum1-0/+22
2023-06-06Override find_program('meson')Tristan Partin1-0/+3
2023-05-24repair install_mode support for uid/gid effectively everywhereEli Schwartz7-0/+21
2023-05-23docs: Fix some typos in feature option examplesNirbheek Chauhan1-2/+2
2023-04-21rust: Add new `rust_dependency_map` target configurationSebastian Dröge1-0/+10
2023-04-20extra_files keyword in declare_dependency()Charles Brunet1-0/+7
2023-04-11fix various spelling issuesJosh Soref7-9/+9
2023-04-11Change "can not" to "cannot" throughout projectHiPhish1-1/+1
2023-03-28doc: Fix some broken linksXavier Claessens1-2/+2
2023-03-28Add support for meson.options as a replacement for meson_options.txtDylan Baker2-3/+3
2023-03-01docs: document default_options behaviourJohn Levon1-0/+5
2023-03-01docs: fix a small typoJohn Levon1-1/+1
2023-02-20interpreter/mesonmain: Add build_options methodL. E. Segovia1-0/+15
2023-02-15interpreter: add FeatureOption.enable_if and .disable_ifDylan Baker1-0/+60
2023-02-15interpreter: add a feature.enable_auto_ifDylan Baker1-0/+17
2023-02-15docs: add description of license_files kwargEli Schwartz1-0/+16
2023-02-15preprocess: Add dependencies kwargXavier Claessens1-0/+4
2023-02-14allow install script to run in dry-run modeCharles Brunet1-0/+12
2023-02-10docs: Add cython to the languages accepted by project()Daniele Nicolodi1-2/+3
2023-01-04document declare_dependency(object: ...)Paolo Bonzini2-2/+9
2023-01-04allow passing generated objects in the "objects" keyword argumentPaolo Bonzini1-2/+5
2022-12-27add builtin option to install licensesEli Schwartz1-0/+4
2022-12-27add license_files kwarg to projectEli Schwartz1-2/+10