summaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)Author
2023-02-15preprocess: Add dependencies kwargXavier Claessens
2023-02-15preprocess: Allow custom_tgt, custom_idx and generated_listXavier Claessens
2023-02-14allow install script to run in dry-run modeCharles Brunet
2023-02-13add a CI runner testing that Meson runs correctly under PyPy3Eli Schwartz
2023-02-10cython: add unittest to verify that depfiles workEli Schwartz
2023-02-08CI: skip gpgme-config test on ArchEli Schwartz
2023-02-07test cases/vala: Fix clang error during int to pointer coercionNirbheek Chauhan
2023-02-01add cc.has_function_attribute('vector_size')Dudemanguy
2023-01-31log running commands a bit better by doing proper shell quotingEli Schwartz
2023-01-28tests/llvm: require cmake 3.11Konstantin
2023-01-28cmake: allow dynamic linking with LLVMKonstantin
2023-01-25tests: avoid unexpected failure when cmake is not installedEli Schwartz
2023-01-20Deprecate passing strings to non-string optionsDylan Baker
2023-01-20use typed_kwargs for the various option subparsersDylan Baker
2023-01-18devenv: Allow dumping into file and select a formatXavier Claessens
2023-01-18 Fix nasm when target has threads as added dependencyGijs Peskens
2023-01-15BUG: Fix generated sources not being included as dependencies in cython trans...Thomas Li
2023-01-10backends: Stop passing generator exes to ExecutableSerialisation as stringsDylan Baker
2023-01-04add testcase for declare_dependency(objects: ...)Paolo Bonzini
2023-01-04allow passing generated objects in the "objects" keyword argumentPaolo Bonzini
2022-12-27add license_files kwarg to projectEli Schwartz
2022-12-27tests: fix test that has source code incompatible with modern CEli Schwartz
2022-12-21add more testcases for prebuilt objectsPaolo Bonzini
2022-12-16Merge pull request #11174 from bgilbert/jar-manifestJussi Pakkanen
2022-12-15Try to find the jni dependency when javac is a Darwin stubTristan Partin
2022-12-14depfixer: silence fix_jar() and make it do somethingBenjamin Gilbert
2022-12-11fix broken fs.copyfile function that crashed if you tried to use itEli Schwartz
2022-12-11Rename java.generate_native_headers to java.native_headersTristan Partin
2022-12-11CI: skip libgcrypt test on msys2Eli Schwartz
2022-12-11Merge pull request #11024 from dcbaker/submit/bindgen-dependenciesJussi Pakkanen
2022-12-06test: Add get_define test with prefix arrayMarvin Scholz
2022-12-05when generating optional utility targets in ninja, skip existing aliases tooEli Schwartz
2022-12-05modules/rust: Add support for dependencies in bindgenDylan Baker
2022-12-05modules/rust: Add support for string include_directoriesDylan Baker
2022-11-24Fix various spelling errorsDavid Robillard
2022-11-21Handle freezing tests. Fixes #10752.Jussi Pakkanen
2022-11-17tests: fix qt project test when running with qt4Eli Schwartz
2022-11-14tests: fix edge case where non-default python is used, by skipping itEli Schwartz
2022-11-06Implement `in` operator on stringXavier Claessens
2022-11-02backends: Try guessing install tag for all installed filesXavier Claessens
2022-11-01Add regression test for pch link_whole bug.Jussi Pakkanen
2022-11-01minstall: make do_strip run with -Sx for macOS targetsL. E. Segovia
2022-10-31Revert "tests: Test extern'd globals on MacOS with the Apple Archiver"Eli Schwartz
2022-10-31both_libraries: Make sure to select the right linker for static libXavier Claessens
2022-10-28gnome: allow generator outputs as gdbus-codegen inputsPaolo Bonzini
2022-10-28gnome: allow custom targets as gdbus-codegen inputsPaolo Bonzini
2022-10-25tests: Add nasm compiler checksXavier Claessens
2022-10-25nasm: Use an hello world test that works on 32bits tooXavier Claessens
2022-10-25Condense test directory numbers.Jussi Pakkanen
2022-10-24Add MASM compilerXavier Claessens