summaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)Author
2018-08-31gnome: fix generate_gir when linking with libasanMathieu Duponchelle
2018-08-29Improve support for macOS dylib versioningNirbheek Chauhan
2018-08-28CompilerArgs: -Wl,-lfoo is also a valid way to pass a libraryNirbheek Chauhan
2018-08-27Add support for custom dist scripts.Jussi Pakkanen
2018-08-27Add a `required` argument to `subproject`Thibault Saunier
2018-08-23CompilerArgs: Allow calling to_native() multiple timesNirbheek Chauhan
2018-08-22Added "native" kwarg to add_XXX_args. Closes #3669.Jussi Pakkanen
2018-08-22Test that system shlibs with undefined symbols can be foundNirbheek Chauhan
2018-08-21PkgConfigDependency: Parse library paths in a separate stepNirbheek Chauhan
2018-08-19Fix various small test failures on macOSNirbheek Chauhan
2018-08-19Condense test dirs.Jussi Pakkanen
2018-08-18Merge pull request #4030 from 3v1n0/broken-symlink-install-with-mode-fixJussi Pakkanen
2018-08-18Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen
2018-08-17unittests: test_install_subdir_symlinks_with_default_umaskMarco Trevisan (Treviño)
2018-08-17wraptool: fix manual selection of wrap file to promoteDaniel Pirch
2018-08-15install_subdir: Also copy dangling symlinksNirbheek Chauhan
2018-08-11Merge pull request #4001 from mikezackles/cpp2aJussi Pakkanen
2018-08-11Fix FeatureNew false positive in vcs_tagNirbheek Chauhan
2018-08-11Merge pull request #3657 from jon-turney/consolidate-dependency-check-reportNirbheek Chauhan
2018-08-11PkgConfigDependency: Don't try to resolve internal compiler libsNirbheek Chauhan
2018-08-09Try appleclang 9.1 for both c++17 and c++2aZachary Michaels
2018-08-09Don't test for c++2a on gcc versions that don't support itZachary Michaels
2018-08-09Add support for c++2a and gnu++2aZachary Michaels
2018-08-08PkgConfigDependency: Fix library path search orderNirbheek Chauhan
2018-08-07Test that vim syntax highlighting is up-to-dateNirbheek Chauhan
2018-08-04Merge pull request #3945 from mesonbuild/dircondenserJussi Pakkanen
2018-08-01Update a unit test which relies on specific dependency check outputJon Turney
2018-07-31Merge pull request #3850 from mesonbuild/nirbheek/exe-wrapper-compiler-fallbacksJussi Pakkanen
2018-07-31Condense test dirs.Jussi Pakkanen
2018-07-27Move test from common to unit.Rafael Ávila de Espíndola
2018-07-25Make the rpath order deterministic. (#3932)Rafael Ávila de Espíndola
2018-07-22Make the dependency order deterministic. (#3927)Rafael Ávila de Espíndola
2018-07-19Merge pull request #3814 from behlec/configure-file-outputJussi Pakkanen
2018-07-10find_library: Validate and sort globbed shared library filesNirbheek Chauhan
2018-07-09Fix directory verification. Closes #3857.Jussi Pakkanen
2018-07-09Fix searching of shared libraries on OpenBSD (#3851)Nirbheek Chauhan
2018-07-09Fix regexp for warningChristoph Behle
2018-07-09cross: Be more permissive about not-found exe_wrapperNirbheek Chauhan
2018-07-08Document options for mesonChristoph Behle
2018-07-08Add tests for warnings in configure_file()Christoph Behle
2018-07-07Raise a MesonException when substituting an invalid valueNirbheek Chauhan
2018-07-05run_unittests.py: Test that empty cdata subst are actually doneNirbheek Chauhan
2018-07-04configure_file: Don't optimize away substitutionsNirbheek Chauhan
2018-07-02FeatureNew: Make all checks subproject-specificNirbheek Chauhan
2018-07-02Add some tests for FeatureNewMathieu Duponchelle
2018-07-01Don't let build_always take precedence over build_by_default (#3816)Andrei Alexeyev
2018-07-01Allow command lists for find_program cross file overridesNirbheek Chauhan
2018-06-29Options: treat array option -Dopt= and -Dopt=[] as equivalentDylan Baker
2018-06-20Validate cpu_family (#3753)Ross Burton
2018-06-19Downgrade unknown option from exception to warningXavier Claessens