aboutsummaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)AuthorFilesLines
2021-12-06interpreter: allow extract_objects to receive generated sourcesPaolo Bonzini2-0/+18
2021-12-06allow passing a CustomTargetIndex as argument to a testPaolo Bonzini1-1/+1
2021-12-06pass all outputs of a custom_target as arguments to a testPaolo Bonzini2-3/+6
2021-12-01add install_symlink functionPablo Correa Gómez3-0/+17
2021-11-20guard a complicated mlog.warning inside a Feature checkEli Schwartz1-1/+1
2021-11-15dependencies/zlib: Add system zlib method for androidDudemanguy1-2/+2
2021-11-04fix regression that broke string.format with list objectsEli Schwartz1-0/+1
2021-10-31Fix cygwin test failure due to shortpath usageNirbheek Chauhan1-0/+5
2021-10-30Added warning if run_command is called without the check kwargVolker Weißmann12-32/+32
2021-10-26interpreter: Revert old path joining behavior (fixes #9450)Daniel Mensinger1-0/+3
2021-10-12interpreter: Fix missing holder entry (fixes #9389)Daniel Mensinger1-0/+11
2021-10-10Fix typos discovered by codespellChristian Clauss4-4/+4
2021-10-10Revert "interpreter: Add FeatureNew check"Eli Schwartz2-8/+1
2021-10-09optinterpreter: Add deprecated kwargXavier Claessens3-0/+59
2021-10-08add install_emptydir functionEli Schwartz2-0/+11
2021-10-04backend/vs: Generate dependencies for CustomTargetIndex for a CustomTarget.Andres Freund6-0/+76
2021-10-04backend/vs: process link dependencies.Andres Freund2-10/+0
2021-10-04various python neatness cleanupsEli Schwartz1-2/+2
2021-09-30dependency: Allow searching for multiple namesXavier Claessens2-0/+13
2021-09-25interpreter: Add FeatureNew checkDaniel Mensinger2-1/+8
2021-09-25Remove helpers.check_stringlist()Daniel Mensinger1-0/+3
2021-09-25interpreter: Introduce StringHolderDaniel Mensinger1-0/+1
2021-09-20dependencyfallbacks: Use default_options for implicit fallbacksXavier Claessens3-1/+4
2021-08-31interpreter: Make comparisons of different types a hard errorDaniel Mensinger1-11/+0
2021-08-31pylint: turn on superflous-parensDylan Baker5-5/+5
2021-08-30decorators: Make unknown kwarg fatalXavier Claessens1-1/+0
2021-08-27interpreter: fix IndexError when specifying dependency 'include_type'Rihards Skuja1-0/+3
2021-08-23interpreter: Fix dependency(..., static: true) fallbackXavier Claessens2-0/+35
2021-08-21Path special casing for the Xcode backend.Jussi Pakkanen1-1/+1
2021-08-16Add unset_variable()Tristan Partin1-0/+15
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz30-30/+7
2021-08-09interpreter: Fix list contains for Holders (fixes #9020 #9047)Daniel Mensinger4-0/+24
2021-08-04Escape path in exclude filter passed to gcovrAlois Wohlschlager2-0/+7
2021-07-27build: learn to take CustomTargetIndex as custom_target commandMarc-André Lureau1-0/+6
2021-07-23Add support for gcovr --sonarqube reportWeston Schmidt1-0/+1
2021-07-15Condense test directory names for next release.Jussi Pakkanen9-0/+0
2021-07-10fix: Fix recursive _unholder permissive kwarg (fixes #8977)Daniel Mensinger1-0/+2
2021-07-03Merge pull request #8950 from dcbaker/submit/import-required-disabledJussi Pakkanen2-0/+16
2021-07-02Flatten test suite valueTristan Partin1-1/+1
2021-07-02fix: get_variable default variables are not ObjectHolders (fixes #8936)Daniel Mensinger1-0/+6
2021-06-30interpreter: add required and disabled to importDylan Baker2-0/+16
2021-06-29Add feed arg to custom_target()Simon Ser4-0/+44
2021-06-28 build: fix object path for vs backendDenis Fortin6-2/+44
2021-06-26refactor: Refactor BothLibraries logicDaniel Mensinger1-0/+8
2021-06-23Merge pull request #8912 from mensinda/fixBothLibrariesJussi Pakkanen18-19/+47
2021-06-22tests: both_library test improvementsDaniel Mensinger18-19/+47
2021-06-22Merge pull request #8905 from mensinda/refactorFixJussi Pakkanen3-0/+63
2021-06-22Add Visual Studio 2012/2013 backends (#8803)fanc9991-6/+5
2021-06-22Merge pull request #8900 from bonzini/extract-objects-docsJussi Pakkanen3-1/+35
2021-06-22extract_objects: skip headers when building custom_target command linePaolo Bonzini2-2/+9