summaryrefslogtreecommitdiff
path: root/test cases/unit
AgeCommit message (Expand)Author
2021-10-01rust: dependencies need to cause a rebuild/relink not just reorderDylan Baker
2021-09-30Make custom_target() name argument optionalXavier Claessens
2021-09-28Merge pull request #9014 from bonzini/mixed-language-linkJussi Pakkanen
2021-09-27fix test case instances where undefined message(true) occurredEli Schwartz
2021-09-21Add platform agnostic testsXavier Claessens
2021-09-16Fix ignored install_tag kwarg in install_subdir()Xavier Claessens
2021-09-07unittests: test external dependency in summaryPaolo Bonzini
2021-09-07add test case for mixed language link testsPaolo Bonzini
2021-09-06mintro: add installed_planFilipe LaĆ­ns
2021-09-02interpreter: Add summary of all user defined optionsXavier Claessens
2021-09-01run_target: do not yield broken names with subdirsEli Schwartz
2021-08-31pylint: turn on superflous-parensDylan Baker
2021-08-30decorators: Make unknown kwarg fatalXavier Claessens
2021-08-17Add install tagsXavier Claessens
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
2021-08-09interpreter: Fix missing subsubproject summary when subproject failsXavier Claessens
2021-08-09pkg-config: support for `-l:libfoo.a`lilinzhe
2021-07-25ast: Add dummy "support" for fstrings in the ast packageDaniel Mensinger
2021-07-21Fix meson.version().version_compare() regression in subprojectXavier Claessens
2021-07-15Condense test directory names for next release.Jussi Pakkanen
2021-04-26Condense test directory names.Jussi Pakkanen
2021-04-26introspection: export all sources for custom targetsJason Francis
2021-04-26store the list of initializes subprojects in the coredata structureDylan Baker
2021-04-26Interpreter: Fallback when required is false but forcefallback is trueXavier Claessens
2021-03-29Do not add custom target dir automatically when implicit false.Jussi Pakkanen
2021-03-23environment(): Allow stacking append() and prepend() (#8547)Xavier Claessens
2021-03-18Allow add_dist_script() in subprojectsXavier Claessens
2021-03-16clangformat: Add include and ignore filesXavier Claessens
2021-03-16Add `meson devenv` command and meson.add_devenv()Xavier Claessens
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-26interpreter: correctly track whether a subproject is initializedDylan Baker
2021-02-26Allow printing UserOptions in the summaryStephen Gregoratto
2021-02-22minstall: Add --skip-subprojects optionXavier Claessens
2021-02-17Environment: Fix passing envrionment variables CPPFLAGS and CFLAGSDylan Baker
2021-02-09Condense test directory names in preparation for rc1.Jussi Pakkanen
2021-02-02interpreter, mtest: introduce add_test_setup(exclude_suites: ...)Paolo Bonzini
2021-01-21interpreter: accept external programs and dependencies for summaryPaolo Bonzini
2021-01-20ninjabackend: Correct RPATH orderFini Jastrow
2021-01-04unit:cpp17: make C++17 test stricter checkMichael Hirsch
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-13Use c99 instead of c11 for buildoptions testjpark37
2020-11-03Condense test directory names again.Jussi Pakkanen
2020-11-01interpreter: store correct files for project regenerationDylan Baker
2020-10-15intro: Add extra_files key to intro output (fixes #7310)Daniel Mensinger
2020-10-07Tests: py.dependency() now has required:true by defaultXavier Claessens