aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
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
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
2023-01-28cmake: allow dynamic linking with LLVMKonstantin3-45/+85
2023-01-25tests: avoid unexpected failure when cmake is not installedEli Schwartz1-1/+2
2023-01-20Deprecate passing strings to non-string optionsDylan Baker4-2/+16
2023-01-20use typed_kwargs for the various option subparsersDylan Baker1-1/+1
2023-01-18devenv: Allow dumping into file and select a formatXavier Claessens2-0/+6
2023-01-18 Fix nasm when target has threads as added dependencyGijs Peskens1-0/+12
2023-01-15BUG: Fix generated sources not being included as dependencies in cython trans...Thomas Li3-0/+23
2023-01-10backends: Stop passing generator exes to ExecutableSerialisation as stringsDylan Baker7-0/+81