aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2023-05-05Fix `ERROR: no toolchain found` when run from unittestsRalf Gommers1-1/+1
2023-05-05Use release buildtype in Cython tests, and skip unless ninja backendRalf Gommers5-21/+33
2023-05-02tests: add a python test for bytecode compilationEli Schwartz10-3/+58
2023-05-02python module: add an automatic byte-compilation stepEli Schwartz3-3/+4
2023-05-01Rust: C static library cannot link_whole Rust static libraryXavier Claessens2-3/+13
2023-05-01Fix niche cases when linking static libsXavier Claessens5-0/+59
2023-04-27Don't use dyndep scanner when preprocessingVolker Weißmann2-0/+11
2023-04-27Specify c++ 11 flag as code uses c++ 11 featuresPeter Hull1-1/+2
2023-04-26Add env kwarg to gnome.generate_gir().Volker Weißmann7-11/+18
2023-04-24ci: Don't search for llvm modules with LLVM 16.0.xNirbheek Chauhan1-16/+40
2023-04-24dependencies: allow to fallback on CMake to find the SDL2 libraryMatthieu Bouron2-2/+3
2023-04-23fix python.version() not working in some casesCharles Brunet1-0/+3
2023-04-21rust: Add new `rust_dependency_map` target configurationSebastian Dröge2-2/+2
2023-04-21rust: add support for b_ndebugDylan Baker2-1/+13
2023-04-18pkgconfig module: fix traceback on invalid missing descriptionEli Schwartz1-0/+9
2023-04-14minstall: Fix install_subdir() excludes with path separators on WinDaniele Nicolodi5-0/+10
2023-04-14rust: Don't pass dependency compile arguments to the compilerSebastian Dröge1-2/+6
2023-04-11fix various spelling issuesJosh Soref55-60/+60
2023-04-11Change "can not" to "cannot" throughout projectHiPhish9-9/+9
2023-04-04propagate the most accurate node to error messagesEli Schwartz47-47/+47
2023-04-03tests/94 threads: fix build error with clang 16Christoph Reiter1-1/+1
2023-03-30tests: add test to ensure that build dir is preferred to src dirBarnabás Pőcze4-1/+7
2023-03-28test cases: make various things werror-safeEli Schwartz5-4/+11
2023-03-28test that python modules nominally compile without warningsEli Schwartz1-1/+1
2023-03-28Condense test directories for rc1.Jussi Pakkanen89-0/+0
2023-03-28Fix validation regexes to handle rc version numbers.Jussi Pakkanen2-2/+2
2023-03-28backends: fix bug where meson_exe crashed if constructed with found programsEli Schwartz2-1/+1
2023-03-28Add support for meson.options as a replacement for meson_options.txtDylan Baker6-0/+14
2023-03-27custom_target: libfoo.so.1 is linkableXavier Claessens1-1/+8
2023-03-26tests: fix critical existence failure of doxygen testEli Schwartz3-4/+4
2023-03-20backends: add a new "none" backendEli Schwartz2-0/+7
2023-03-16Stop using replace_if_different() for coredata pickle fileDaan De Meyer1-5/+6
2023-03-11Make generator exe more resilient.Jussi Pakkanen1-2/+10
2023-03-09tests: allow a long test to have more time to complete before timing outEli Schwartz1-2/+2
2023-03-09re-deduplicate feature warnings printed at the end of setupEli Schwartz1-1/+1
2023-03-04typed_kwargs: Extend since_values and deprecated_values for typesXavier Claessens2-2/+2
2023-03-01interpreter: report FeatureNew for kwargs to project()Eli Schwartz2-1/+9
2023-03-01handle meson_version after parsing but before invalid project() kwargsEli Schwartz3-1/+11
2023-03-01handle meson_version even when the build file fails to parseEli Schwartz2-0/+12
2023-03-01interpreter: Add testcase..endtestcase clause supportXavier Claessens2-0/+46
2023-02-27mintro: Add exclude_{files, dirs} to install_subdir install_planDaniele Nicolodi4-0/+9
2023-02-24test cases: use best practices method to find the python3 programEli Schwartz12-13/+14
2023-02-22Implement rustc controlled whole-archive linkingDylan Baker13-13/+62
2023-02-20interpreter/mesonmain: Add build_options methodL. E. Segovia2-0/+7
2023-02-20nasm: Link with windows CRT libs when nasm is used as linker languageXavier Claessens4-0/+31
2023-02-15interpreter: add FeatureOption.enable_if and .disable_ifDylan Baker1-0/+10
2023-02-15interpreter: add a feature.enable_auto_ifDylan Baker1-0/+6
2023-02-15preprocess: Add dependencies kwargXavier Claessens2-2/+4
2023-02-15preprocess: Allow custom_tgt, custom_idx and generated_listXavier Claessens2-2/+11
2023-02-14allow install script to run in dry-run modeCharles Brunet2-5/+15