summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
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
2023-07-05Renumber test dirs for rc2.Jussi Pakkanen
2023-07-05Merge pull request #11742 from xclaesse/link-whole-casesJussi Pakkanen
2023-07-02remove CI workaround for clang+msys2Eli Schwartz
2023-06-28Experimental 'genvslite' WIP. (#11049)GertyP
2023-06-27modules/rust: Add a machine file property for extra clang args with bindgenDylan Baker
2023-06-26mintro: record subproject in install_planDaniele Nicolodi
2023-06-26Revert "modules: move gnome targets into gnome module"Eli Schwartz
2023-06-26linkers: delay implementations import until detect is runEli Schwartz
2023-06-26stop importing cmake when it isn't usedEli Schwartz
2023-06-26dependencies: defer importing a custom dependency until it is usedEli Schwartz
2023-06-26dependencies: delay often-unused importsEli Schwartz
2023-06-26add profiling startup import check and testcase to count itEli Schwartz
2023-06-25tests: move script loaded modules test to platform-agnosticEli Schwartz
2023-06-16unittests: fix test_scripts_loaded_modules matching exactly our own modulesCharles Brunet
2023-06-16unittests: skip test using symlink if not availableCharles Brunet
2023-06-16unittests: ensure terminal has 80 chars widthCharles Brunet
2023-06-14WIP: refactor loggable popen calls for consistencyEli Schwartz
2023-06-07cargo/cfg: Add a parser for the rust/cargo cfg() expressionsDylan Baker
2023-06-07cargo/version: add a function to convert cargo versioning to mesonDylan Baker