aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2021-04-19pkgconfig: Add support for CustomTarget objects in generatorXavier Claessens1-0/+7
2021-04-17msetup: Restore .gitignore after wipeXavier Claessens1-0/+1
2021-04-06environment: don't load project options from a native file in a cross buildDylan Baker1-1/+17
2021-04-03Merge pull request #8606 from dcbaker/submit/fix-for-build-env-variablesJussi Pakkanen1-3/+28
2021-04-01interpreter: Move to its own folder and split itXavier Claessens1-2/+2
2021-04-01tests: Add a test for the _FOR_BUILD env varsDylan Baker1-0/+20
2021-04-01unittests: extend machine file override tests for CFLAGS (and friends)Dylan Baker1-5/+10
2021-03-30Split environment variable and command line cflagsDylan Baker1-0/+22
2021-03-29Do not add custom target dir automatically when implicit false.Jussi Pakkanen1-0/+17
2021-03-26pkgconfig: Allow setting prefix in dataonly pc fileXavier Claessens1-0/+1
2021-03-24Merge pull request #8568 from dcbaker/submit/qt-dependency-factoryJussi Pakkanen1-4/+4
2021-03-23Refactor Qt Dependency into proper split classes with factoriesDylan Baker1-4/+4
2021-03-23environment(): Allow stacking append() and prepend() (#8547)Xavier Claessens1-11/+0
2021-03-22mlog: Add a space after 'subproject|'Xavier Claessens1-3/+3
2021-03-19split program related classes and functions out of dependenciesDylan Baker1-1/+2
2021-03-18add test case for installed targets uninstalling a single directoryEli Schwartz1-0/+2
2021-03-18Allow add_dist_script() in subprojectsXavier Claessens1-0/+4
2021-03-16clangformat: Add clang-format-check targetXavier Claessens1-0/+13
2021-03-16clangformat: Add include and ignore filesXavier Claessens1-0/+16
2021-03-16Update VS module version check.Jussi Pakkanen1-1/+1
2021-03-16Delete leftover files from some tests.Jussi Pakkanen1-2/+6
2021-03-16msetup: do not print bogus "Option ... is:" messagesPaolo Bonzini1-1/+2
2021-03-16Add `meson devenv` command and meson.add_devenv()Xavier Claessens1-0/+11
2021-03-14Fix run_targets running scripts from different subdirs.Jussi Pakkanen1-0/+9
2021-03-12Fix duplicate pkg_config_path entriesTristan Partin1-0/+12
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-105/+105
2021-03-04various python neatness cleanupsEli Schwartz1-31/+31
2021-03-04raw string literals are next to godlinessEli Schwartz1-1/+1
2021-03-04mintro: include the correct target filenames for flat layoutPaolo Bonzini1-0/+13
2021-03-02mtest: create separate runners for multiple repeatsPaolo Bonzini1-0/+6
2021-02-26interpreter: correctly track whether a subproject is initializedDylan Baker1-0/+7
2021-02-26Allow printing UserOptions in the summaryStephen Gregoratto1-0/+1
2021-02-25Support multiple args in error()Xavier Claessens1-0/+5
2021-02-22minstall: Add --skip-subprojects optionXavier Claessens1-0/+47
2021-02-18allow build.b_* optionsDylan Baker1-0/+5
2021-02-18Disable failing Cygwin GIR test.Jussi Pakkanen1-0/+2
2021-02-17ci: Fix failure in unit tests with vs backendXavier Claessens1-1/+1
2021-02-17unittests: expect mtest logs to be utf-8Paolo Bonzini1-7/+7
2021-02-17compilers: Only insert -flto-jobs in clang's link argumentsDylan Baker1-5/+9
2021-02-17Substitute @CURRENT_SOURCE_DIR@ in run_target() and custom_target()Xavier Claessens1-0/+1
2021-02-17Environment: Fix passing envrionment variables CPPFLAGS and CFLAGSDylan Baker1-0/+8
2021-02-16Small patch to unittests to initialize CUDA compiler correctly.Olexa Bilaniuk1-1/+1
2021-02-09mtest: TestSetup can have [] as an exe_wrapperPaolo Bonzini1-0/+2
2021-02-09Condense test directory names in preparation for rc1.Jussi Pakkanen1-3/+3
2021-02-08Fix exe wrapper detection for run targets.Jussi Pakkanen1-2/+1
2021-02-07Add Qt6 moduleLuca Weiss1-0/+20
2021-02-07Make installing non-existing subdirs a supported featurePeter Hutterer1-0/+1
2021-02-07Merge pull request #8288 from bonzini/test-setup-exclude-suitesJussi Pakkanen1-0/+10
2021-02-07Merge pull request #8305 from xclaesse/run-target-envJussi Pakkanen1-0/+1
2021-02-06interpreterbase: Add support for optional arguments to typed_pos_argsDylan Baker1-0/+60