aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-06cmake: Fixed test cases for windowsDaniel Mensinger34-12/+177
2019-06-06cmake: use newer CMake version for cygwinDaniel Mensinger1-1/+10
2019-06-06cmake: Added docsDaniel Mensinger3-30/+103
2019-06-06cmake: Added option for additional CMake argsDaniel Mensinger4-10/+22
2019-06-06cmake: Minor fixesDaniel Mensinger2-19/+29
2019-06-06cmake: support object librariesDaniel Mensinger9-7/+101
2019-06-06cmake: Added test for configure_fileDaniel Mensinger4-0/+16
2019-06-06cmake: Added Code generation testDaniel Mensinger5-0/+57
2019-06-06cmake: Always add the CMake build dir to the include dirsDaniel Mensinger1-1/+2
2019-06-06cmake: Added project testsDaniel Mensinger6-6/+23
2019-06-06cmake: Fixed install prefixDaniel Mensinger2-5/+12
2019-06-06cmake: First working versionDaniel Mensinger2-25/+135
2019-06-06cmake: basic AST generationDaniel Mensinger2-16/+218
2019-06-06cmake: extract the codemodelDaniel Mensinger8-11/+237
2019-06-06cmake: get CMake inputsDaniel Mensinger2-4/+78
2019-06-06cmake: Handle a few more stub messagesDaniel Mensinger1-13/+33
2019-06-06cmake: configure worksDaniel Mensinger2-2/+61
2019-06-06cmake: Server handshakeDaniel Mensinger11-3/+405
2019-06-06cmake: Made CMake executable finding availiable for other functionsDaniel Mensinger1-36/+40
2019-06-06Added method kwarg to subprojectDaniel Mensinger2-13/+36
2019-06-06Merge pull request #5263 from Ericson2314/per-machine-cli-argsJussi Pakkanen15-146/+255
2019-06-06gnome.yelp(): Fix media symlink fallback pathChristoph Reiter1-2/+4
2019-06-05Add tests for std usage. Closes #5097.Jussi Pakkanen3-0/+19
2019-06-05Per machine do 'build.' and '' option prefixesJohn Ericson13-146/+233
2019-06-05mlog.debug the meson-set PKG_CONFIG_PATHJohn Ericson1-1/+4
2019-06-06compilers/c: Fix removal of name from Combo options for ICLDylan Baker1-1/+1
2019-06-05Merge pull request #5436 from dcbaker/cmake-lexer-spaces-in-argsJussi Pakkanen4-34/+158
2019-06-05rewriter: Fix that default_options would not set the correct idDaniel Mensinger2-3/+3
2019-06-03ninjabackend: refactor _generate_single_compileMarcel Hollerbach1-19/+24
2019-06-03backend: refactor get_custom_target_provided_librariesMarcel Hollerbach2-3/+13
2019-06-03subproject: fix update_svnMarkus Theil1-1/+1
2019-05-31doc: fix typo [skip ci]Eli Schwartz1-1/+1
2019-05-30dependencies/cmake: Handle spaces in set_target_propertiesDylan Baker1-12/+29
2019-05-29dependencies/cmake: Handle spaces in set_property callsDylan Baker1-14/+14
2019-05-29dependencies/cmake: correctly handle spaces in variable namesDylan Baker2-11/+31
2019-05-29tests: Test the cmake parser more thuroughlyDylan Baker4-1/+88
2019-05-28BUGFIX variable name #5285Michael Hirsch, Ph.D1-2/+4
2019-05-28interpreter: add fallback argument to subproject.get_variable()Mathieu Duponchelle4-7/+36
2019-05-28gnome: make sure the target build directory is passed first for linkingChristoph Reiter5-8/+107
2019-05-28meson-introspect: do not include host environment in test/benchmark introspec...Paolo Bonzini1-1/+1
2019-05-27coredata: add cmake_prefix_path optionDylan Baker7-4/+70
2019-05-27docs: pkg_config_path is a list not a stringDylan Baker1-1/+1
2019-05-27Update to new ccache URLJoel Rosdahl3-7/+7
2019-05-27dependencies/llvm: Fixup bad output from llvm-config on windowsDylan Baker1-2/+8
2019-05-23docs/Users: update Mesa link [skip ci]Erik Faye-Lund1-1/+1
2019-05-23Use library() instead of rolling your own. [skip ci]Jussi Pakkanen1-11/+4
2019-05-23Merge pull request #5028 from bonzini/sourcesetJussi Pakkanen49-0/+970
2019-05-22join_paths => / [skip ci]Michael Hirsch, Ph.D6-18/+20
2019-05-22dub: add other library target typesLuís Ferreira1-1/+1
2019-05-22sourceset: add a realistic example as a testcasePaolo Bonzini23-0/+327