summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2021-10-14optinterpreter: Fix builtin option names not being reserved anymoreXavier Claessens
2021-10-14introspect: include choices for array optionsPaolo Bonzini
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-10-10clangformat: Only format files tracked by git by defaultXavier Claessens
2021-10-10ar linker: generate thin archives for uninstalled static librariesEli Schwartz
2021-10-09typed_kwargs: Fix when ContainerTypeInfo is used in a tupleXavier Claessens
2021-10-08python: Add platlibdir and purelibdir optionsXavier Claessens
2021-10-08cmake: handle arguments in the [binaries] section of the machine filePaolo Bonzini
2021-10-04various python neatness cleanupsEli Schwartz
2021-10-01rust: dependencies need to cause a rebuild/relink not just reorderDylan Baker
2021-09-30Make custom_target() name argument optionalXavier Claessens
2021-09-29pkgconfig: pkg-configs version<0.29.1 escape variables incorrectlymakise-homura
2021-09-28Merge pull request #9014 from bonzini/mixed-language-linkJussi Pakkanen
2021-09-27fix test case instances where undefined message(true) occurredEli Schwartz
2021-09-25unittests: Make test_prelinking work on SolarisAlan Coopersmith
2021-09-24compilers/rust: Add support for clippyDylan Baker
2021-09-21coredata: 0.59.1 -> 0.59.99 is a major version differenceXavier Claessens
2021-09-21Add platform agnostic testsXavier Claessens
2021-09-16Fix ignored install_tag kwarg in install_subdir()Xavier Claessens
2021-09-14backends/vs: Do not emit dummy command for alias_command().Andres Freund
2021-09-07unittests: test external dependency in summaryPaolo Bonzini
2021-09-07add test case for mixed language link testsPaolo Bonzini
2021-09-06mintro: add installed_planFilipe LaĆ­ns
2021-09-03tests: when generating git repositories, make sure that pgpsign is offEli Schwartz
2021-09-02interpreter: Add summary of all user defined optionsXavier Claessens
2021-09-01run_target: do not yield broken names with subdirsEli Schwartz
2021-09-01msvc: Assume UTF8 source by defaultXavier Claessens
2021-08-31interpreter: use python dunders instead of lock for unpicklabilityDylan Baker
2021-08-31unittests: add a test to Interpreter is unpicklableDylan Baker
2021-08-31pylint: turn on superflous-parensDylan Baker
2021-08-31Merge pull request #9193 from dcbaker/submit/aarch64-beJussi Pakkanen
2021-08-30decorators: Make unknown kwarg fatalXavier Claessens
2021-08-30environment: correctly handle cpu value aarch64_beDylan Baker
2021-08-30environment: add ppc -> ppc64 for aix to detect_cpuDylan Baker
2021-08-30unittests: add tests for detect_cpuDylan Baker
2021-08-30unittests: Add a test case for detect_cpu_familyDylan Baker
2021-08-27interpreter: fix cases of `KwargInfo(..., T, default=None)`Dylan Baker
2021-08-27interpreter: Add a helper for checking constrained inputsDylan Baker
2021-08-23interpreter: Fix dependency(..., static: true) fallbackXavier Claessens
2021-08-20unittests: Ensure that symlink is removed after tests completeDylan Baker
2021-08-17Add install tagsXavier Claessens
2021-08-16interpreter/compiler: Add type checking for the Compiler objectDylan Baker
2021-08-16unittests/base: Allow init method to failDylan Baker
2021-08-16unittests/base: Move code out of the try block of a try/except statementDylan Baker
2021-08-16unittests/baseplatform: don't double print on errorDylan Baker
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
2021-08-15run_unittests: fix unused variable warningsEli Schwartz
2021-08-15Revert "compilers/c++: Add MSVC option to make the __cplusplus define accurate"Jussi Pakkanen
2021-08-11compilers/c++: Add MSVC option to make the __cplusplus define accurateDylan Baker
2021-08-09interpreter: Fix missing subsubproject summary when subproject failsXavier Claessens