summaryrefslogtreecommitdiff
path: root/run_unittests.py
Commit message (Expand)AuthorAgeFilesLines
* compilers: Fix error when objc/objc++ compilers are not foundnirbheek/fix-objc-cpp-detectionNirbheek Chauhan2017-12-301-2/+17
* Merge pull request #2334 from mesonbuild/promotedepJussi Pakkanen2017-12-261-0/+25
|\
| * Also promote wrap files.Jussi Pakkanen2017-12-171-0/+4
| * Add functionality to promote nested dependencies to top level.Jussi Pakkanen2017-12-171-0/+21
* | Merge pull request #2817 from jon-turney/masterJussi Pakkanen2017-12-261-0/+39
|\ \
| * | Add a test of prefix-dependent defaults for project(default_options:)Jon Turney2017-12-211-0/+39
| |/
* | unit tests: Test that relative install_rpath works correctlyNirbheek Chauhan2017-12-261-0/+7
* | Warn on unknown command line argumentsDylan Baker2017-12-191-0/+19
|/
* Use consistent mlog formatting with the ConfigTool dependency helpersDylan Baker2017-12-151-1/+1
* dependencies: Don't use NotImplementedError for invalid methodsNirbheek Chauhan2017-12-091-0/+16
* Fix `array` type nameEric Engestrom2017-12-071-2/+2
* Add C++17 flags to GCC and Clang.Jussi Pakkanen2017-12-061-1/+3
* Silence git stdout messages.Jussi Pakkanen2017-12-061-3/+5
* Merge pull request #2663 from inigomartinez/pkg-config-define-variableJussi Pakkanen2017-12-031-2/+2
|\
| * dependencies: Fix pkg-config variable definitionIñigo Martínez2017-12-011-2/+2
* | Merge pull request #2703 from mesonbuild/msvc-library-search-fixesJussi Pakkanen2017-12-031-17/+27
|\ \
| * | unit tests: Skip coverage properly with clangmsvc-library-search-fixesNirbheek Chauhan2017-12-031-2/+3
| * | unit tests: Fix test_compiler_detection on MinGWNirbheek Chauhan2017-12-031-4/+5
| * | tests: Fix static library linking on MSYS2-MinGWNirbheek Chauhan2017-12-031-8/+14
| * | unit tests: Remove all instances of FakeEnvironmentNirbheek Chauhan2017-12-031-3/+5
* | | Merged array option branch.Jussi Pakkanen2017-12-031-0/+19
|\ \ \ | |/ / |/| |
| * | String arguments can permit arbitrary string valuesJussi Pakkanen2017-12-031-0/+19
* | | Merge pull request #2618 from mesonbuild/osxlinkerfixesJussi Pakkanen2017-12-031-3/+6
|\ \ \ | |/ / |/| |
| * | Fix rpath tests on Linux.Jussi Pakkanen2017-11-261-4/+6
* | | Merge pull request #2390 from dcbaker/submit/options-listJussi Pakkanen2017-12-021-1/+47
|\ \ \
| * | | Add new array type optionDylan Baker2017-11-291-0/+47
| * | | run_unittests.py: remove newline at top of fileDylan Baker2017-11-291-1/+0
* | | | cross: Implement support for loading cross files from system pathsDylan Baker2017-11-301-0/+46
|/ / /
* | | Merge pull request #2512 from dcbaker/wip/config-tool-variablesJussi Pakkanen2017-11-281-1/+1
|\ \ \
| * | | Make WxDependency a ConfigToolDependencyDylan Baker2017-11-231-1/+1
| |/ /
* | | spelling: overriddenJosh Soref2017-11-261-1/+1
|/ /
* | Make the full test suite runnable with an external command.Jussi Pakkanen2017-11-201-1/+4
* | Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen2017-11-201-9/+10
* | Tests can be run with an external Meson command.Jussi Pakkanen2017-11-201-4/+5
|/
* Merge pull request #2611 from mesonbuild/nirbheek/pkgconfig-msvc-staticJussi Pakkanen2017-11-151-44/+125
|\
| * unit tests: Teach detect_prebuild_env about CygwinJon Turney2017-11-141-0/+3
| * unit tests: Attempt to fix failure on CygwinNirbheek Chauhan2017-11-111-0/+4
| * unit tests: Properly skip if pkg-config wasn't foundNirbheek Chauhan2017-11-111-0/+4
| * pkgconfig module: Escape all paths while generatingNirbheek Chauhan2017-11-111-6/+28
| * dependencies: Add a test for static libs with pkg-configNirbheek Chauhan2017-11-111-39/+87
* | Add unittest of prefix dependent default directoriesJon Turney2017-10-281-1/+48
|/
* Merge pull request #2397 from mesonbuild/prebuiltJussi Pakkanen2017-10-021-0/+94
|\
| * Fix tests on OSX.Jussi Pakkanen2017-10-011-1/+3
| * Fix MSVC builds.Jussi Pakkanen2017-10-011-1/+7
| * Add an rpath entry to shared libraries that are linked from the source tree.Jussi Pakkanen2017-09-301-6/+33
| * Moved prebuilt static library under unit tests.Jussi Pakkanen2017-09-301-1/+23
| * Moved prebuilt object test under unittests.Jussi Pakkanen2017-09-301-0/+37
* | Use listify and extract_as_list everywhereNirbheek Chauhan2017-10-011-1/+44
|/
* flake8: Perform suggested whitespace/formatting changesLuke Shumaker2017-09-211-1/+1
* Add test for get_option(b_xxx) on reconfigure.Hristo Venev2017-09-151-0/+5