aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2023-05-24qt: Allow specifying separate tools for qt4/5/6Nirbheek Chauhan1-1/+2
2023-05-24llvm: Bump broken micro version for CINirbheek Chauhan1-2/+2
2023-05-24ci: Don't search for llvm modules with LLVM 16.0.xNirbheek Chauhan1-16/+40
2023-05-24minstall: Fix install_subdir() excludes with path separators on WinDaniele Nicolodi5-0/+10
2023-05-24rust: Don't pass dependency compile arguments to the compilerSebastian Dröge1-2/+6
2023-05-24Fix paths of Fortran order dependencies Fixes #11047Volker Weißmann4-0/+17
2023-05-24Fix `ERROR: no toolchain found` when run from unittestsRalf Gommers1-1/+1
2023-05-24Use release buildtype in Cython tests, and skip unless ninja backendRalf Gommers5-21/+33
2023-05-24Don't use dyndep scanner when preprocessingVolker Weißmann2-0/+11
2023-05-24Specify c++ 11 flag as code uses c++ 11 featuresPeter Hull1-1/+2
2023-05-24fix python.version() not working in some casesCharles Brunet1-0/+3
2023-05-24fix various spelling issuesJosh Soref55-60/+60
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
2023-02-13add a CI runner testing that Meson runs correctly under PyPy3Eli Schwartz2-2/+2
2023-02-10cython: add unittest to verify that depfiles workEli Schwartz3-0/+8
2023-02-08CI: skip gpgme-config test on ArchEli Schwartz1-1/+1
2023-02-07test cases/vala: Fix clang error during int to pointer coercionNirbheek Chauhan2-3/+3
2023-02-01add cc.has_function_attribute('vector_size')Dudemanguy1-0/+1
2023-01-31log running commands a bit better by doing proper shell quotingEli Schwartz1-1/+1
2023-01-28tests/llvm: require cmake 3.11Konstantin1-1/+4