aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2021-11-18tests: remove extraframework test for pythonDylan Baker1-3/+0
2021-11-15Merge pull request #9520 from dcbaker/submit/gnome-first-typed-kwargsJussi Pakkanen2-2/+0
2021-11-15Merge pull request #9565 from bonzini/invalid-run-targetJussi Pakkanen6-0/+41
2021-11-15dependencies/zlib: Add system zlib method for androidDudemanguy1-2/+2
2021-11-15interpreter: disallow RunTarget in meson.add_install_scriptPaolo Bonzini3-0/+23
2021-11-15interpreter: disallow RunTarget in testPaolo Bonzini3-0/+18
2021-11-08tests/vala: remove useless keyword argumentDylan Baker2-2/+0
2021-11-04fix regression that broke string.format with list objectsEli Schwartz1-0/+1
2021-11-02python.dependency(): Do not stop when first candidate is not foundXavier Claessens1-0/+4
2021-10-31Fix cygwin test failure due to shortpath usageNirbheek Chauhan1-0/+5
2021-10-30Added warning if run_command is called without the check kwargVolker Weißmann24-50/+50
2021-10-27modules/gnome: ensure that `install_dir` is setDylan Baker1-3/+3
2021-10-27Fix add_install_script() ignoring install_tagXavier Claessens1-0/+3
2021-10-27Fix crash when getting cuda optionsXavier Claessens3-2/+12
2021-10-26interpreter: Revert old path joining behavior (fixes #9450)Daniel Mensinger1-0/+3
2021-10-24interpreter: Fix missing featuer check (fixes #9425)Daniel Mensinger2-0/+14
2021-10-12interpreter: Fix missing holder entry (fixes #9389)Daniel Mensinger1-0/+11
2021-10-10Fix typos discovered by codespellChristian Clauss11-11/+11
2021-10-10Revert "interpreter: Add FeatureNew check"Eli Schwartz2-8/+1
2021-10-10Be more strict about target names with slashes.Jussi Pakkanen1-1/+1
2021-10-09optinterpreter: Add deprecated kwargXavier Claessens3-0/+59
2021-10-09optinterpreter: Refactor to use typed_pos_args() and typed_kwargs()Xavier Claessens1-1/+1
2021-10-08python: Add platlibdir and purelibdir optionsXavier Claessens3-0/+16
2021-10-08add install_emptydir functionEli Schwartz2-0/+11
2021-10-06interpreter: Holderify arrays and dictsDaniel Mensinger4-4/+4
2021-10-06cmake: Implement support for interpreting link "keywords"Daniel Mensinger2-1/+5
2021-10-06cmake: Warn if we could use IMPORTED CMake targetsDaniel Mensinger2-1/+11
2021-10-04backend/vs: Generate dependencies for CustomTargetIndex for a CustomTarget.Andres Freund6-0/+76
2021-10-04backend/vs: process link dependencies.Andres Freund3-15/+0
2021-10-04various python neatness cleanupsEli Schwartz2-3/+3
2021-10-01rust: dependencies need to cause a rebuild/relink not just reorderDylan Baker3-0/+32
2021-09-30dependency: Allow searching for multiple namesXavier Claessens2-0/+13
2021-09-30Make custom_target() name argument optionalXavier Claessens3-0/+23
2021-09-29unittests: Make qt test work if multiple versions of qt installedmakise-homura1-1/+1
2021-09-29tests/rust: add libm to fix build with rust 1.55Dominique Leuenberger1-0/+1
2021-09-29tests: take into account Debian Python pathsFilipe Laíns2-4/+4
2021-09-28Merge pull request #9014 from bonzini/mixed-language-linkJussi Pakkanen2-0/+12
2021-09-27fix test case instances where undefined message(true) occurredEli Schwartz1-1/+1
2021-09-25Merge pull request #8773 from dcbaker/submit/rustc-enhancements-clippyJussi Pakkanen2-1/+3
2021-09-25interpreter: Add FeatureNew checkDaniel Mensinger2-1/+8
2021-09-25Remove helpers.check_stringlist()Daniel Mensinger1-0/+3
2021-09-25interpreter: Introduce StringHolderDaniel Mensinger3-3/+3
2021-09-24compilers/rust: Add support for clippyDylan Baker2-1/+3
2021-09-25compilers: Add default search path stdlib_only_link_flagsDylan Baker1-4/+0
2021-09-24Add option to to transpile Cython to C++Dylan Baker2-0/+18
2021-09-22Merge pull request #9274 from anarazel/fix-vs-static-generatedJussi Pakkanen6-0/+54
2021-09-21Add platform agnostic testsXavier Claessens3-0/+8
2021-09-20Add test for https://github.com/mesonbuild/meson/issues/9235Jesse Natalie6-0/+54
2021-09-20dependencyfallbacks: Use default_options for implicit fallbacksXavier Claessens3-1/+4
2021-09-20tests: Fix fortran testsRohit Goswami18-8/+24