aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2018-02-20pkgconfig deps: Warn when a static library isn't foundNirbheek Chauhan1-1/+5
2018-02-20gnome: Fix depend_files listing for compile_resourcesNirbheek Chauhan1-1/+20
2018-02-20vala: Fix path of C file with generated Vala filesNirbheek Chauhan1-4/+24
2018-02-15Only expose exception() test function during unit testsJon Turney1-0/+1
2018-02-15Add a test case for python exception exit statusJon Turney1-0/+10
2018-01-30Report warning/error locations in a format IDEs may already know how to parseJon Turney1-7/+7
2018-01-19pkgconfig: Also ignore not found deps passed directly to pc generatorXavier Claessens1-2/+8
2018-01-19run_unittests.py: Support building multiple projects in a single testXavier Claessens1-12/+19
2018-01-19Add external dependencies to pc files only if found. Closes #2911.Jussi Pakkanen1-0/+7
2018-01-19Renamed test dir to avoid duplicated numbers.Jussi Pakkanen1-1/+1
2018-01-06tests: fix rpath_uses_ORIGIN on dragonflybsdDylan Baker1-4/+18
2018-01-04Bump minimum supported Python from 3.4 to 3.5.Jussi Pakkanen1-20/+0
2018-01-03Merge pull request #2856 from jon-turney/warning-locationJussi Pakkanen1-4/+10
2018-01-02Merge pull request #2838 from mesonbuild/nirbheek/consolidate-subproject-dep-...Jussi Pakkanen1-0/+23
2018-01-01Use location formatting in mlog.warning() for invalid kwarg warningJon Turney1-0/+1
2018-01-01Wire up locations in a couple more warningsJon Turney1-4/+9
2018-01-01Merged init branch.Jussi Pakkanen1-1/+15
2018-01-01Merge pull request #2852 from jon-turney/warning-locationJussi Pakkanen1-0/+8
2017-12-31Add unit test that checks that the sample projects compile.Jussi Pakkanen1-1/+14
2018-01-01intrp: Consolidate subproject dep checking and loggingNirbheek Chauhan1-0/+23
2017-12-31Merge pull request #2757 from xclaesse/pkgconfigJussi Pakkanen1-0/+30
2017-12-30Append warning location to warning output by warning()Jon Turney1-0/+2
2017-12-30Add a test case for location in duplicate kwarg warningJon Turney1-0/+6
2017-12-30compilers: Fix error when objc/objc++ compilers are not foundNirbheek Chauhan1-2/+17
2017-12-26Merge pull request #2334 from mesonbuild/promotedepJussi Pakkanen1-0/+25
2017-12-26Merge pull request #2817 from jon-turney/masterJussi Pakkanen1-0/+39
2017-12-26unit tests: Test that relative install_rpath works correctlyNirbheek Chauhan1-0/+7
2017-12-21Add a test of prefix-dependent defaults for project(default_options:)Jon Turney1-0/+39
2017-12-20pkgconfig: Move pc file checks to run_unittests.pyXavier Claessens1-0/+30
2017-12-19Warn on unknown command line argumentsDylan Baker1-0/+19
2017-12-17Also promote wrap files.Jussi Pakkanen1-0/+4
2017-12-17Add functionality to promote nested dependencies to top level.Jussi Pakkanen1-0/+21
2017-12-15Use consistent mlog formatting with the ConfigTool dependency helpersDylan Baker1-1/+1
2017-12-09dependencies: Don't use NotImplementedError for invalid methodsNirbheek Chauhan1-0/+16
2017-12-07Fix `array` type nameEric Engestrom1-2/+2
2017-12-06Add C++17 flags to GCC and Clang.Jussi Pakkanen1-1/+3
2017-12-06Silence git stdout messages.Jussi Pakkanen1-3/+5
2017-12-03Merge pull request #2663 from inigomartinez/pkg-config-define-variableJussi Pakkanen1-2/+2
2017-12-03Merge pull request #2703 from mesonbuild/msvc-library-search-fixesJussi Pakkanen1-17/+27
2017-12-03Merged array option branch.Jussi Pakkanen1-0/+19
2017-12-03String arguments can permit arbitrary string valuesJussi Pakkanen1-0/+19
2017-12-03unit tests: Skip coverage properly with clangNirbheek Chauhan1-2/+3
2017-12-03unit tests: Fix test_compiler_detection on MinGWNirbheek Chauhan1-4/+5
2017-12-03tests: Fix static library linking on MSYS2-MinGWNirbheek Chauhan1-8/+14
2017-12-03unit tests: Remove all instances of FakeEnvironmentNirbheek Chauhan1-3/+5
2017-12-03Merge pull request #2618 from mesonbuild/osxlinkerfixesJussi Pakkanen1-3/+6
2017-12-02Merge pull request #2390 from dcbaker/submit/options-listJussi Pakkanen1-1/+47
2017-12-01dependencies: Fix pkg-config variable definitionIñigo Martínez1-2/+2
2017-11-30cross: Implement support for loading cross files from system pathsDylan Baker1-0/+46
2017-11-29Add new array type optionDylan Baker1-0/+47