aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
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 Baker2-10/+18
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-29dependencies/curses: Add a system dependencyDylan Baker2-4/+4
2020-09-29dependencies/curses: Add support for using the ncurses config toolsDylan Baker2-1/+7
2020-09-29docs/Dependencies Add missing curses documentationDylan Baker1-0/+10
2020-09-29Merge pull request #7758 from dcbaker/submit/hdf5-factoryDylan Baker2-0/+13
2020-09-29Merge pull request #7772 from xclaesse/deprecate-source-rootJussi Pakkanen2-7/+23
2020-09-29Improve documentation about using shell in custom_target() [skip ci]Jon Turney2-4/+9
2020-09-28Add old style command to tutorial. Closes #7793. [skip ci]Jussi Pakkanen1-2/+13
2020-09-28Add meson.project_build/source_root() methodsXavier Claessens2-2/+13
2020-09-25dependencies/hdf5: Use the correct compilers for the machineDylan Baker1-0/+3
2020-09-25dependencies/hdf5: Convert to a dependency_factoryDylan Baker2-0/+10
2020-09-23Deprecate meson.build_root() and meson.source_root()Xavier Claessens2-6/+11
2020-09-21docs: Clarify what literal strings mean [skip ci]Nirbheek Chauhan1-2/+3
2020-09-21Improve docs for creating new wraps. [skip ci]Jussi Pakkanen1-16/+85
2020-09-15Add support for the CompCert C CompilerSebastian Meyer2-0/+5
2020-09-14InternalDependency: Add as_link_whole() methodXavier Claessens2-0/+19
2020-09-13external-project: New module to build configure/make projectsXavier Claessens3-0/+141
2020-09-10msubprojects: Allow comma separated list of typesXavier Claessens2-5/+7
2020-09-10msubprojects: Fix review commentsXavier Claessens1-2/+2
2020-09-10doc: Update new `meson subprojects` behaviorsXavier Claessens2-12/+63
2020-09-10Add release note snippetJon Turney1-0/+4
2020-09-10Don't require build machine compilers for project() languagesJon Turney1-5/+13
2020-09-07docs/Users: add p11-kit [skip ci]Daiki Ueno1-0/+1
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-09-04introspect: add test dependencies info to test/benchmark JSONPaolo Bonzini2-0/+11
2020-09-02docs: Add a snippet for python 3.5 deprecation [skip ci]Nirbheek Chauhan1-0/+15
2020-09-02Add Entangle application to list of apps using MesonDaniel Berrangé1-0/+1
2020-09-02Add some forgotten values for "cpp_std" [skip ci]Michael Brockus1-1/+1
2020-08-30Clarify the use of -Doption and alternatives [skip ci]Sebastian Engel1-4/+8
2020-08-27test: Add 'dir' support for installed files in test.jsonDaniel Mensinger1-0/+1
2020-08-25Merge pull request #7581 from peterh/aixJussi Pakkanen1-0/+8
2020-08-25qt module: add qresource support to compile_translationsEli Schwartz2-0/+36
2020-08-23Merge pull request #7600 from alexrp/masterJussi Pakkanen2-2/+2
2020-08-22Add C2x option support.Alex Rønne Petersen2-2/+2
2020-08-22Merge pull request #7447 from scivision/nvcJussi Pakkanen2-0/+4
2020-08-22added VS Code/Codium extention [skip ci]noasakurajin1-0/+1
2020-08-21Virtualization 💖 Meson [skip ci]Paolo Bonzini1-0/+2
2020-08-18Interpreter: Fix c_stdlib usageXavier Claessens2-1/+19
2020-08-17docs: add AIX preliminary support snippetPeter Harris1-0/+8
2020-08-15add owl chess in Users.md [skip ci]Michael Brockus1-0/+1
2020-08-15Add paper rock scissors to Users.md [skip ci]Michael Brockus1-0/+1
2020-08-15Add that prefix keyword works for cc.get_defineJohn Scott1-1/+1
2020-08-14docs: Clarify some FAQs in the Tutorial [skip ci]Nirbheek Chauhan1-1/+13
2020-08-08Written a new paragraph for var naming recommendation (#7531)Michael Brockus1-3/+6
2020-08-05Document VS backend from_buildtype behaviour change in release notesNirbheek Chauhan1-0/+8
2020-08-02Merge pull request #6597 from dcbaker/full-project-configDylan Baker2-13/+160