aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-06Don't run framework tests on CygwinJon Turney1-1/+1
2017-04-06Fix test cases/common/125 on CygwinJon Turney2-4/+16
2017-04-06Teach test cases/common/140 of the existence of CygwinJon Turney1-0/+3
2017-04-06Fix test cases/common/135 on CygwinJon Turney1-0/+3
2017-04-06Ignore install as non-existent user or groupJon Turney1-1/+10
2017-04-06Run test cases/windows/ tests on CygwinJon Turney2-2/+2
2017-04-06Skip some linuxlike tests which don't work on CygwinJon Turney3-0/+12
2017-04-06Skip objc/nsstring test on CygwinJon Turney1-0/+2
2017-04-06Fix test cases/common/37 on CygwinJon Turney1-9/+9
2017-04-06Cygwin uses the msabi calling convention on x86_64Jon Turney2-4/+4
2017-04-06Add myself to authors.txtJon Turney1-0/+1
2017-04-06Use '.exe' extension for executables for CygwinJon Turney7-7/+16
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