aboutsummaryrefslogtreecommitdiff
path: root/unittests/allplatformstests.py
AgeCommit message (Expand)AuthorFilesLines
2021-12-22Set RPATH for all non-system libs with absolute pathsNirbheek Chauhan1-1/+1
2021-11-28make sure files arguments to compiler.compiles and friends, performs rebuildEli Schwartz1-0/+7
2021-11-24shared_module: Add soname when used as a link targetNirbheek Chauhan1-2/+4
2021-11-24unit tests: Extend prebuilt test to test intermediateDylan Baker1-0/+23
2021-11-24unittests: use UnitTest.addCleanup a bitDylan Baker1-11/+14
2021-11-23interpreter: extract_objects provides a valid sourcePaolo Bonzini1-0/+6
2021-11-20Feature kwargs decorator: automatically report the nodes which trigger an issueEli Schwartz1-2/+2
2021-10-27Fix add_install_script() ignoring install_tagXavier Claessens1-10/+12
2021-10-27test_clang_format: Do not assume meson source is in gitXavier Claessens1-0/+8
2021-10-26unittests: use better assert methodsEli Schwartz1-16/+16
2021-10-26do not save unused variableEli Schwartz1-1/+1
2021-10-26remove unused variableEli Schwartz1-1/+1
2021-10-26remove dead code that is immediately overriddenEli Schwartz1-4/+0
2021-10-26do not save variable when all we want is the side effect of popping itEli Schwartz1-1/+1
2021-10-14introspect: include choices for array optionsPaolo Bonzini1-2/+5
2021-10-10Fix typos discovered by codespellChristian Clauss1-1/+1
2021-10-10clangformat: Only format files tracked by git by defaultXavier Claessens1-0/+14
2021-10-10ar linker: generate thin archives for uninstalled static librariesEli Schwartz1-1/+1
2021-10-04various python neatness cleanupsEli Schwartz1-2/+2
2021-10-01rust: dependencies need to cause a rebuild/relink not just reorderDylan Baker1-0/+32
2021-09-30Make custom_target() name argument optionalXavier Claessens1-0/+8
2021-09-28Merge pull request #9014 from bonzini/mixed-language-linkJussi Pakkanen1-0/+14
2021-09-27fix test case instances where undefined message(true) occurredEli Schwartz1-2/+2
2021-09-24compilers/rust: Add support for clippyDylan Baker1-0/+13
2021-09-21coredata: 0.59.1 -> 0.59.99 is a major version differenceXavier Claessens1-25/+3
2021-09-16Fix ignored install_tag kwarg in install_subdir()Xavier Claessens1-0/+2
2021-09-14backends/vs: Do not emit dummy command for alias_command().Andres Freund1-3/+0
2021-09-07unittests: test external dependency in summaryPaolo Bonzini1-3/+8
2021-09-07add test case for mixed language link testsPaolo Bonzini1-0/+14
2021-09-06mintro: add installed_planFilipe Laíns1-3/+179
2021-09-03tests: when generating git repositories, make sure that pgpsign is offEli Schwartz1-1/+1
2021-09-02interpreter: Add summary of all user defined optionsXavier Claessens1-1/+7
2021-09-01run_target: do not yield broken names with subdirsEli Schwartz1-0/+2
2021-08-31pylint: turn on superflous-parensDylan Baker1-1/+1
2021-08-30decorators: Make unknown kwarg fatalXavier Claessens1-3/+3
2021-08-23interpreter: Fix dependency(..., static: true) fallbackXavier Claessens1-0/+5
2021-08-17Add install tagsXavier Claessens1-9/+116
2021-08-16interpreter/compiler: Add type checking for the Compiler objectDylan Baker1-7/+2
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz1-2/+0
2021-08-15run_unittests: fix unused variable warningsEli Schwartz1-2/+2
2021-08-09interpreter: Fix missing subsubproject summary when subproject failsXavier Claessens1-0/+5
2021-08-07Fix --force-fallack-for with --wrap-mode=nofallbackXavier Claessens1-0/+6
2021-08-04Escape path in exclude filter passed to gcovrAlois Wohlschlager1-0/+20
2021-08-04destdir: Allow relative to build directoryXavier Claessens1-0/+6
2021-07-26Split run_unittests.py fileXavier Claessens1-0/+3728