summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2023-12-03macos: Fix path in test to be Sonoma compatibleAndres Freund
2023-11-12Renumber test dirs for rc3.Jussi Pakkanen
2023-11-04Fine-tune the error message when trying to build outside the project rootEli Schwartz
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-09cargo: Fix '1.0.45' version conversionXavier Claessens
2023-10-09cargo: builder: Remove all duplicated functionsXavier Claessens
2023-10-09interpreter: add <lang>_(static|shared)_argsDylan Baker
2023-10-09Allow c++23 in gcc-11.Benjamin Redelings
2023-10-05mcompile: add suffix as an additional parameterDudemanguy
2023-10-05build: use suffix when getting target id for exesDudemanguy
2023-10-04Remove type comments in run_project_tests.pyTristan Partin
2023-09-28unittest: Fix clang-tidy-fixLei YU
2023-09-26compilers: use correct version comparison for openbsd librariesEli Schwartz
2023-09-25Add clang-tidy-fix targetLei YU
2023-09-18pkgconfig: Set PKG_CONFIG in env for devenv and g-ir-scannerXavier Claessens
2023-09-18pkgconfig: Restore logging of pkg-config versionXavier Claessens
2023-09-18Remove get_configtool_variable()Xavier Claessens
2023-09-18Remove get_pkgconfig_variable()Xavier Claessens
2023-09-14Revert "tests: skip a test that fails with new Python 3.11 from MSYS2"Christoph Reiter
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-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-25msetup: Update options when builddir is already configuredXavier Claessens
2023-08-23machine file: Add @GLOBAL_SOURCE_ROOT@ and @DIRNAME@Xavier Claessens
2023-08-18tests: fix assertion rewriting when pytest is usedBenoit Pierre
2023-08-17tests: consolidate MESON_SKIP_TEST reporting and use it in unittestsEli Schwartz
2023-08-17Remove XML filter from testlog.{json,txt} and std streamsTristan Partin
2023-08-08correct cmakedefine behaviorJan200101
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-06tests: Assert that mips64 kernel is detected as mips64 with no compilersSimon McVittie
2023-08-06tests: Pass a mock C compiler to detect_cpu(), detect_cpu_family()Simon McVittie
2023-08-03PkgConfigDependency: Move CLI handling into its own abstractionXavier Claessens
2023-08-02convert booleans in summary function to correct representationEli Schwartz
2023-08-02treewide: internally avoid deprecated machine file uses of "pkgconfig"Eli Schwartz
2023-07-31Rename variables that clash with pdb commandsDan Hawson
2023-07-31Merge pull request #11986 from williamspatrick/clang-enable-cpp23Jussi Pakkanen
2023-07-30tests: skip a test that fails with new Python 3.11 from MSYS2Christoph Reiter
2023-07-26Fix install_data() default install pathDaniele Nicolodi
2023-07-25unittests: test the vala templateDylan Baker
2023-07-25unittests: use subtests for template testsDylan Baker
2023-07-14tests: add support for c++23/c++26 detectionSteven Noonan
2023-07-13macos: map arm64e to aarch64, map "whole" architecture stringsAndres Freund
2023-07-13Silence some encoding warningsTristan Partin
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