aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Reference-manual.md
AgeCommit message (Expand)AuthorFilesLines
2021-01-30Rewrap long text lines in docs. [skip ci]docrewrapJussi Pakkanen1-91/+104
2021-01-29Can read project version from a file.Jussi Pakkanen1-1/+3
2021-01-27intepreter: Allow using file objects for the script_name of add_*_scriptDylan Baker1-2/+14
2021-01-27custom_target: Add env kwargXavier Claessens1-0/+4
2021-01-27test: Make timeout <= 0 infinite duractionXavier Claessens1-2/+5
2021-01-21interpreter: accept external programs and dependencies for summaryPaolo Bonzini1-1/+5
2021-01-12summary: align left, not align middleEli Schwartz1-7/+7
2021-01-05mtest: Add support for rust unit testsDylan Baker1-0/+1
2020-12-14doc: fix typos for doubled words [skip ci]Eli Schwartz1-2/+2
2020-12-03Add prelinking support for static libraries.Jussi Pakkanen1-0/+4
2020-11-12interpreter: Add get_keys function for configuration_data (#7887)Jones1-0/+6
2020-11-05docs: Recommend to use SPDX license identifiers [skip ci]Michael Weiss1-7/+8
2020-10-19fix markdown issuePaolo Bonzini1-1/+1
2020-10-16Fix consistency in variables kwargXavier Claessens1-1/+1
2020-10-08dependency: support boolean argument "allow_fallback"Paolo Bonzini1-4/+13
2020-10-08docs: improve documentation of subproject fallbackPaolo Bonzini1-15/+34
2020-10-07Add win_subsystem kwarg. Closes #7765.Jussi Pakkanen1-2/+9
2020-10-02docs: Fixup find_program search path documentation [skip ci]Nirbheek Chauhan1-5/+16
2020-10-01deprecated get_configtool_variable and get_pkgconfig_variableDylan Baker1-10/+14
2020-10-01Document search order of find_programRasmus Thomsen1-1/+4
2020-10-01document keys() method of dictionary object [skip ci]Alexandros Theodotou1-0/+2
2020-09-29Merge pull request #7772 from xclaesse/deprecate-source-rootJussi Pakkanen1-7/+13
2020-09-29Improve documentation about using shell in custom_target() [skip ci]Jon Turney1-0/+4
2020-09-28Add meson.project_build/source_root() methodsXavier Claessens1-2/+8
2020-09-23Deprecate meson.build_root() and meson.source_root()Xavier Claessens1-6/+6
2020-09-14InternalDependency: Add as_link_whole() methodXavier Claessens1-0/+7
2020-09-10Don't require build machine compilers for project() languagesJon Turney1-5/+13
2020-09-06doc: Add missing method arguments [skip ci]Michal Sojka1-21/+21
2020-09-05docs: Fix typo in Reference-manual.md [skip ci]Krzysztof Małysa1-1/+1
2020-08-15Add that prefix keyword works for cc.get_defineJohn Scott1-1/+1
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