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