aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2017-04-08Test whether runpath/rpath override LD_LIBRARY_PATHNirbheek Chauhan5-0/+33
2017-04-08Merge pull request #1518 from centricular/mesonintrospect-evarJussi Pakkanen2-0/+34
2017-04-08Merge pull request #1580 from pitti/feature/add-arguments-language-listJussi Pakkanen7-1/+26
2017-04-07add_project_arguments: allow call after subproject()Philipp Ittershagen1-1/+3
2017-04-06add_{project,global}_arguments: support language listPhilipp Ittershagen7-0/+23
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-06Run test cases/windows/ tests on CygwinJon Turney1-1/+1
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-06Use '.exe' extension for executables for CygwinJon Turney1-1/+1
2017-04-06Use correct shared library naming for CygwinJon Turney1-4/+4
2017-04-07Don't crash if a meson.build file is empty (#1570)Aaron Plattner2-0/+2
2017-04-05Renamed tests with the same number.Jussi Pakkanen10-0/+0
2017-04-05Merge pull request #1511 from centricular/get-defineJussi Pakkanen4-1/+31
2017-04-05Prohibit ':' in project namesNirbheek Chauhan1-0/+1
2017-04-04Allow option values to contain ':'Nirbheek Chauhan1-1/+1
2017-04-04Use CPPFLAGS for pre-processor compiler checksNirbheek Chauhan2-0/+10
2017-04-04Merge pull request #1557 from pitti/fix/configure_data-files-inputJussi Pakkanen1-0/+5
2017-04-04New compiler function: cc.get_define()Nirbheek Chauhan1-0/+19
2017-04-03Merge pull request #1520 from mesonbuild/tingping/python3-moduleJussi Pakkanen1-0/+10
2017-04-03Merge pull request #1457 from mesonbuild/overridesJussi Pakkanen9-0/+61
2017-04-03tests/common/141: Fix build on mingw64Nirbheek Chauhan2-1/+6
2017-04-03Enable File() objects as an input parameter to configure_filePhilipp Ittershagen1-0/+5
2017-04-02Merge pull request #1505 from centricular/dont-use-c++-for-assemblyJussi Pakkanen10-2/+71
2017-04-02Add test for werror which is a boolean type.Jussi Pakkanen2-2/+6
2017-04-02Proxy object for overriding options transparently.Jussi Pakkanen4-0/+26
2017-04-02Add MVP implementation of overriding options.Jussi Pakkanen5-0/+31
2017-03-30python3: Add tests for sysconfig_path() and language_version()Patrick Griffis1-0/+10
2017-03-29Merge pull request #1346 from msink/test-mingwJussi Pakkanen11-10/+78
2017-03-30tests/common/141: Also test C + asm targetsNirbheek Chauhan2-0/+9
2017-03-29configure_file: make input arg optional if command is usedTim-Philipp Müller3-0/+25
2017-03-29rust: Support executable name differing from source namePatrick Griffis4-2/+10
2017-03-28tests/windows/5: Skip if build_to_src has spacesNirbheek Chauhan1-0/+59
2017-03-28tests/windows/5: Add more subdirs to the testNirbheek Chauhan6-4/+7
2017-03-28tests/common/127: Fix test on MinGW 64-bitNirbheek Chauhan2-1/+6
2017-03-28tests/common/135: Fix assembly on GCC/MinGWNirbheek Chauhan3-5/+6
2017-03-28Export MESONINTROSPECT to postconf/install/run_command scriptsNirbheek Chauhan2-0/+34
2017-03-27Allow not-required not-found dependencies in subprojectsNirbheek Chauhan1-0/+4
2017-03-27Try even harder to use the C compiler for assemblyNirbheek Chauhan7-0/+60
2017-03-27tests: Fix typo in unit test codeNirbheek Chauhan1-1/+1
2017-03-27Don't require a language/compiler for configuringNirbheek Chauhan1-1/+1
2017-03-26vs: Fix custom target generated object pathsNirbheek Chauhan6-0/+48
2017-03-25declare_dependency: flatten dependencies kwargs allowing [] as no-op depTim-Philipp Müller1-0/+17
2017-03-25Merge pull request #1496 from centricular/fix-internal-dep-orderJussi Pakkanen3-0/+11
2017-03-23vs: Always use a wrapper for custom target commandsNirbheek Chauhan1-4/+0
2017-03-23Merge pull request #1456 from ieei/compute_intJussi Pakkanen4-0/+59