summaryrefslogtreecommitdiff
path: root/docs/yaml
AgeCommit message (Expand)Author
2024-11-06vcs_tag: Add install kwargsXavier Claessens
2024-10-02Document the .kernel() and .subsystem() methodsDylan Baker
2024-10-02docs: Use examples for build_machine.cpu() that genuinely existSimon McVittie
2024-09-21Document get_variable(system)unknown
2024-09-11Fix typosspaette
2024-09-11Harmonize d_import_dirs and include_directories behavior.Andrew McNulty
2024-09-06alias_target with both_libs builds bothCharles Brunet
2024-08-27Allow external programs in test()'s 'args' parameterDavid Gibson
2024-08-05docs: fix example for feature.requireMarvin Scholz
2024-08-04docs: document prefer_static effect on dependency()Sertonix
2024-07-11docs: Add some commas to subdir_done() descriptionWill Thompson
2024-07-11docs: Fix typo in subdir_done() descriptionWill Thompson
2024-07-05Revert "Clarify mutable objects usage"Eli Schwartz
2024-06-23find_program: add a kwarg to specify custom version argumentDudemanguy
2024-05-09implement @PLAINNAME0@ and @BASENAME0@Stas Sergeev
2024-05-01Add required kwarg to compiler.{compiles,links,run}Tristan Partin
2024-04-23interpreter: implement the `name()` method for `ExternalLibraryHolder`Dylan Baker
2024-04-14Clarify mutable objects usageXavier Claessens
2024-04-05depends keyword argument: accept CustomTargetIndexGerion Entrup
2024-03-02Merge pull request #12804 from joukewitteveen/dist-rewriterJussi Pakkanen
2024-02-25docs: clarify environment variables take only ExternalProgram.full_path()L. E. Segovia
2024-02-24Allow using CustomTarget as test executableCharles Brunet
2024-02-23mtest: set MSAN_OPTIONS to abort by defaultSam James
2024-02-23env.unset methodCharles Brunet
2024-02-23doc: fix compiler.preprocess varargs documentationCharles Brunet
2024-02-18doc: fix descriptions of dependency and find_programEisuke Kawashima
2024-02-12Add MESONREWRITE to `meson dist` scriptsJouke Witteveen
2024-02-12doc: benchmark: correct usage on unixtaz-007
2024-02-09Document that alias_target accepts run_tgts since 0.60.0Tristan Partin
2024-01-17compiler.preprocess: add depends kwargStas Sergeev
2023-11-24File: Add full_path() methodXavier Claessens
2023-11-22docs/dependency: fix type of version kwargGerion Entrup
2023-11-22docs: document out of bounds behavior in str.substringFilipe Laíns
2023-11-14dependencies: allow get_variable to define multiple pkgconfig definesEli Schwartz
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-05Add env kwarg in generator.process()Nomura
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 support for padding zeroes in int.to_string() methodNomura
2023-09-09Add macro_name option to configure_fileNicholas Vinson
2023-09-09clike compilers: fix cross_* functions' includeMoody Liu
2023-09-07Add compiler.has_defineMarvin Scholz
2023-08-31add json output format to configure fileCharles Brunet
2023-08-31Doc: fix type signature for add_languages.requiredBruce Merry