aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-06Use correct shared library naming for CygwinJon Turney4-13/+54
2017-04-06Use extra_paths on CygwinJon Turney3-4/+4
2017-04-06Don't use -fPIC on Cygwin, eitherJon Turney4-5/+13
2017-04-07Don't crash if a meson.build file is empty (#1570)Aaron Plattner4-0/+4
2017-04-05Renamed tests with the same number.Jussi Pakkanen10-0/+0
2017-04-05Merge pull request #1511 from centricular/get-defineJussi Pakkanen10-70/+146
2017-04-05Prohibit ':' in project namesNirbheek Chauhan2-7/+12
2017-04-04Merged Valgrind dependency branch.Jussi Pakkanen2-0/+10
2017-04-04Allow option values to contain ':'Nirbheek Chauhan2-4/+5
2017-04-04Use CPPFLAGS for pre-processor compiler checksNirbheek Chauhan7-15/+44
2017-04-04Merge pull request #1557 from pitti/fix/configure_data-files-inputJussi Pakkanen4-8/+18
2017-04-04Use shlex.split() to split CFLAGS/LDFLAGS/etcNirbheek Chauhan1-3/+4
2017-04-04New compiler function: cc.get_define()Nirbheek Chauhan3-32/+72
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