aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2021-08-09pkg-config: support for `-l:libfoo.a`lilinzhe5-0/+67
2021-08-09interpreter: Fix list contains for Holders (fixes #9020 #9047)Daniel Mensinger4-0/+24
2021-08-08Add support for finding Javascript source libraries with Emscripten.Jussi Pakkanen3-0/+24
2021-08-08Update iphone cross building.Jussi Pakkanen1-10/+17
2021-08-04Escape path in exclude filter passed to gcovrAlois Wohlschlager2-0/+7
2021-08-04Relax restrictions on detecting boost dependencyKevin Meagher16-0/+18
2021-08-03ninjabackend: use get_subdir() instead of subdir attribute for cythonDylan Baker1-0/+10
2021-07-28expand tests to check both static and shared intl dependencyEli Schwartz3-1/+10
2021-07-27build: learn to take CustomTargetIndex as custom_target commandMarc-André Lureau1-0/+6
2021-07-25ast: Add dummy "support" for fstrings in the ast packageDaniel Mensinger1-0/+2
2021-07-23Add support for gcovr --sonarqube reportWeston Schmidt1-0/+1
2021-07-23Merge pull request #9005 from jon-turney/xskip-ci-2Jussi Pakkanen31-25/+74
2021-07-21Merge pull request #8994 from SoapGentoo/cuda-fixesJussi Pakkanen3-3/+15
2021-07-21Fix meson.version().version_compare() regression in subprojectXavier Claessens2-0/+10
2021-07-18Cuda: Add test for shared versioned internal libsDavid Seifert1-1/+3
2021-07-18Cuda: Add test for -isystem/usr/includeDavid Seifert1-2/+8
2021-07-18Cuda: Add test for -DNDEBUGDavid Seifert2-1/+5
2021-07-15Condense test directory names for next release.Jussi Pakkanen185-73/+73
2021-07-13Add expected skip annotations for non-linux CI runs to framework testsJon Turney31-24/+73
2021-07-13Fix skip condition in sdl2 test.jsonJon Turney1-1/+1
2021-07-10fix: Fix recursive _unholder permissive kwarg (fixes #8977)Daniel Mensinger1-0/+2
2021-07-07Annotate framework tests with where they are expected to skipJon Turney9-8/+21
2021-07-07Skip LLVM test if required modules aren't foundJon Turney1-3/+6
2021-07-05cmake: Improved error message for using dependency for executablesDaniel Mensinger4-0/+24
2021-07-05cmake: Only use the `cm_` prefix when it is actually required (fixes #8955)Daniel Mensinger6-13/+18
2021-07-03Merge pull request #8950 from dcbaker/submit/import-required-disabledJussi Pakkanen4-12/+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 Baker4-12/+16
2021-06-29Merge pull request #8924 from jon-turney/fix-test-json-schemaJussi Pakkanen1-4/+4
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-24Fix test.json for boost test to match schemaJon Turney1-4/+4
2021-06-23Merge pull request #8884 from dcbaker/submit/type-and-annotate-install-functionsJussi Pakkanen3-3/+3
2021-06-23Merge pull request #8912 from mensinda/fixBothLibrariesJussi Pakkanen26-28/+61
2021-06-22tests: both_library test improvementsDaniel Mensinger26-28/+61
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-22Merge pull request #8898 from e820/interpreter-required-argumentsDylan Baker2-0/+11
2021-06-22interpreter: man sections can be up to 9 on many platformsDylan Baker2-2/+2
2021-06-22interpreter: use typed_pos_args for install_dataDylan Baker1-1/+1
2021-06-22extract_objects: skip headers when building custom_target command linePaolo Bonzini2-2/+9
2021-06-22Fixed unused-parameter/strict-prototypes warnings.Justin Handville3-4/+4
2021-06-22Added test case to test fix for issue 8910.Justin Handville5-0/+84
2021-06-22extract_objects: test and document using the result in a custom_targetPaolo Bonzini2-0/+27
2021-06-21fix: Ensure that build targets have all methods from ExternalProgramDaniel Mensinger2-0/+14
2021-06-21interpreter: Move argument checks from add_*_arguments to compiler.get_suppor...Laurin-Luis Lehning4-10/+11
2021-06-21interprter: Add required kwarg to add_(project|global)_argumentsLaurin-Luis Lehning2-0/+10