summaryrefslogtreecommitdiff
path: root/docs/markdown/Reference-manual.md
AgeCommit message (Expand)Author
2021-03-09Add str.replace() methodTristan Partin
2021-03-06minstall: Correctly set uid/gid of installed filesPeter Kjellerstedt
2021-03-04docs: Clarify compiler.cmd_array() (#8454)Chris Mayo
2021-02-27install_man locale supportJason Woodward
2021-02-26Allow printing UserOptions in the summaryStephen Gregoratto
2021-02-26meson: add .has_external_property() methodsTim-Philipp Müller
2021-02-25deprecated `meson.get_cross_property`Dylan Baker
2021-02-25Support multiple args in error()Xavier Claessens
2021-02-17Substitute @CURRENT_SOURCE_DIR@ in run_target() and custom_target()Xavier Claessens
2021-02-07Make installing non-existing subdirs a supported featurePeter Hutterer
2021-02-07Merge pull request #8288 from bonzini/test-setup-exclude-suitesJussi Pakkanen
2021-02-05run_target: Add env kwargXavier Claessens
2021-02-02doc: fix typosEli Schwartz
2021-02-02interpreter, mtest: introduce add_test_setup(exclude_suites: ...)Paolo Bonzini
2021-01-31Capitalize "Meson" consistently as it is a proper name. [skip ci]Jussi Pakkanen
2021-01-30add_install_script: add skip_if_destdir kwargXavier Claessens
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen
2021-01-29Can read project version from a file.Jussi Pakkanen
2021-01-27intepreter: Allow using file objects for the script_name of add_*_scriptDylan Baker
2021-01-27custom_target: Add env kwargXavier Claessens
2021-01-27test: Make timeout <= 0 infinite duractionXavier Claessens
2021-01-21interpreter: accept external programs and dependencies for summaryPaolo Bonzini
2021-01-12summary: align left, not align middleEli Schwartz
2021-01-05mtest: Add support for rust unit testsDylan Baker
2020-12-14doc: fix typos for doubled words [skip ci]Eli Schwartz
2020-12-03Add prelinking support for static libraries.Jussi Pakkanen
2020-11-12interpreter: Add get_keys function for configuration_data (#7887)Jones
2020-11-05docs: Recommend to use SPDX license identifiers [skip ci]Michael Weiss
2020-10-19fix markdown issuePaolo Bonzini
2020-10-16Fix consistency in variables kwargXavier Claessens
2020-10-08dependency: support boolean argument "allow_fallback"Paolo Bonzini
2020-10-08docs: improve documentation of subproject fallbackPaolo Bonzini
2020-10-07Add win_subsystem kwarg. Closes #7765.Jussi Pakkanen
2020-10-02docs: Fixup find_program search path documentation [skip ci]Nirbheek Chauhan
2020-10-01deprecated get_configtool_variable and get_pkgconfig_variableDylan Baker
2020-10-01Document search order of find_programRasmus Thomsen
2020-10-01document keys() method of dictionary object [skip ci]Alexandros Theodotou
2020-09-29Merge pull request #7772 from xclaesse/deprecate-source-rootJussi Pakkanen
2020-09-29Improve documentation about using shell in custom_target() [skip ci]Jon Turney
2020-09-28Add meson.project_build/source_root() methodsXavier Claessens
2020-09-23Deprecate meson.build_root() and meson.source_root()Xavier Claessens
2020-09-14InternalDependency: Add as_link_whole() methodXavier Claessens
2020-09-10Don't require build machine compilers for project() languagesJon Turney
2020-09-06doc: Add missing method arguments [skip ci]Michal Sojka
2020-09-05docs: Fix typo in Reference-manual.md [skip ci]Krzysztof Małysa
2020-08-15Add that prefix keyword works for cc.get_defineJohn Scott
2020-07-20string: add substring methodStéphane Cerveau
2020-07-09doc: Small tweaks to fallback documentation [skip ci]Xavier Claessens
2020-07-01wrap: Add 'provide' sectionXavier Claessens
2020-07-01Implicit dependency fallback when a subproject wrap or dir existsXavier Claessens