aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2017-04-15tests: skip protocol buffers test if deps are not foundTim-Philipp Müller1-2/+7
2017-04-15Make it possible to only do unity builds on subprojects.Jussi Pakkanen1-4/+2
2017-04-15Merge pull request #1549 from mesonbuild/linkwholeJussi Pakkanen5-0/+62
2017-04-12vala: Allow installation into default directoriesNirbheek Chauhan4-13/+11
2017-04-11Merge pull request #1596 from centricular/test-rebuildsJussi Pakkanen3-1/+3
2017-04-11Merge pull request #1606 from dcbaker/vs_modules_defsJussi Pakkanen5-0/+28
2017-04-11Merge pull request #1588 from absmall/methodJussi Pakkanen2-6/+9
2017-04-10Allow using generated files to shared_library vs_module_defs. Closes #1605Dylan Baker5-0/+28
2017-04-10Add tests for target and custom_target rebuildNirbheek Chauhan3-1/+3
2017-04-10tests/windows/7: Fix test on CygwinNirbheek Chauhan1-2/+2
2017-04-09Merge pull request #1469 from centricular/install-secondary-outputsJussi Pakkanen16-0/+147
2017-04-09Add an option to dependencies called 'method'. This can be used toAaron Small2-6/+9
2017-04-08Skip test on VS earlier than 2015.Jussi Pakkanen1-0/+8
2017-04-08Add option to link the entire contents of a static library to a target.Jussi Pakkanen5-0/+54
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-04Don't generate import library for shared modulesNirbheek Chauhan8-0/+12
2017-04-04Fix custom directory installation of import libraryNirbheek Chauhan4-0/+12
2017-04-04Support multiple install dirs for built/custom targetsNirbheek Chauhan8-0/+123
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