summaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)Author
2021-03-10Formatting fixLaurin-Luis Lehning
2021-03-10Add failing test cases & release snippetLaurin-Luis Lehning
2021-03-10Switch fstring syntax to @..@ & limit fstring captures to int, str, float and...Laurin-Luis Lehning
2021-03-10Add support for basic format stringsLaurin-Luis Lehning
2021-03-10Disable broken asm test on Cygwin as nobody knows how to fix it.Jussi Pakkanen
2021-03-09Add str.replace() methodTristan Partin
2021-03-06Refactor subdir visitation to track files instead of dirs.Jussi Pakkanen
2021-03-06Fix Fortran dep scanner for upper case file extensions. Closes #8395.Jussi Pakkanen
2021-03-04use python2-compatible syntax because needed on macOSEli Schwartz
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-04various python neatness cleanupsEli Schwartz
2021-02-27install_man locale supportJason Woodward
2021-02-26Merge pull request #8429 from dcbaker/submit/rust-fix-linking-with-find-libraryDylan Baker
2021-02-26interpreter: Clean up and simplify/optimize get_(external|cross)_propertyDylan Baker
2021-02-26tests/rust: Add rust case linking to libm in rust static libraryJordan Justen
2021-02-26interpreter: correctly track whether a subproject is initializedDylan Baker
2021-02-26Allow printing UserOptions in the summaryStephen Gregoratto
2021-02-26meson: add .has_external_property() methodsTim-Philipp Müller
2021-02-26Merge pull request #8404 from dcbaker/submit/rust-c-dependenciesJussi Pakkanen
2021-02-25Allow custom target output to be processed by generatorsMatthias Klumpp
2021-02-23rust: fix linking with external dependenciesDylan Baker
2021-02-23tests/rust: Add rust case linking to zlib dependencyJordan Justen
2021-02-22[CUDA] Bugfix: Forward sanitizer_*_args() methods to host compiler.Olexa Bilaniuk
2021-02-22minstall: Add --skip-subprojects optionXavier Claessens
2021-02-19Fix combining C and Fortran. Closes #8377.Jussi Pakkanen
2021-02-19[TAP] Fix TAP parser when test exits with statusLuke Drummond
2021-02-19Ensure that $lang_args and $lang_link_args are properly parsedDylan Baker
2021-02-18Increase OpenMPI timeout to see if it fixes macOS CI test hangs.Jussi Pakkanen
2021-02-18Disable failing Cygwin GIR test.Jussi Pakkanen
2021-02-17ci: Fix failure in unit tests with vs backendXavier Claessens
2021-02-17Do not validate options when finding non-matchingDylan Baker
2021-02-17Substitute @CURRENT_SOURCE_DIR@ in run_target() and custom_target()Xavier Claessens
2021-02-17Environment: Fix passing envrionment variables CPPFLAGS and CFLAGSDylan Baker
2021-02-09backends: Fix custom_target() with configure_file() exeXavier Claessens
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