summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2025-02-22Permit all unknown b_ options.Jussi Pakkanen
2025-02-20Fix reconfiguration on --wipe.Jussi Pakkanen
2025-02-15Permit more missing b options. Closes #14254.Jussi Pakkanen
2025-02-13Make all Meson level options overridable per subproject.Jussi Pakkanen
2025-02-04ci: Update appleclang job to test Xcode-provided PythonL. E. Segovia
2025-02-04unittests: Unbreak Python bytecompile tests with Xcode PythonL. E. Segovia
2025-01-27compilers: Check if GCC has support for ObjC and/or ObjC++Dylan Baker
2025-01-27unit tests: Test ObjC and ObjC++ as well as C and C++Dylan Baker
2025-01-27unit tests: make the test_c_cpp_stds test more robustDylan Baker
2025-01-27tests: mock the environment in setUpClassDylan Baker
2025-01-27tests: Add annotations for `assertMesonRaises`Dylan Baker
2025-01-09Condensed directory names for release.Jussi Pakkanen
2025-01-08programs: fix regex to match multi-digit major versionPatrick Steinhardt
2025-01-08programs: favor version numbers with dotsPatrick Steinhardt
2025-01-07fix trailing whitespace issuesEli Schwartz
2025-01-07mtest: fix rebuilding all before running testsEli Schwartz
2025-01-07Revert "make the testsuite handle MSYS2's addition of cmd"Christoph Reiter
2025-01-07tests: Avoid modifying '17 prebuild shared' test dirJan Alexander Steffens (heftig)
2024-12-31Fail gracefully when compiler cache is specified without compilerJoel Rosdahl
2024-12-20print out which command needs an exe_wrapperRolf Eike Beer
2024-12-19mtest: tap: accept out-of-order or partly-numbered testsPaolo Bonzini
2024-12-19ninjabackend: add support for "ninja clippy"Paolo Bonzini
2024-12-19introspect: add machine to target_sourcesPaolo Bonzini
2024-12-16Handle top level options set in subprojects. Closes #13847.Jussi Pakkanen
2024-11-19rust: avoid warnings from rust.testPaolo Bonzini
2024-11-19make the testsuite handle MSYS2's addition of cmdMihailJP
2024-10-23pkgconfig: fix use of uninstalled librariesAndoni Morales Alastruey
2024-10-22env2mfile: Use a cross valac on Debian if possibleSimon McVittie
2024-10-22env2mfile: Automatically set exe_wrapper on Debian if possibleSimon McVittie
2024-10-22env2mfile: Use Debian cross-prefixed GObject-Introspection toolsSimon McVittie
2024-10-21backend/ninja: Fix inconsistent rule descriptionsDavid Robillard
2024-10-20Add GNU/Hurd kernel resultsSamuel Thibault
2024-10-20Condense test directories.Jussi Pakkanen
2024-10-13mintro: Add license and license_files to project introspection dataDaniele Nicolodi
2024-10-04programs: Allow excluding certain paths when searching in PATHNirbheek Chauhan
2024-10-02env2mfile: Base cpu on DEB_HOST_GNU_CPU unless DEB_HOST_ARCH is specialSimon McVittie
2024-10-02env2mfile: Don't hard-code Debian as always being LinuxSimon McVittie
2024-10-02env2mfile: Map Debian GNU/Hurd to system() -> gnuSimon McVittie
2024-10-02unittests: Test env2mfile's dpkg_architecture_to_machine_infoSimon McVittie
2024-09-27linkers: Fix linker detection with clang on SolarisAlan Coopersmith
2024-09-24qt module: allow has_tools to specify which tools to checkPierre Lamot
2024-09-20rewriter: don't output target info to stderrBenoit Pierre
2024-09-11Fix typosspaette
2024-09-06mformat: detect invalid configCharles Brunet
2024-09-03intro: add install_rpath to intro-install_plan.jsonDaniele Nicolodi
2024-08-30update various deprecation notices to call out meson 2.0Eli Schwartz
2024-08-26compilers: Allow prelinking with Apple ClangL. E. Segovia
2024-08-20linkers: skip -export_dynamic flag before MacOS 10.7Wolfgang Walther
2024-08-20format: fix indentation of commentsCharles Brunet
2024-08-15unittests: use setUpClass instead of setUp for class constant dataDylan Baker