summaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)Author
2021-08-31interpreter: Add IntegerHolderDaniel Mensinger
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 name of typed_kwargs for `test()`Dylan Baker
2021-08-27interpreter: fix IndexError when specifying dependency 'include_type'Rihards Skuja
2021-08-23interpreter: Fix dependency(..., static: true) fallbackXavier Claessens
2021-08-22Add Java moduleTristan Partin
2021-08-22use a more informative error message for invoking meson in a subdirEli Schwartz
2021-08-21Path special casing for the Xcode backend.Jussi Pakkanen
2021-08-18tests: python module should install files correctlyEli Schwartz
2021-08-18Test boost-python on macOSKevin Meagher
2021-08-17test cases/rust: clang-cl also needs extra_winlibsNirbheek Chauhan
2021-08-17Add install tagsXavier Claessens
2021-08-16Add unset_variable()Tristan Partin
2021-08-16interpreter: Fix holder_map not being updated when subproject failsXavier Claessens
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
2021-08-15Revert "interpreter: Fix holder_map not being updated when subproject fails"Jussi Pakkanen
2021-08-15Revert "compilers/c++: Add MSVC option to make the __cplusplus define accurate"Jussi Pakkanen
2021-08-14Force unity builds off in Flex test.Jussi Pakkanen
2021-08-12Fix building framework test.Jussi Pakkanen
2021-08-12Disable asan memory leak checks on a Cuda test.Jussi Pakkanen
2021-08-12Pass a test file to flex test.Jussi Pakkanen
2021-08-11compilers/c++: Add MSVC option to make the __cplusplus define accurateDylan Baker
2021-08-11Make the flex test case workAdrien Plazas
2021-08-09Fix i18n target name when using @BASENAME@ and configure_file() inputXavier Claessens
2021-08-09interpreter: Fix missing subsubproject summary when subproject failsXavier Claessens
2021-08-09interpreter: Fix holder_map not being updated when subproject failsXavier Claessens
2021-08-09pkg-config: support for `-l:libfoo.a`lilinzhe
2021-08-09interpreter: Fix list contains for Holders (fixes #9020 #9047)Daniel Mensinger
2021-08-08Add support for finding Javascript source libraries with Emscripten.Jussi Pakkanen
2021-08-08Update iphone cross building.Jussi Pakkanen
2021-08-04Escape path in exclude filter passed to gcovrAlois Wohlschlager
2021-08-04Relax restrictions on detecting boost dependencyKevin Meagher
2021-08-03ninjabackend: use get_subdir() instead of subdir attribute for cythonDylan Baker
2021-07-28expand tests to check both static and shared intl dependencyEli Schwartz
2021-07-27build: learn to take CustomTargetIndex as custom_target commandMarc-André Lureau
2021-07-25ast: Add dummy "support" for fstrings in the ast packageDaniel Mensinger
2021-07-23Add support for gcovr --sonarqube reportWeston Schmidt
2021-07-23Merge pull request #9005 from jon-turney/xskip-ci-2Jussi Pakkanen
2021-07-21Merge pull request #8994 from SoapGentoo/cuda-fixesJussi Pakkanen
2021-07-21Fix meson.version().version_compare() regression in subprojectXavier Claessens
2021-07-18Cuda: Add test for shared versioned internal libsDavid Seifert
2021-07-18Cuda: Add test for -isystem/usr/includeDavid Seifert
2021-07-18Cuda: Add test for -DNDEBUGDavid Seifert
2021-07-15Condense test directory names for next release.Jussi Pakkanen
2021-07-13Add expected skip annotations for non-linux CI runs to framework testsJon Turney
2021-07-13Fix skip condition in sdl2 test.jsonJon Turney
2021-07-10fix: Fix recursive _unholder permissive kwarg (fixes #8977)Daniel Mensinger
2021-07-07Annotate framework tests with where they are expected to skipJon Turney