pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/catch2



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri May 22 12:31:57 UTC 2026

Modified Files:
        pkgsrc/devel/catch2: Makefile PLIST distinfo

Log Message:
catch2: updated to 3.15.0

3.15.0

Fixes

Fixed ambiguous overload issue with std::optional<T> in C++26.
Since std::optional was turned into a range, the partial specialization of StringMaker for range-like types and for std::optional<T> were in conflict.

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.
Combining matchers requires C++26.
Catch2-provided generic matchers are all constexpr enabled.
Added STATIC_REQUIRE_THAT for compile-time matcher assertions.
This requires the compiler to support enough constexpr for matchers, see above.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/catch2/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/catch2/PLIST
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/catch2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/catch2/Makefile
diff -u pkgsrc/devel/catch2/Makefile:1.27 pkgsrc/devel/catch2/Makefile:1.28
--- pkgsrc/devel/catch2/Makefile:1.27   Fri Apr 10 12:53:27 2026
+++ pkgsrc/devel/catch2/Makefile        Fri May 22 12:31:57 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2026/04/10 12:53:27 adam Exp $
+# $NetBSD: Makefile,v 1.28 2026/05/22 12:31:57 adam Exp $
 
-DISTNAME=      Catch2-3.14.0
+DISTNAME=      Catch2-3.15.0
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=catchorg/}

Index: pkgsrc/devel/catch2/PLIST
diff -u pkgsrc/devel/catch2/PLIST:1.6 pkgsrc/devel/catch2/PLIST:1.7
--- pkgsrc/devel/catch2/PLIST:1.6       Mon Feb 16 10:16:48 2026
+++ pkgsrc/devel/catch2/PLIST   Fri May 22 12:31:57 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2026/02/16 10:16:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2026/05/22 12:31:57 adam Exp $
 include/catch2/benchmark/catch_benchmark.hpp
 include/catch2/benchmark/catch_benchmark_all.hpp
 include/catch2/benchmark/catch_chronometer.hpp
@@ -55,7 +55,6 @@ include/catch2/generators/catch_generato
 include/catch2/interfaces/catch_interfaces_all.hpp
 include/catch2/interfaces/catch_interfaces_capture.hpp
 include/catch2/interfaces/catch_interfaces_config.hpp
-include/catch2/interfaces/catch_interfaces_enum_values_registry.hpp
 include/catch2/interfaces/catch_interfaces_exception.hpp
 include/catch2/interfaces/catch_interfaces_generatortracker.hpp
 include/catch2/interfaces/catch_interfaces_registry_hub.hpp
@@ -85,7 +84,7 @@ include/catch2/internal/catch_debugger.h
 include/catch2/internal/catch_decomposer.hpp
 include/catch2/internal/catch_deprecation_macro.hpp
 include/catch2/internal/catch_enforce.hpp
-include/catch2/internal/catch_enum_values_registry.hpp
+include/catch2/internal/catch_enum_info.hpp
 include/catch2/internal/catch_errno_guard.hpp
 include/catch2/internal/catch_exception_translator_registry.hpp
 include/catch2/internal/catch_fatal_condition_handler.hpp

Index: pkgsrc/devel/catch2/distinfo
diff -u pkgsrc/devel/catch2/distinfo:1.28 pkgsrc/devel/catch2/distinfo:1.29
--- pkgsrc/devel/catch2/distinfo:1.28   Fri Apr 10 12:53:27 2026
+++ pkgsrc/devel/catch2/distinfo        Fri May 22 12:31:57 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.28 2026/04/10 12:53:27 adam Exp $
+$NetBSD: distinfo,v 1.29 2026/05/22 12:31:57 adam Exp $
 
-BLAKE2s (Catch2-3.14.0.tar.gz) = 79747be1d7f2449c49b7cb9834a546925249f10fc1da5b4c62ab9b284ef110b7
-SHA512 (Catch2-3.14.0.tar.gz) = 6eeeedc4e38b79a0a7253edfce3e29862a8761b6556f77aa3f77debd4e6631e0b57cdce7657eba2df01c4e2fd494c5b3f4bbf0dbdff32763387cf6c75d6e0c50
-Size (Catch2-3.14.0.tar.gz) = 1183590 bytes
+BLAKE2s (Catch2-3.15.0.tar.gz) = 77806f20618ced982b576f70cde6b89096970255ad2a40bb1598a31a4133dbb4
+SHA512 (Catch2-3.15.0.tar.gz) = 09df8b291d0c756c492871ce0a4fb5c703162d1364a9864470b227d4d19d9865a0ba5293a5f38d0117cbc7c230f42be35db9f6e0ca5d889dff02f1745807f380
+Size (Catch2-3.15.0.tar.gz) = 1191813 bytes
 SHA1 (patch-CMakeLists.txt) = 6e0f364c5931a03b0b6d5a26654e92070073778a
 SHA1 (patch-src_catch2_internal_catch__floating__point__helpers.hpp) = 32d9a0146f8a04cd203876e695c9a105b53a198f
 SHA1 (patch-src_catch2_matchers_catch__matchers__floating__point.cpp) = 855c7edee42b5befa4c4d70f3186809d5e0f3652



Home | Main Index | Thread Index | Old Index