summaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)Author
2023-05-18Check dub version (#11794)Remi Thebault
2023-05-13Make `dependency('foo', static: true, method: 'cmake') link staticallyVolker Weißmann
2023-05-13Fix paths of Fortran order dependenciesVolker Weißmann
2023-05-05Fix `ERROR: no toolchain found` when run from unittestsRalf Gommers
2023-05-05Use release buildtype in Cython tests, and skip unless ninja backendRalf Gommers
2023-05-02tests: add a python test for bytecode compilationEli Schwartz
2023-05-02python module: add an automatic byte-compilation stepEli Schwartz
2023-05-01Rust: C static library cannot link_whole Rust static libraryXavier Claessens
2023-05-01Fix niche cases when linking static libsXavier Claessens
2023-04-27Don't use dyndep scanner when preprocessingVolker Weißmann
2023-04-27Specify c++ 11 flag as code uses c++ 11 featuresPeter Hull
2023-04-26Add env kwarg to gnome.generate_gir().Volker Weißmann
2023-04-24ci: Don't search for llvm modules with LLVM 16.0.xNirbheek Chauhan
2023-04-24dependencies: allow to fallback on CMake to find the SDL2 libraryMatthieu Bouron
2023-04-23fix python.version() not working in some casesCharles Brunet
2023-04-21rust: Add new `rust_dependency_map` target configurationSebastian Dröge
2023-04-21rust: add support for b_ndebugDylan Baker
2023-04-18pkgconfig module: fix traceback on invalid missing descriptionEli Schwartz
2023-04-14minstall: Fix install_subdir() excludes with path separators on WinDaniele Nicolodi
2023-04-14rust: Don't pass dependency compile arguments to the compilerSebastian Dröge
2023-04-11fix various spelling issuesJosh Soref
2023-04-11Change "can not" to "cannot" throughout projectHiPhish
2023-04-04propagate the most accurate node to error messagesEli Schwartz
2023-04-03tests/94 threads: fix build error with clang 16Christoph Reiter
2023-03-30tests: add test to ensure that build dir is preferred to src dirBarnabás Pőcze
2023-03-28test cases: make various things werror-safeEli Schwartz
2023-03-28test that python modules nominally compile without warningsEli Schwartz
2023-03-28Condense test directories for rc1.Jussi Pakkanen
2023-03-28Fix validation regexes to handle rc version numbers.Jussi Pakkanen
2023-03-28backends: fix bug where meson_exe crashed if constructed with found programsEli Schwartz
2023-03-28Add support for meson.options as a replacement for meson_options.txtDylan Baker
2023-03-27custom_target: libfoo.so.1 is linkableXavier Claessens
2023-03-26tests: fix critical existence failure of doxygen testEli Schwartz
2023-03-20backends: add a new "none" backendEli Schwartz
2023-03-16Stop using replace_if_different() for coredata pickle fileDaan De Meyer
2023-03-11Make generator exe more resilient.Jussi Pakkanen
2023-03-09tests: allow a long test to have more time to complete before timing outEli Schwartz
2023-03-09re-deduplicate feature warnings printed at the end of setupEli Schwartz
2023-03-04typed_kwargs: Extend since_values and deprecated_values for typesXavier Claessens
2023-03-01interpreter: report FeatureNew for kwargs to project()Eli Schwartz
2023-03-01handle meson_version after parsing but before invalid project() kwargsEli Schwartz
2023-03-01handle meson_version even when the build file fails to parseEli Schwartz
2023-03-01interpreter: Add testcase..endtestcase clause supportXavier Claessens
2023-02-27mintro: Add exclude_{files, dirs} to install_subdir install_planDaniele Nicolodi
2023-02-24test cases: use best practices method to find the python3 programEli Schwartz
2023-02-22Implement rustc controlled whole-archive linkingDylan Baker
2023-02-20interpreter/mesonmain: Add build_options methodL. E. Segovia
2023-02-20nasm: Link with windows CRT libs when nasm is used as linker languageXavier Claessens
2023-02-15interpreter: add FeatureOption.enable_if and .disable_ifDylan Baker
2023-02-15interpreter: add a feature.enable_auto_ifDylan Baker