aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit
AgeCommit message (Expand)AuthorFilesLines
2021-04-26Condense test directory names.Jussi Pakkanen153-0/+0
2021-04-26introspection: export all sources for custom targetsJason Francis1-3/+8
2021-04-26store the list of initializes subprojects in the coredata structureDylan Baker2-0/+5
2021-04-26Interpreter: Fallback when required is false but forcefallback is trueXavier Claessens2-0/+11
2021-03-29Do not add custom target dir automatically when implicit false.Jussi Pakkanen6-0/+43
2021-03-23environment(): Allow stacking append() and prepend() (#8547)Xavier Claessens2-21/+0
2021-03-18Allow add_dist_script() in subprojectsXavier Claessens5-0/+27
2021-03-16clangformat: Add include and ignore filesXavier Claessens7-0/+17
2021-03-16Add `meson devenv` command and meson.add_devenv()Xavier Claessens5-0/+50
2021-03-04use python2-compatible syntax because needed on macOSEli Schwartz1-2/+2
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-1/+1
2021-03-04various python neatness cleanupsEli Schwartz2-2/+0
2021-02-26interpreter: correctly track whether a subproject is initializedDylan Baker4-0/+23
2021-02-26Allow printing UserOptions in the summaryStephen Gregoratto2-0/+2
2021-02-22minstall: Add --skip-subprojects optionXavier Claessens10-0/+27
2021-02-17Environment: Fix passing envrionment variables CPPFLAGS and CFLAGSDylan Baker3-0/+40
2021-02-09Condense test directory names in preparation for rc1.Jussi Pakkanen16-0/+0
2021-02-02interpreter, mtest: introduce add_test_setup(exclude_suites: ...)Paolo Bonzini1-1/+2
2021-01-21interpreter: accept external programs and dependencies for summaryPaolo Bonzini1-0/+5
2021-01-20ninjabackend: Correct RPATH orderFini Jastrow6-0/+44
2021-01-04unit:cpp17: make C++17 test stricter checkMichael Hirsch1-5/+27
2020-12-14Merge pull request #8013 from mesonbuild/cppmodulesJussi Pakkanen12-0/+92
2020-12-13Support native tests in crossbuildOleg B2-0/+23
2020-12-11Create unit test for C++ modules and accept ixx as C++ source extension.Jussi Pakkanen12-0/+92
2020-12-03Add prelinking support for static libraries.Jussi Pakkanen8-0/+73
2020-11-13Use c99 instead of c11 for buildoptions testjpark371-1/+1
2020-11-03Condense test directory names again.Jussi Pakkanen33-0/+0
2020-11-01interpreter: store correct files for project regenerationDylan Baker4-0/+14
2020-10-15intro: Add extra_files key to intro output (fixes #7310)Daniel Mensinger3-3/+12
2020-10-07Tests: py.dependency() now has required:true by defaultXavier Claessens1-1/+1
2020-10-05options: Handle updates to choices in optionsDylan Baker3-0/+27
2020-10-05Never run clang-format / clang-tidy against directoriesBernd Busse2-0/+2
2020-09-14InternalDependency: Add as_link_whole() methodXavier Claessens3-0/+23
2020-09-09Merge pull request #7428 from jon-turney/introspector-add-languagesJussi Pakkanen1-0/+2
2020-09-09Add a test of add_languages(native:) introspectionJon Turney1-0/+2
2020-09-08IntrospectInterpreter: allow dictionaries with nonconstant keysPaolo Bonzini1-0/+1
2020-09-04introspect: add test dependencies info to test/benchmark JSONPaolo Bonzini2-2/+10
2020-09-02Special case meson.version().version_compare() statementXavier Claessens1-0/+17
2020-08-27tests: update .gitignoreDaniel Mensinger1-0/+1
2020-08-18Interpreter: Fix c_stdlib usageXavier Claessens6-0/+82
2020-08-01run dircondensor.pyDylan Baker20-0/+0
2020-07-30Allow setting project options from cross or native filesDylan Baker2-0/+4
2020-07-21summary: Wrap lines when printing listsXavier Claessens1-0/+1
2020-07-01wrap: Add 'provide' sectionXavier Claessens1-2/+1
2020-06-30wrap: Apply patch even in VCS casesXavier Claessens3-0/+11
2020-06-22unittests: Fix test_identity_cross on SolarisAlan Coopersmith2-4/+16
2020-05-23ast: add unittestDaniel Mensinger1-2/+15
2020-05-18pass exe_wrapper to test scripts through the environmentDylan Baker3-0/+36
2020-05-18backends: Consider arguments passed to a test when cross compilingDylan Baker13-0/+0
2020-05-18backends: ensure that test executables can be run when passed as argumentsDylan Baker3-0/+25