aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2021-06-17doc: Add missing modules to dropdown listXavier Claessens1-0/+16
2021-06-16interpreter: Extract dependency() logic into its own helper classXavier Claessens1-1/+1
2021-06-15docs: Use an include for the qt modulesDylan Baker1-1/+1
2021-06-14interpreterbase: Add deprecated_values and since_values to KwargInfoDylan Baker1-0/+39
2021-06-14run_unittests: mock meson global before changingDylan Baker1-0/+1
2021-06-09tests: Force colorize CI outputDaniel Mensinger1-0/+3
2021-06-08Merge pull request #8512 from bonzini/feature-methodsJussi Pakkanen1-1/+1
2021-06-08intperperterbase: Add a convertor keyword argumentDylan Baker1-0/+10
2021-06-08interpreterbase: Add validator keyword argument to typed_kwargsDylan Baker1-0/+15
2021-06-08run_unittests.py: Use mock for monkey patchingDylan Baker1-22/+20
2021-06-08run_unittests.sh: fix Python DeprecationWarningPaolo Bonzini1-1/+1
2021-06-04interpreterbase: Allow safely using mutable default values with typed_kwargsDylan Baker1-0/+11
2021-06-03deps: Split dependencies.baseDaniel Mensinger1-2/+4
2021-06-01typed_kwargs: Add since and deprecated annotationsXavier Claessens1-0/+32
2021-05-30interpreterbase: Add a function for type checking keyword argumentsDylan Baker1-0/+103
2021-05-23Fix text used to validate test output.Jussi Pakkanen1-1/+1
2021-05-23Merge pull request #8786 from jon-turney/cygwin-tests-reenableJussi Pakkanen1-2/+0
2021-05-23Disable D test on macOS as it fails mysteriously.Jussi Pakkanen1-0/+5
2021-05-23It seems ld64 is the default linker name on macOS now.Jussi Pakkanen1-1/+5
2021-05-21Fix LTO test on CygwinJon Turney1-2/+0
2021-05-18pkgconfig: Do not escape custom variablesXavier Claessens1-0/+2
2021-05-13Set up VS environment automatically when run.Jussi Pakkanen1-2/+3
2021-05-11Make objective C use C standard version. Closes #5495.Jussi Pakkanen1-0/+15
2021-05-08Set unittest backend with an argument rather than an envvar.Jussi Pakkanen1-3/+17
2021-05-03Clarify incorrect configuration format messageNellie Zhang1-1/+1
2021-05-01Do not accidentally format files when only checking if they are formatted.Jussi Pakkanen1-3/+4
2021-04-26Condense test directory names.Jussi Pakkanen1-102/+102
2021-04-26Fix issue where multiple dist files were not being produced for comma separat...Tristan Partin1-0/+22
2021-04-26introspection: export all sources for custom targetsJason Francis1-6/+20
2021-04-26Add subprojects purge wrap-git coverageTristan Partin1-3/+6
2021-04-26store the list of initializes subprojects in the coredata structureDylan Baker1-1/+3
2021-04-26Interpreter: Fallback when required is false but forcefallback is trueXavier Claessens1-0/+8
2021-04-26Add 'subprojects purge' commandTristan Partin1-3/+28
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