aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-09unit tests: exe_suffix is '.exe' on CygwinNirbheek Chauhan1-1/+1
2017-04-09appveyor.yml: Move cygwin and mingw up the listNirbheek Chauhan1-9/+9
2017-04-09unit tests: Run another linuxlike test on all platformsNirbheek Chauhan1-9/+9
2017-04-09tests: Move appveyor platform workaround to run_tests.pyNirbheek Chauhan2-15/+15
2017-04-09vs: Pass absolute path of files to run_targetNirbheek Chauhan1-0/+3
2017-04-09unit tests: Skip tests that need NinjaNirbheek Chauhan1-0/+6
2017-04-09unit tests: Fix running specific targets with MSBuildNirbheek Chauhan3-22/+47
2017-04-09unit tests: Run on all backends, not just NinjaNirbheek Chauhan2-16/+28
2017-04-09run_project_tests: Clean on backends that can't installNirbheek Chauhan3-49/+46
2017-04-09project tests: Add a new BuildStep called validateNirbheek Chauhan1-1/+2
2017-04-09run_project_tests: Clean-up backend detection a bitNirbheek Chauhan2-37/+30
2017-04-09tests: Factor out common code to run_testsNirbheek Chauhan3-55/+87
2017-04-09run_tests: Improve the backend detectionNirbheek Chauhan1-6/+12
2017-04-09gnome: Allow modules to optionally generate ObjectManager boilerplateRichard Hughes2-0/+3
2017-04-09Add support for BOOST_INCLUDEDIR and BOOST_LIBRARYDIRWade Berrier2-3/+14
2017-04-08Test whether runpath/rpath override LD_LIBRARY_PATHNirbheek Chauhan5-0/+33
2017-04-08Merge pull request #1518 from centricular/mesonintrospect-evarJussi Pakkanen9-30/+79
2017-04-08Merge pull request #1580 from pitti/feature/add-arguments-language-listJussi Pakkanen8-68/+62
2017-04-08Merge pull request #1567 from jon-turney/cygwinJussi Pakkanen29-51/+182
2017-04-08Allow specifying windres binary in cross filesDylan Baker1-3/+11
2017-04-07add_project_arguments: allow call after subproject()Philipp Ittershagen2-8/+13
2017-04-07Add Cygwin/x86_64 to AppVeyor CI matrixJon Turney3-2/+30
2017-04-06add_{project,global}_arguments: support language listPhilipp Ittershagen8-3/+26
2017-04-06Ignore missing .pdb files when not using MSVSJon Turney1-0/+3
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-06Refactor function_add_{global,project}_{link_,}arguments common codePhilipp Ittershagen1-60/+26
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