summaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)Author
2021-12-06pass all outputs of a custom_target as arguments to a testPaolo Bonzini
2021-12-01add install_symlink functionPablo Correa Gómez
2021-11-20guard a complicated mlog.warning inside a Feature checkEli Schwartz
2021-11-15dependencies/zlib: Add system zlib method for androidDudemanguy
2021-11-04fix regression that broke string.format with list objectsEli Schwartz
2021-10-31Fix cygwin test failure due to shortpath usageNirbheek Chauhan
2021-10-30Added warning if run_command is called without the check kwargVolker Weißmann
2021-10-26interpreter: Revert old path joining behavior (fixes #9450)Daniel Mensinger
2021-10-12interpreter: Fix missing holder entry (fixes #9389)Daniel Mensinger
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-10-10Revert "interpreter: Add FeatureNew check"Eli Schwartz
2021-10-09optinterpreter: Add deprecated kwargXavier Claessens
2021-10-08add install_emptydir functionEli Schwartz
2021-10-04backend/vs: Generate dependencies for CustomTargetIndex for a CustomTarget.Andres Freund
2021-10-04backend/vs: process link dependencies.Andres Freund
2021-10-04various python neatness cleanupsEli Schwartz
2021-09-30dependency: Allow searching for multiple namesXavier Claessens
2021-09-25interpreter: Add FeatureNew checkDaniel Mensinger
2021-09-25Remove helpers.check_stringlist()Daniel Mensinger
2021-09-25interpreter: Introduce StringHolderDaniel Mensinger
2021-09-20dependencyfallbacks: Use default_options for implicit fallbacksXavier Claessens
2021-08-31interpreter: Make comparisons of different types a hard errorDaniel Mensinger
2021-08-31pylint: turn on superflous-parensDylan Baker
2021-08-30decorators: Make unknown kwarg fatalXavier Claessens
2021-08-27interpreter: fix IndexError when specifying dependency 'include_type'Rihards Skuja
2021-08-23interpreter: Fix dependency(..., static: true) fallbackXavier Claessens
2021-08-21Path special casing for the Xcode backend.Jussi Pakkanen
2021-08-16Add unset_variable()Tristan Partin
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
2021-08-09interpreter: Fix list contains for Holders (fixes #9020 #9047)Daniel Mensinger
2021-08-04Escape path in exclude filter passed to gcovrAlois Wohlschlager
2021-07-27build: learn to take CustomTargetIndex as custom_target commandMarc-André Lureau
2021-07-23Add support for gcovr --sonarqube reportWeston Schmidt
2021-07-15Condense test directory names for next release.Jussi Pakkanen
2021-07-10fix: Fix recursive _unholder permissive kwarg (fixes #8977)Daniel Mensinger
2021-07-03Merge pull request #8950 from dcbaker/submit/import-required-disabledJussi Pakkanen
2021-07-02Flatten test suite valueTristan Partin
2021-07-02fix: get_variable default variables are not ObjectHolders (fixes #8936)Daniel Mensinger
2021-06-30interpreter: add required and disabled to importDylan Baker
2021-06-29Add feed arg to custom_target()Simon Ser
2021-06-28 build: fix object path for vs backendDenis Fortin
2021-06-26refactor: Refactor BothLibraries logicDaniel Mensinger
2021-06-23Merge pull request #8912 from mensinda/fixBothLibrariesJussi Pakkanen
2021-06-22tests: both_library test improvementsDaniel Mensinger
2021-06-22Merge pull request #8905 from mensinda/refactorFixJussi Pakkanen
2021-06-22Add Visual Studio 2012/2013 backends (#8803)fanc999
2021-06-22Merge pull request #8900 from bonzini/extract-objects-docsJussi Pakkanen
2021-06-22extract_objects: skip headers when building custom_target command linePaolo Bonzini
2021-06-22extract_objects: test and document using the result in a custom_targetPaolo Bonzini
2021-06-21fix: Ensure that build targets have all methods from ExternalProgramDaniel Mensinger