aboutsummaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)AuthorFilesLines
2022-03-06find_program: add a version() method to match the one for dependenciesEli Schwartz1-0/+3
2022-02-17test cases: rename shared library('c') avoid libc collisionEli Schwartz5-5/+10
2022-02-15pkgconfig module: allow custom variables to reference builtin directoriesEli Schwartz2-1/+30
2022-02-01unittests: check that "verbose: true" works on testsPaolo Bonzini1-1/+1
2022-02-01Fix dep.get_variable() with empty string default_valueXavier Claessens2-0/+10
2022-01-26compilers/c_function_attributes: add retainArsen Arsenović1-0/+6
2022-01-18interpreterobjects: use typed_* for configuration_data.set*Dylan Baker2-10/+1
2022-01-15Fix system include arguments for clang-clGatgat3-0/+20
2022-01-07Fix typo.Itoh Shimon1-1/+1
2022-01-02Condense test directory numbers for rc1.Jussi Pakkanen10-0/+0
2021-12-22unit tests: Don't check quoting with multiple libsNirbheek Chauhan1-0/+1
2021-12-22Set RPATH for all non-system libs with absolute pathsNirbheek Chauhan4-3/+22
2021-12-22pkgconfig: Fix linking to a custom targetXavier Claessens2-0/+17
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