aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-20backend/ninja: add generated sources to depscan order depsDylan Baker2-3/+15
2021-09-20tests/fortran/7 generated: don't try to find a configure_file by pathDylan Baker1-4/+2
2021-09-16Fix ignored install_tag kwarg in install_subdir()Xavier Claessens2-0/+5
2021-09-10add test case for qrc translationsEli Schwartz6-0/+51
2021-09-10Made submodule child code valid Fortran.Mat Cross1-2/+2
2021-09-07unittests: test external dependency in summaryPaolo Bonzini1-0/+1
2021-09-07add test case for mixed language link testsPaolo Bonzini2-0/+12
2021-09-06mintro: add installed_planFilipe Laíns16-0/+42
2021-09-02interpreter: Add summary of all user defined optionsXavier Claessens1-1/+1
2021-09-01run_target: do not yield broken names with subdirsEli Schwartz2-0/+8
2021-09-01dependency: fallback and allow_fallback are mutually exclusiveXavier Claessens2-0/+11
2021-09-01msvc: Assume UTF8 source by defaultXavier Claessens4-0/+30
2021-08-31interpreter: Add IntegerHolderDaniel Mensinger1-1/+2
2021-08-31interpreter: Make comparisons of different types a hard errorDaniel Mensinger1-11/+0
2021-08-31pylint: turn on superflous-parensDylan Baker11-17/+17