summaryrefslogtreecommitdiff
path: root/test cases/unit
AgeCommit message (Expand)Author
2025-06-09AstInterpreter: Fix dead-code-crashVolker Weißmann
2025-05-29Add AstInterpreter.dataflow_dagVolker Weißmann
2025-04-24interpreter: do not use pathlib for DependencyVariableString creationPaolo Bonzini
2025-04-18fix prefix computation in validate_original_argsPaolo Bonzini
2025-04-14Condense directory names for 1.8 rc1.Jussi Pakkanen
2025-03-09compilers: convert `b_sanitize` to a free-form array optionPatrick Steinhardt
2025-02-27test: fix hang when running tests that need parsing with `--interactive`Patrick Steinhardt
2025-02-27mtest: add option to slice testsPatrick Steinhardt
2025-02-13Make all Meson level options overridable per subproject.Jussi Pakkanen
2025-01-27unit tests: Test ObjC and ObjC++ as well as C and C++Dylan Baker
2025-01-20linkers: fix rpath padding calculation for non-asciiEli Schwartz
2025-01-09Condensed directory names for release.Jussi Pakkanen
2025-01-07mtest: fix rebuilding all before running testsEli Schwartz
2024-12-16Handle top level options set in subprojects. Closes #13847.Jussi Pakkanen
2024-10-20Condense test directories.Jussi Pakkanen
2024-10-11test: avoid need for explict CMake minimumscivision
2024-09-19Fix typosspaette
2024-08-15unittests: fix git dist test on Windows with Python < 3.8Dylan Baker
2024-06-04Extract native file parser to machinefile source file.Jussi Pakkanen
2024-05-23Refactor option classes to their own file.Jussi Pakkanen
2024-04-23Use dl instead of zlib for checking an external dependencyTristan Partin
2024-03-10Fix detection of unknown base options in subprojCharles Brunet
2024-03-02Merge pull request #12804 from joukewitteveen/dist-rewriterJussi Pakkanen
2024-03-01Fix base and compiler options not reconfigurable.Charles Brunet
2024-02-12Add MESONREWRITE to `meson dist` scriptsJouke Witteveen
2024-01-17tests: Also test implicit rpaths from dependenciesJonathon Anderson
2023-11-12Renumber test dirs for rc3.Jussi Pakkanen
2023-10-27Condense test directories for RC1.Jussi Pakkanen
2023-10-05build: use suffix when getting target id for exesDudemanguy
2023-09-28unittest: Fix clang-tidy-fixLei YU
2023-09-18Remove get_configtool_variable()Xavier Claessens
2023-09-18Remove get_pkgconfig_variable()Xavier Claessens
2023-09-12Merge pull request #12152 from bruchar1/ast-preserve-allJussi Pakkanen
2023-09-12fix bug with openssl when cmake is missingCharles Brunet
2023-09-11parser: allow whitespaces and comments in cont_eolCharles Brunet
2023-09-11raw printerCharles Brunet
2023-09-05wrap: Use MESON_PACKAGE_CACHE_DIR as default packagecache pathXavier Claessens
2023-08-30Merge pull request #10332 from xclaesse/std-optJussi Pakkanen
2023-08-17Remove XML filter from testlog.{json,txt} and std streamsTristan Partin
2023-08-07Error when an installed static library links to internal custom targetXavier Claessens
2023-08-07c_std, cpp_std: Change to a list of desired versions in preference orderXavier Claessens
2023-08-02treewide: internally avoid deprecated machine file uses of "pkgconfig"Eli Schwartz
2023-07-25modules/pkgconfig: Don't insert None into devenv listDylan Baker
2023-07-13mtest: fix unencodable XML charsNazir Bilal Yavuz
2023-07-10build: dependencies should come after link_with on link commandXavier Claessens
2023-07-10build: Fix linking multiple libraries and some are promotedXavier Claessens
2023-07-10Revert "backends: Cache creation of install data"Eli Schwartz
2023-07-05Renumber test dirs for rc2.Jussi Pakkanen
2023-07-05Merge pull request #11742 from xclaesse/link-whole-casesJussi Pakkanen
2023-06-28Experimental 'genvslite' WIP. (#11049)GertyP