diff mbox series

[meta-oe,02/38] catch2: upgrade 3.14.0 -> 3.15.0

Message ID 20260519113921.655-2-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/38] bit7z: upgrade 4.0.11 -> 4.0.12 | expand

Commit Message

Wang Mingyu May 19, 2026, 11:38 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Fixes
======
- Fixed ambiguous overload issue with std::optional<T> in C++26. (#3095)

Improvements
============
- Simplified CATCH_REGISTER_ENUM internals for faster compilation and retrieval.
- Successful assertion are slightly (1-2%) faster.
- Generic (new-style) matchers support constexpr matching in C++20.
- Added STATIC_REQUIRE_THAT for compile-time matcher assertions.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-test/catch2/{catch2_3.14.0.bb => catch2_3.15.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-test/catch2/{catch2_3.14.0.bb => catch2_3.15.0.bb} (92%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-test/catch2/catch2_3.14.0.bb b/meta-oe/recipes-test/catch2/catch2_3.15.0.bb
similarity index 92%
rename from meta-oe/recipes-test/catch2/catch2_3.14.0.bb
rename to meta-oe/recipes-test/catch2/catch2_3.15.0.bb
index 2aba52e7ae..e68fe9c885 100644
--- a/meta-oe/recipes-test/catch2/catch2_3.14.0.bb
+++ b/meta-oe/recipes-test/catch2/catch2_3.15.0.bb
@@ -5,7 +5,7 @@  LICENSE = "BSL-1.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
 
 SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https;tag=v${PV}"
-SRCREV = "b670de4fe12ac7c5e858b7de3a14fb4bd18c760e"
+SRCREV = "6ee0826dcae55ed1e06b2c5701981221e979e1e6"
 
 
 inherit cmake python3native