aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2018-10-24Move VS C++17 test to a unit test since it requires env setup.Jussi Pakkanen1-0/+13
2018-10-20Remove implicit compression of man pagesMichał Górny1-2/+2
2018-10-15Add macOS test for duplicate `-delete_rpath` handlingDavid Seifert1-0/+12
2018-10-14Merge pull request #4340 from jon-turney/azure-pipelinesJussi Pakkanen1-4/+4
2018-10-14Use 'CI' environment variable to detect CI environmentJon Turney1-4/+4
2018-10-13Added .so to list possible darwin dynamic library suffixes (#4364)gsobala1-1/+1
2018-10-10tests runners: Refactor out global variables and add argparseNiklas Claesson1-3/+8
2018-10-07Substitute output file then check for conflict.Christoph Behle1-0/+2
2018-10-01compilers/c: don't return -pthread for MacOS with any compilerDylan Baker1-8/+13
2018-09-22Use only basename part in test. Closes #4237.Jussi Pakkanen1-1/+1
2018-09-17Also check wx-config-gtk3 when looking for wxWidgetsJan Niklas Hasse1-4/+4
2018-09-17Fix broken unit test qt5dependency_pkgconfig_detectionAlexis Jeandet1-7/+7
2018-09-16Fix ICC on macOSDavid Seifert1-8/+15
2018-09-16Fix GCC on macOSDavid Seifert1-0/+4
2018-09-16Use enum instead of `int` for compiler variantsDavid Seifert1-13/+13
2018-09-16Fix incorrect feature check warningJon Turney1-1/+1
2018-09-13Merge pull request #4017 from jon-turney/version-comparison-rewriteJussi Pakkanen1-11/+124
2018-09-12Correct version_compare_condition_with_min()Jon Turney1-4/+5
2018-09-12Add more tests of version comparisonJon Turney1-1/+102
2018-09-12Use the exact current version in obtainMesonOutputJon Turney1-7/+11
2018-09-11Sprinkle functools.lru_cache() in a few more placesNirbheek Chauhan1-11/+11
2018-09-10Improve formatting of dependency detailsJon Turney1-1/+1
2018-09-10Add test case for version_compare_manyJon Turney1-0/+7
2018-09-06Condense test dirs.Jussi Pakkanen1-13/+13
2018-09-03Allow override_find_program to use an executable.Rafael Ávila de Espíndola1-0/+11
2018-08-31gnome: fix generate_gir when linking with libasanMathieu Duponchelle1-0/+8
2018-08-29Improve support for macOS dylib versioningNirbheek Chauhan1-48/+81
2018-08-28CompilerArgs: -Wl,-lfoo is also a valid way to pass a libraryNirbheek Chauhan1-0/+3
2018-08-27Add support for custom dist scripts.Jussi Pakkanen1-12/+38
2018-08-27Add a `required` argument to `subproject`Thibault Saunier1-0/+10
2018-08-23CompilerArgs: Allow calling to_native() multiple timesNirbheek Chauhan1-7/+30
2018-08-22Added "native" kwarg to add_XXX_args. Closes #3669.Jussi Pakkanen1-0/+2
2018-08-22Test that system shlibs with undefined symbols can be foundNirbheek Chauhan1-29/+22
2018-08-21PkgConfigDependency: Parse library paths in a separate stepNirbheek Chauhan1-1/+1
2018-08-19Fix various small test failures on macOSNirbheek Chauhan1-1/+10
2018-08-19Condense test dirs.Jussi Pakkanen1-43/+43
2018-08-18Merge pull request #4030 from 3v1n0/broken-symlink-install-with-mode-fixJussi Pakkanen1-6/+16
2018-08-18Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen1-0/+35
2018-08-17unittests: test_install_subdir_symlinks_with_default_umaskMarco Trevisan (Treviño)1-6/+16
2018-08-17wraptool: fix manual selection of wrap file to promoteDaniel Pirch1-0/+17
2018-08-15install_subdir: Also copy dangling symlinksNirbheek Chauhan1-0/+26
2018-08-11Merge pull request #4001 from mikezackles/cpp2aJussi Pakkanen1-1/+7
2018-08-11Fix FeatureNew false positive in vcs_tagNirbheek Chauhan1-0/+10
2018-08-11Merge pull request #3657 from jon-turney/consolidate-dependency-check-reportNirbheek Chauhan1-7/+7
2018-08-11PkgConfigDependency: Don't try to resolve internal compiler libsNirbheek Chauhan1-2/+23
2018-08-09Try appleclang 9.1 for both c++17 and c++2aZachary Michaels1-2/+2
2018-08-09Don't test for c++2a on gcc versions that don't support itZachary Michaels1-0/+2
2018-08-09Add support for c++2a and gnu++2aZachary Michaels1-0/+4
2018-08-08PkgConfigDependency: Fix library path search orderNirbheek Chauhan1-0/+44
2018-08-07Test that vim syntax highlighting is up-to-dateNirbheek Chauhan1-74/+95