summaryrefslogtreecommitdiff
path: root/unittests/allplatformstests.py
AgeCommit message (Expand)Author
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-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-09Condensed directory names for release.Jussi Pakkanen
2025-01-07tests: Avoid modifying '17 prebuild shared' test dirJan Alexander Steffens (heftig)
2024-12-19ninjabackend: add support for "ninja clippy"Paolo Bonzini
2024-12-19introspect: add machine to target_sourcesPaolo Bonzini
2024-11-19rust: avoid warnings from rust.testPaolo Bonzini
2024-10-21backend/ninja: Fix inconsistent rule descriptionsDavid Robillard
2024-10-20Condense test directories.Jussi Pakkanen
2024-10-13mintro: Add license and license_files to project introspection dataDaniele Nicolodi
2024-09-27linkers: Fix linker detection with clang on SolarisAlan Coopersmith
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-15unittests: use mock.patch.dict to deal with os.environDylan Baker
2024-08-09linkers: fix LLD linker response file handlingBenoit Pierre
2024-08-04Revert "CI: skip LTO tests on cygwin"Jon Turney
2024-07-23CI: skip LTO tests on cygwinEli Schwartz
2024-07-17Remove language (AKA compiler) type from OptionKey.Jussi Pakkanen
2024-07-17Remove option type from OptionKey and get it from OptionStore instead.Jussi Pakkanen
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen
2024-06-14wrap: Clarify PackageDefinition APIXavier Claessens
2024-06-14Replace direct indexing with named methods.Jussi Pakkanen
2024-06-14Rename option variable to optstore to make it unique.Jussi Pakkanen
2024-06-02Create a directory for machine files used in unit tests.Jussi Pakkanen
2024-04-27mdist: gracefully handle stale Git indexBenjamin Gilbert
2024-04-15Add bztar support to meson distTristan Partin
2024-04-08meson format commandCharles Brunet
2024-04-08parser: revert to single StringNode typeCharles Brunet
2024-03-10fix reconfigure subproject base optionsCharles Brunet
2024-03-03Condense test dirs for rc2.Jussi Pakkanen
2024-03-01Fix unknown base options not detected in commandline argumentsCharles Brunet
2024-03-01Set PYTHONIOENCODING when running testsCharles Brunet
2024-01-17tests: Also test implicit rpaths from dependenciesJonathon Anderson
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-11-12Renumber test dirs for rc3.Jussi Pakkanen
2023-10-27Condense test directories for RC1.Jussi Pakkanen
2023-10-20modules/rust: Add a test that bindgen drops arguments it shouldn't useDylan Baker
2023-10-09interpreter: add <lang>_(static|shared)_argsDylan Baker
2023-10-05mcompile: add suffix as an additional parameterDudemanguy
2023-10-05build: use suffix when getting target id for exesDudemanguy
2023-09-28unittest: Fix clang-tidy-fixLei YU
2023-09-25Add clang-tidy-fix targetLei YU
2023-08-30Merge pull request #10332 from xclaesse/std-optJussi Pakkanen
2023-08-23machine file: Add @GLOBAL_SOURCE_ROOT@ and @DIRNAME@Xavier Claessens
2023-08-17Remove XML filter from testlog.{json,txt} and std streamsTristan Partin
2023-08-08correct cmakedefine behaviorJan200101
2023-08-07c_std, cpp_std: Change to a list of desired versions in preference orderXavier Claessens