summaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)Author
2021-02-09Condense test directory names in preparation for rc1.Jussi Pakkanen
2021-02-08Fix exe wrapper detection for run targets.Jussi Pakkanen
2021-02-07Add Qt6 moduleLuca Weiss
2021-02-07Merge pull request #8162 from dcbaker/wip/2021-01/rust-module-bindgenJussi Pakkanen
2021-02-07Make installing non-existing subdirs a supported featurePeter Hutterer
2021-02-07Merge pull request #8288 from bonzini/test-setup-exclude-suitesJussi Pakkanen
2021-02-07Merge pull request #8305 from xclaesse/run-target-envJussi Pakkanen
2021-02-06rust: Add a module wrapper for bindgenDylan Baker
2021-02-05tests/cmake: disable some tests that don't work correctly when cross compilingDylan Baker
2021-02-05run_target: Add env kwargXavier Claessens
2021-02-04Introduce `fs.read` to read a file as a stringLuke Drummond
2021-02-02interpreter, mtest: introduce add_test_setup(exclude_suites: ...)Paolo Bonzini
2021-02-01tests/common: fix " 37 has function" test on musl systems.Érico Rolim
2021-01-30Fix executable as script on WindowsXavier Claessens
2021-01-29Can read project version from a file.Jussi Pakkanen
2021-01-27intepreter: Allow using file objects for the script_name of add_*_scriptDylan Baker
2021-01-27custom_target: Add env kwargXavier Claessens
2021-01-25Merge pull request #8236 from dcbaker/submit/rust-fix-generated-sources-in-su...Jussi Pakkanen
2021-01-23Merge pull request #8226 from jonaslb/fortranstaticJussi Pakkanen
2021-01-21tests/rust: Add a generated library to generated main testDylan Baker
2021-01-21tests/rust: Add subdir to generated sources testDylan Baker
2021-01-21interpreter: accept external programs and dependencies for summaryPaolo Bonzini
2021-01-21Add fortran test with an install:yes static libraryJonas Lundholm Bertelsen
2021-01-20ninjabackend: Correct RPATH orderFini Jastrow
2021-01-19rust: Accept generated sources for main.rsDylan Baker
2021-01-14Merge pull request #8192 from dcbaker/submit/minstall-type-annotationsJussi Pakkanen
2021-01-13build/interpreter: Split InstallDir to fix layering violationDylan Baker
2021-01-13Fix misspellsAntonin Décimo
2021-01-12Allow '//' as project function id due to git bash path conversion.Luke Elliott
2021-01-12Interpreter: Fix nested subsubproject detectionXavier Claessens
2021-01-10cmake: add PATH logic to preliminary dep check (fixes #8133)Daniel Mensinger
2021-01-05modules: Add an unstable-rust moduleDylan Baker
2021-01-05mtest: Add support for rust unit testsDylan Baker
2021-01-04unit:cpp17: make C++17 test stricter checkMichael Hirsch
2021-01-04cmake: fix missing languages from CMake (fixes #8132)Daniel Mensinger
2020-12-30Handle uppercase dependency names in wraps.Jussi Pakkanen
2020-12-29cmake: fix -framework dependencies (fixes #8045)Daniel Mensinger
2020-12-14Merge pull request #8013 from mesonbuild/cppmodulesJussi Pakkanen
2020-12-13Support native tests in crossbuildOleg B
2020-12-11Create unit test for C++ modules and accept ixx as C++ source extension.Jussi Pakkanen
2020-12-03Add prelinking support for static libraries.Jussi Pakkanen
2020-11-29Add aarch64 assembly testmimi89999
2020-11-24compiler: allow non-built internal dependencies as argumentsPaolo Bonzini
2020-11-21Handle cmake dependencies which require a specified versionJason Ekstrand
2020-11-21cmVers: use env instead of hardcoding bash locationDylan Baker
2020-11-18Merge pull request #7894 from obilaniu/cudaupdatesJussi Pakkanen
2020-11-17Revert "Add thinlto support. Closes #7493."Jussi Pakkanen
2020-11-17gnome: Drop use of volatile in GLib type functionsPhilip Withnall
2020-11-14Merge pull request #7843 from dcbaker/submit/rustc-fixesJussi Pakkanen
2020-11-13Use c99 instead of c11 for buildoptions testjpark37