summaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)Author
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-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-26meson: add .has_external_property() methodsTim-Philipp Müller
2021-02-25Allow custom target output to be processed by generatorsMatthias Klumpp
2021-02-19Ensure that $lang_args and $lang_link_args are properly parsedDylan Baker
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-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-07Make installing non-existing subdirs a supported featurePeter Hutterer
2021-02-05run_target: Add env kwargXavier Claessens
2021-02-04Introduce `fs.read` to read a file as a stringLuke Drummond
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-13Fix misspellsAntonin Décimo
2021-01-12Interpreter: Fix nested subsubproject detectionXavier Claessens
2020-12-30Handle uppercase dependency names in wraps.Jussi Pakkanen
2020-11-29Add aarch64 assembly testmimi89999
2020-11-17Revert "Add thinlto support. Closes #7493."Jussi Pakkanen
2020-11-12interpreter: Add get_keys function for configuration_data (#7887)Jones
2020-11-12Merge pull request #7965 from dcbaker/wip/2020-11/macos-github-actionsJussi Pakkanen
2020-11-12dependencies: Put pkgconfig options before operandsHaelwenn (lanodan) Monnier
2020-11-10tests/28 multiline string: include required headersDylan Baker
2020-11-08Add thinlto support. Closes #7493.Jussi Pakkanen
2020-11-05docs: Recommend to use SPDX license identifiers [skip ci]Michael Weiss
2020-11-03Condense test directory names again.Jussi Pakkanen
2020-10-16Add test case for "subproject:opt" in project()Xavier Claessens
2020-10-16Fix consistency in variables kwargXavier Claessens
2020-10-13wrap: Use sub-subproject packagefilesXavier Claessens
2020-10-13Merge wraps from subprojects into wraps from main projectXavier Claessens
2020-10-13include_type: honor include_type in dependency fallbacks (fixes #7503)Daniel Mensinger
2020-10-12Merge pull request #7740 from bonzini/fallback-falseJussi Pakkanen
2020-10-10add test case for #6365Sahnvour
2020-10-08dependency: support boolean argument "allow_fallback"Paolo Bonzini
2020-10-05machinefiles: Allow keys to be stored case insensitiveDylan Baker
2020-10-04Added subdir files testOskar Sigvardsson
2020-09-28Add meson.project_build/source_root() methodsXavier Claessens
2020-09-17project tests: Verify that UWP cross binaries use the right archNirbheek Chauhan
2020-09-13external-project: New module to build configure/make projectsXavier Claessens
2020-09-11Fix test 'common/122 llvm ir and assembly' for Windows ARMJon Turney