aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-04compilers: Rename 'get_define' to 'get_builtin_define'Nirbheek Chauhan2-12/+12
2017-04-03Merge pull request #1520 from mesonbuild/tingping/python3-moduleJussi Pakkanen2-0/+32
2017-04-03Merge pull request #1457 from mesonbuild/overridesJussi Pakkanen16-37/+216
2017-04-03tests/common/141: Fix build on mingw64Nirbheek Chauhan2-1/+6
2017-04-03update authors.txtPhilipp Ittershagen1-0/+1
2017-04-03Enable File() objects as an input parameter to configure_filePhilipp Ittershagen2-2/+11
2017-04-03Refactor duplicate code in FilePhilipp Ittershagen1-6/+6
2017-04-02Merge pull request #1505 from centricular/dont-use-c++-for-assemblyJussi Pakkanen17-26/+188
2017-04-02Add test for werror which is a boolean type.Jussi Pakkanen3-3/+9
2017-04-02Review fixes.Jussi Pakkanen4-5/+4
2017-04-02Proxy object for overriding options transparently.Jussi Pakkanen8-2/+77
2017-04-02Use get_option_for_target for builtins where sensible.Jussi Pakkanen4-27/+34
2017-04-02Use relative object file name for unity files everywhere.Jussi Pakkanen2-8/+10
2017-04-02Create unity files with the VS backend.Jussi Pakkanen4-10/+20
2017-04-02Add MVP implementation of overriding options.Jussi Pakkanen8-7/+87
2017-03-30python3: Add tests for sysconfig_path() and language_version()Patrick Griffis1-0/+10
2017-03-30python3: Add sysconfig_path() methodPatrick Griffis1-0/+14
2017-03-30python3: Add language_version() methodPatrick Griffis1-0/+8
2017-03-30strip trailing backslash from WindowsSDKVersion (#1538)melak472-1/+2
2017-03-29Add dependency type for ValgrindDylan Baker2-0/+10
2017-03-29fix "Meson encountered an error in file meson.build, line 19, column … (#1536)kalmiya2-2/+3
2017-03-29Merge pull request #1346 from msink/test-mingwJussi Pakkanen20-26/+184
2017-03-30run_tests: Don't run unit tests when the VS backend is selectedNirbheek Chauhan1-1/+10
2017-03-30tests/common/141: Also test C + asm targetsNirbheek Chauhan3-2/+27
2017-03-29configure_file: make input arg optional if command is usedTim-Philipp Müller4-3/+32
2017-03-29rust: Support executable name differing from source namePatrick Griffis6-13/+13
2017-03-28Fix warning making static libs on msvc/ninjaPeter Harris2-3/+3
2017-03-28tests/windows/5: Skip if build_to_src has spacesNirbheek Chauhan1-0/+59
2017-03-28appveyor: Move msys2-mingw matrix a little higherNirbheek Chauhan1-4/+4
2017-03-28modules: Start using @SOURCE_ROOT@ and @BUILD_ROOT@Nirbheek Chauhan6-13/+36
2017-03-28tests/windows/5: Add more subdirs to the testNirbheek Chauhan6-4/+7
2017-03-28project tests: Don't look for PDB files on MinGW/GCCNirbheek Chauhan1-1/+2
2017-03-28tests/common/127: Fix test on MinGW 64-bitNirbheek Chauhan2-1/+6
2017-03-28project tests: DummyExecutor for MSYS2 and OpenBSDNirbheek Chauhan1-1/+56
2017-03-28tests/common/135: Fix assembly on GCC/MinGWNirbheek Chauhan3-5/+6
2017-03-28unit tests: Skip static library overwrite on WindowsNirbheek Chauhan1-1/+3
2017-03-28appveyor: run tests against MSYS2-MinGWMike Sinkovsky1-0/+9
2017-03-27Don't delete static library on WindowsNirbheek Chauhan1-1/+5
2017-03-28Export MESONINTROSPECT to postconf/install/run_command scriptsNirbheek Chauhan9-30/+79
2017-03-27Allow not-required not-found dependencies in subprojectsNirbheek Chauhan2-2/+12
2017-03-27Merge pull request #1529 from centricular/fix-dep-typoJussi Pakkanen2-20/+2
2017-03-27Fix qt4 tool location detection, which may result in incorrectly pickingAaron Small2-1/+35
2017-03-27appveyor: Only build vs2010/x86 + vs2015/x86 + vs2017/x64Nirbheek Chauhan1-18/+0
2017-03-27Fix typo in dependency invalid arguments errorNirbheek Chauhan1-2/+2
2017-03-27wrap: Also capture stderr while running quiet_git()Nirbheek Chauhan2-1/+6
2017-03-27Try even harder to use the C compiler for assemblyNirbheek Chauhan11-16/+126
2017-03-27tests: Fix typo in unit test codeNirbheek Chauhan1-1/+1
2017-03-27Don't require a language/compiler for configuringNirbheek Chauhan2-3/+3
2017-03-27compilers: Implement __repr__ for easier debuggingNirbheek Chauhan1-0/+5
2017-03-27Try harder to use the C compiler for compiling asmNirbheek Chauhan3-17/+25