aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Reference-manual.md
AgeCommit message (Expand)AuthorFilesLines
2020-07-20string: add substring methodStéphane Cerveau1-0/+3
2020-07-09doc: Small tweaks to fallback documentation [skip ci]Xavier Claessens1-0/+2
2020-07-01wrap: Add 'provide' sectionXavier Claessens1-1/+3
2020-07-01Implicit dependency fallback when a subproject wrap or dir existsXavier Claessens1-1/+3
2020-06-30Cleaned up Reference docs [skip ci]TheQwertiest1-486/+470
2020-06-11Correct argument typo in partial_dependnecy (#7300) [skip ci]Phillip Johnston1-1/+1
2020-05-18pass exe_wrapper to test scripts through the environmentDylan Baker1-0/+7
2020-05-14interpreter: Rename has_exe_wrapper -> can_run_host_binariesDylan Baker1-4/+8
2020-05-06Merge pull request #7064 from dcbaker/gtest-protocolJussi Pakkanen1-5/+8
2020-05-04Add native support for gtest testsDylan Baker1-5/+8
2020-05-03Merge pull request #7060 from dcbaker/install-script-targetsJussi Pakkanen1-0/+7
2020-04-30Docs: Update link_language docs to explain when it should be usedDylan Baker1-2/+6
2020-04-30docs: Update documentation for add_*_scriptDylan Baker1-0/+7
2020-04-28find_program: Fixes when the program has been overridden by executableXavier Claessens1-1/+9
2020-04-12Merge pull request #6958 from jon-turney/fix-name-prefix-explicit-defaultJussi Pakkanen1-4/+4
2020-04-11docs: fix the docs for install_subdir's strip_directory [skip ci]Peter Hutterer1-1/+1
2020-04-11Refine documentation of default name_prefixJon Turney1-4/+4
2020-03-28docs: why 'ninja test' depends on build_by_default targets [skip ci]Marc Herbert1-2/+6
2020-03-19cmake: Add find_package COMPONETS supportDaniel Mensinger1-1/+2
2020-03-09Merge pull request #6532 from jon-turney/languages-native-kwargJussi Pakkanen1-9/+19
2020-03-06Improve logged messages for overriden dependenciesXavier Claessens1-1/+4
2020-03-06Simplify dependency() fallbackXavier Claessens1-0/+4
2020-03-06Add meson.override_dependency()Xavier Claessens1-1/+7
2020-03-04interpreter: add 'name' method to BuildTargetHolderStéphane Cerveau1-0/+2
2020-02-26summary: Add list_sep keyword argumentXavier Claessens1-1/+2
2020-02-19docs: Improve visibility for `.enabled()` etc., add example [skip ci]Niklas HambĂŒchen1-2/+14
2020-02-18docs: Mention `cuda` as supported language [skip ci]Niklas HambĂŒchen1-1/+1
2020-02-18docs: Fix typo 'serie' -> 'series'Niklas HambĂŒchen1-1/+1
2020-02-17minstall: Add a new option --quietNirbheek Chauhan1-2/+5
2020-02-12Refine behaviour of add_languages() when native: is missingJon Turney1-3/+7
2020-02-09Add add_languages(native:)Jon Turney1-9/+15
2020-02-06Make 'default_library' per-subproject builtin optionXavier Claessens1-1/+2
2020-02-06docs: explain the purpose of order-only deps for generated files [skip ci]Marc Herbert1-5/+6
2020-02-05docMichael Hirsch, Ph.D1-1/+1
2020-02-05add get_external_property to replace get_cross_propertyMichael Hirsch, Ph.D1-7/+12
2020-02-05add native-file properties testsMichael Hirsch, Ph.D1-0/+4
2020-02-04interpreter: Iterate custom target outputsXavier Claessens1-0/+6
2020-01-27Merge pull request #6423 from dcbaker/declare-dependency-variablesJussi Pakkanen1-2/+7
2020-01-26Support multiple args to message() and warning()Xavier Claessens1-0/+6
2020-01-23Set source and build dir envvars when running dist.Jussi Pakkanen1-8/+11
2020-01-09docs: Add documentation for variables keywordDylan Baker1-2/+7
2019-12-19summary: Change 'section' to be a kwarg instead of positionalXavier Claessens1-16/+14
2019-12-19add compiler.get_linker_id() methodMichael Hirsch, Ph.D1-1/+3
2019-12-12summary: Add bool_yn keyword argumentXavier Claessens1-0/+4
2019-12-12summary: Allow section with no title, and passing key/value separatelyXavier Claessens1-5/+12
2019-12-12Add a summary() function for configuration summarizationXavier Claessens1-0/+52
2019-12-10assert(): Make message argument optionalXavier Claessens1-0/+3
2019-12-06mtest: document default MALLOC_PERTURB_=1..255 behavior [skip ci]Michael Hirsch, Ph.D1-4/+23
2019-12-05find_program(): Add 'dirs' keyword argumentXavier Claessens1-0/+3
2019-11-29docs: fix typochris1-1/+1