diff options
author | alperak <alperyasinak1@gmail.com> | 2023-11-11 22:34:58 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-11 15:41:43 -0800 |
commit | 1bdab916b1fd70ce9196aedac319df5dd8b6dd15 (patch) | |
tree | 7a63c04e2512075509f1a0da7c25eec1c9a490b5 | |
parent | 28de6640a37837e75d4e4b56e74d93347113d2d5 (diff) | |
download | meta-openembedded-1bdab916b1fd70ce9196aedac319df5dd8b6dd15.tar.gz |
catch2: upgrade 2.13.7 -> 2.13.10
v2.13.10:
Fixes:
-Fixed issue with catch_discover_tests when there is multiple of 256 tests (#2401, #2503)
-Catch2-provided main and wmain are explicitly marked as __cdecl when compiled with MSVC (#2486, #2487)
-Improved break-into-debugger behaviour for ARM Macs. It should now be possible to step execution after the break (#2422)
-Replaced deprecated std::aligned_storage (#2419, #2420)
v2.13.9:
Fixes:
-Fixed issue with -# (filename-as-tag) flag when __FILE__ expands into filename without directories (#2328, #2393)
-Fixed CAPTURE macro not being variadic when disabled through CATCH_CONFIG_DISABLE (#2316, #2378)
v2.13.8:
Fixes:
-Made Approx::operator() const (#2288)
-Improved pkg-config files (#2284)
-Fixed warning suppression leaking out of Catch2 when compiled with clang.exe (#2280)
-The macro-generated names for things like TEST_CASE no longer create reserved identifiers (#2336)
Improvements:
-Clang-tidy should no longer warn about missing virtual dispatch in FilterGenerator's constructor (#2314)
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-test/catch2/catch2_2.13.10.bb (renamed from meta-oe/recipes-test/catch2/catch2_2.13.7.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-test/catch2/catch2_2.13.7.bb b/meta-oe/recipes-test/catch2/catch2_2.13.10.bb index 1dd082fa8..8512a0f30 100644 --- a/meta-oe/recipes-test/catch2/catch2_2.13.7.bb +++ b/meta-oe/recipes-test/catch2/catch2_2.13.10.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "BSL-1.0" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/catchorg/Catch2.git;branch=v2.x;protocol=https" | 7 | SRC_URI = "git://github.com/catchorg/Catch2.git;branch=v2.x;protocol=https" |
8 | SRCREV = "c4e3767e265808590986d5db6ca1b5532a7f3d13" | 8 | SRCREV = "182c910b4b63ff587a3440e08f84f70497e49a81" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||