aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2017-08-02Print deprecation warnings on old style commands.Jussi Pakkanen1-2/+2
2017-07-24Ensure same compiler flags are used for compiling PCH as normal sourcesGabrĂ­el ArthĂșr PĂ©tursson1-0/+7
2017-07-23find_library: Ignore libs on MSVC properlyNirbheek Chauhan1-0/+17
2017-07-21Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen1-0/+11
2017-07-20Add a mesonintrospect --dependencies testMartin Ejdestig1-0/+22
2017-07-17unittests: Don't pass /nologo to `cl` during detectionNirbheek Chauhan1-1/+1
2017-07-17unittests: Check value of cc.is_64 with MSVCNirbheek Chauhan1-0/+9
2017-07-17unittests: Ensure that the compiler version is not blankNirbheek Chauhan1-0/+4
2017-06-23Split out languages from compilers.pyAlistair Thomas1-1/+1
2017-06-22Split linkers out from compilers.pyAlistair Thomas1-3/+3
2017-06-21Merge pull request #1920 from QuLogic/hg-distJussi Pakkanen1-10/+36
2017-06-18Handle both pkg-config and pkgconf argument order. Closes #1934.Jussi Pakkanen1-8/+14
2017-06-18Merge pull request #1951 from mesonbuild/dedupfixJussi Pakkanen1-0/+9
2017-06-18Preserve standalone -D arguments always.Jussi Pakkanen1-3/+4
2017-06-17Failing test for -D dedupping.Jussi Pakkanen1-0/+8
2017-06-17Use the Windows proof dir deleter consistently.Jussi Pakkanen1-5/+5
2017-06-13Add test for Mercurial dist'ing.Elliott Sales de Andrade1-10/+36
2017-06-12tests/unit/8: Rename to 9 and add -l flagsNirbheek Chauhan1-2/+5
2017-06-12Created unit test to ensure linker arguments from consecutive dependencies ar...Jussi Pakkanen1-0/+16
2017-06-12Preserve -L -l pairings fetched from external depsNirbheek Chauhan1-0/+10
2017-06-10tests: Add Boost unit tests and project tests on WindowsNirbheek Chauhan1-0/+13
2017-06-10tests: Increase dependencies coverage a bit moreNirbheek Chauhan1-5/+61
2017-06-09tests: Improve llvm dependency test coverageNirbheek Chauhan1-0/+4
2017-06-09unit tests: Add class to generate failing testsNirbheek Chauhan1-11/+72
2017-06-08Do not use context managers. Because Windows.Jussi Pakkanen1-9/+16
2017-06-07Merged needs_exe_wrapper branch.Jussi Pakkanen1-0/+30
2017-06-05unit tests: Skip tests if no readelf foundNirbheek Chauhan1-2/+6
2017-06-05unit tests: Also check RUNPATH when fetching RPATHNirbheek Chauhan1-2/+2
2017-06-05Use absolute RPATHs while linking due to a binutils bugNirbheek Chauhan1-0/+22
2017-06-05unit tests: Use only implementation of get_sonameNirbheek Chauhan1-18/+13
2017-06-02ninja: Use shlex.quote for quoting on non-WindowsNirbheek Chauhan1-8/+8
2017-06-02ninja: De-dup libraries and use --start/end-groupNirbheek Chauhan1-1/+14
2017-05-29environment: Add needs_exe_wrapper for overriding auto-detection.Ole André Vadla RavnÄs1-0/+30
2017-05-21Fix cross environment pollution.Ole André Vadla RavnÄs1-0/+21
2017-05-18Merge pull request #1810 from QuLogic/pycharm-warningsJussi Pakkanen1-2/+7
2017-05-18Skip unittests that request it rather than mark them as failed. Closes #1804.Jussi Pakkanen1-0/+4
2017-05-17Add missing asserts in unit tests.Elliott Sales de Andrade1-0/+3
2017-05-17Remove unused variables.Elliott Sales de Andrade1-1/+0
2017-05-17Remove unused imports.Elliott Sales de Andrade1-1/+4
2017-05-12Add test and release notes.Jussi Pakkanen1-0/+42
2017-05-11pkgconfig: add suppport for custom variables during generationPeter Hutterer1-0/+2
2017-05-09project tests: Also regen before buildingNirbheek Chauhan1-9/+3
2017-05-04Use American English: behaviour -> behaviorPeter Hutterer1-1/+1
2017-04-23Unset compiler envvars in unit tests.Jussi Pakkanen1-0/+10
2017-04-20unit tests: Add a test case for LTO + static librariesNirbheek Chauhan1-0/+11
2017-04-17Do not obliterate old rpath because it might be used due to read only data sh...Jussi Pakkanen1-0/+22
2017-04-15Make it possible to only do unity builds on subprojects.Jussi Pakkanen1-0/+11
2017-04-11Merge pull request #1596 from centricular/test-rebuildsJussi Pakkanen1-5/+85
2017-04-11Merge pull request #1588 from absmall/methodJussi Pakkanen1-4/+2
2017-04-10Add tests for target and custom_target rebuildNirbheek Chauhan1-5/+85