summaryrefslogtreecommitdiff
path: root/unittests/allplatformstests.py
Commit message (Expand)AuthorAgeFilesLines
* make sure files arguments to compiler.compiles and friends, performs rebuildEli Schwartz2021-11-281-0/+7
* shared_module: Add soname when used as a link targetNirbheek Chauhan2021-11-241-2/+4
* unit tests: Extend prebuilt test to test intermediateDylan Baker2021-11-241-0/+23
* unittests: use UnitTest.addCleanup a bitDylan Baker2021-11-241-11/+14
* interpreter: extract_objects provides a valid sourcePaolo Bonzini2021-11-231-0/+6
* Feature kwargs decorator: automatically report the nodes which trigger an issueEli Schwartz2021-11-201-2/+2
* Fix add_install_script() ignoring install_tagXavier Claessens2021-10-271-10/+12
* test_clang_format: Do not assume meson source is in gitXavier Claessens2021-10-271-0/+8
* unittests: use better assert methodsEli Schwartz2021-10-261-16/+16
* do not save unused variableEli Schwartz2021-10-261-1/+1
* remove unused variableEli Schwartz2021-10-261-1/+1
* remove dead code that is immediately overriddenEli Schwartz2021-10-261-4/+0
* do not save variable when all we want is the side effect of popping itEli Schwartz2021-10-261-1/+1
* introspect: include choices for array optionsPaolo Bonzini2021-10-141-2/+5
* Fix typos discovered by codespellChristian Clauss2021-10-101-1/+1
* clangformat: Only format files tracked by git by defaultXavier Claessens2021-10-101-0/+14
* ar linker: generate thin archives for uninstalled static librariesEli Schwartz2021-10-101-1/+1
* various python neatness cleanupsEli Schwartz2021-10-041-2/+2
* rust: dependencies need to cause a rebuild/relink not just reorderDylan Baker2021-10-011-0/+32
* Make custom_target() name argument optionalXavier Claessens2021-09-301-0/+8
* Merge pull request #9014 from bonzini/mixed-language-linkJussi Pakkanen2021-09-281-0/+14
|\
| * add test case for mixed language link testsPaolo Bonzini2021-09-071-0/+14
* | fix test case instances where undefined message(true) occurredEli Schwartz2021-09-271-2/+2
* | compilers/rust: Add support for clippyDylan Baker2021-09-241-0/+13
* | coredata: 0.59.1 -> 0.59.99 is a major version differenceXavier Claessens2021-09-211-25/+3
* | Fix ignored install_tag kwarg in install_subdir()Xavier Claessens2021-09-161-0/+2
* | backends/vs: Do not emit dummy command for alias_command().Andres Freund2021-09-141-3/+0
* | unittests: test external dependency in summaryPaolo Bonzini2021-09-071-3/+8
|/
* mintro: add installed_planFilipe Laíns2021-09-061-3/+179
* tests: when generating git repositories, make sure that pgpsign is offEli Schwartz2021-09-031-1/+1
* interpreter: Add summary of all user defined optionsXavier Claessens2021-09-021-1/+7
* run_target: do not yield broken names with subdirsEli Schwartz2021-09-011-0/+2
* pylint: turn on superflous-parensDylan Baker2021-08-311-1/+1
* decorators: Make unknown kwarg fatalXavier Claessens2021-08-301-3/+3
* interpreter: Fix dependency(..., static: true) fallbackXavier Claessens2021-08-231-0/+5
* Add install tagsXavier Claessens2021-08-171-9/+116
* interpreter/compiler: Add type checking for the Compiler objectDylan Baker2021-08-161-7/+2
* editorconfig: add setting to trim trailing whitespaceEli Schwartz2021-08-151-2/+0
* run_unittests: fix unused variable warningsEli Schwartz2021-08-151-2/+2
* interpreter: Fix missing subsubproject summary when subproject failsXavier Claessens2021-08-091-0/+5
* Fix --force-fallack-for with --wrap-mode=nofallbackXavier Claessens2021-08-071-0/+6
* Escape path in exclude filter passed to gcovrAlois Wohlschlager2021-08-041-0/+20
* destdir: Allow relative to build directoryXavier Claessens2021-08-041-0/+6
* Split run_unittests.py fileXavier Claessens2021-07-261-0/+3728