summaryrefslogtreecommitdiff
path: root/run_unittests.py
Commit message (Expand)AuthorAgeFilesLines
* Bump minimum supported Python from 3.4 to 3.5.python35Jussi Pakkanen2018-01-041-20/+0
* Merge pull request #2856 from jon-turney/warning-locationJussi Pakkanen2018-01-031-4/+10
|\
| * Use location formatting in mlog.warning() for invalid kwarg warningJon Turney2018-01-011-0/+1
| * Wire up locations in a couple more warningsJon Turney2018-01-011-4/+9
* | Merge pull request #2838 from mesonbuild/nirbheek/consolidate-subproject-dep-...Jussi Pakkanen2018-01-021-0/+23
|\ \ | |/ |/|
| * intrp: Consolidate subproject dep checking and loggingnirbheek/consolidate-subproject-dep-checkingNirbheek Chauhan2018-01-011-0/+23
* | Merged init branch.Jussi Pakkanen2018-01-011-1/+15
|\ \
| * | Add unit test that checks that the sample projects compile.initJussi Pakkanen2017-12-311-1/+14
| |/
* | Merge pull request #2852 from jon-turney/warning-locationJussi Pakkanen2018-01-011-0/+8
|\ \ | |/ |/|
| * Append warning location to warning output by warning()Jon Turney2017-12-301-0/+2
| * Add a test case for location in duplicate kwarg warningJon Turney2017-12-301-0/+6
* | Merge pull request #2757 from xclaesse/pkgconfigJussi Pakkanen2017-12-311-0/+30
|\ \
| * | pkgconfig: Move pc file checks to run_unittests.pyXavier Claessens2017-12-201-0/+30
* | | compilers: Fix error when objc/objc++ compilers are not foundNirbheek 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