aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-09Rename the pkgconfig method to pkg-configAaron Small2-14/+14
2017-04-09Add an option to dependencies called 'method'. This can be used toAaron Small7-117/+185
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
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