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:           Mon Feb 16 10:16:48 UTC 2026

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

Log Message:
catch2: updated to 3.13.0

3.13.0

Fixes
* `--benchmark-samples 0` no longer hard crashes
  * The CLI validation fails instead.
* Fixed warning suppression macros being doubly defined when using Clang on Windows

Improvements
* Suppressed static analysis 26426 diagnostic for MSVC
* Renamed the internal deprecation macro from `DEPRECATED` to `CATCH_DEPRECATED` to avoid conflicts
* Added `UNSCOPED_CAPTURE` macro
* Added `ConcatGenerator` to combine multiple separate generator into one
  * The short form is `cat`
* Generators can now jump forward to nth element efficiently
  * Custom generators that can jump forward efficiently should override `skipToNthElementImpl`
* Generators can declare themselves infinite
  * The generator base defaults to declaring itself finite for backwards compatibility
  * Custom generators should override `isFinite()` to return the proper value
* Added `--warn InfiniteGenerators` to error out on `GENERATE` being given an infinite generator
* Extended options for section filtering from CLI to include generators
  * The user can specify which element from the generator to use in the test case
  * See documentation for how the new filters work and how they can be specified
* `MapGenerator` only calls the mapping function if the output will be used


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/catch2/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/catch2/PLIST
cvs rdiff -u -r1.26 -r1.27 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.25 pkgsrc/devel/catch2/Makefile:1.26
--- pkgsrc/devel/catch2/Makefile:1.25   Mon Jan  5 14:11:57 2026
+++ pkgsrc/devel/catch2/Makefile        Mon Feb 16 10:16:48 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2026/01/05 14:11:57 adam Exp $
+# $NetBSD: Makefile,v 1.26 2026/02/16 10:16:48 adam Exp $
 
-DISTNAME=      Catch2-3.12.0
+DISTNAME=      Catch2-3.13.0
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=catchorg/}

Index: pkgsrc/devel/catch2/PLIST
diff -u pkgsrc/devel/catch2/PLIST:1.5 pkgsrc/devel/catch2/PLIST:1.6
--- pkgsrc/devel/catch2/PLIST:1.5       Mon Jan  5 14:11:57 2026
+++ pkgsrc/devel/catch2/PLIST   Mon Feb 16 10:16:48 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2026/01/05 14:11:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2026/02/16 10:16:48 adam Exp $
 include/catch2/benchmark/catch_benchmark.hpp
 include/catch2/benchmark/catch_benchmark_all.hpp
 include/catch2/benchmark/catch_chronometer.hpp
@@ -51,6 +51,7 @@ include/catch2/generators/catch_generato
 include/catch2/generators/catch_generators_all.hpp
 include/catch2/generators/catch_generators_random.hpp
 include/catch2/generators/catch_generators_range.hpp
+include/catch2/generators/catch_generators_throw.hpp
 include/catch2/interfaces/catch_interfaces_all.hpp
 include/catch2/interfaces/catch_interfaces_capture.hpp
 include/catch2/interfaces/catch_interfaces_config.hpp
@@ -105,6 +106,7 @@ include/catch2/internal/catch_noncopyabl
 include/catch2/internal/catch_optional.hpp
 include/catch2/internal/catch_output_redirect.hpp
 include/catch2/internal/catch_parse_numbers.hpp
+include/catch2/internal/catch_path_filter.hpp
 include/catch2/internal/catch_platform.hpp
 include/catch2/internal/catch_polyfills.hpp
 include/catch2/internal/catch_preprocessor.hpp
@@ -209,6 +211,7 @@ share/doc/Catch2/contributing.md
 share/doc/Catch2/deprecations.md
 share/doc/Catch2/event-listeners.md
 share/doc/Catch2/faq.md
+share/doc/Catch2/filtering-execution-path.md
 share/doc/Catch2/generators.md
 share/doc/Catch2/limitations.md
 share/doc/Catch2/list-of-examples.md

Index: pkgsrc/devel/catch2/distinfo
diff -u pkgsrc/devel/catch2/distinfo:1.26 pkgsrc/devel/catch2/distinfo:1.27
--- pkgsrc/devel/catch2/distinfo:1.26   Mon Jan  5 14:11:57 2026
+++ pkgsrc/devel/catch2/distinfo        Mon Feb 16 10:16:48 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.26 2026/01/05 14:11:57 adam Exp $
+$NetBSD: distinfo,v 1.27 2026/02/16 10:16:48 adam Exp $
 
-BLAKE2s (Catch2-3.12.0.tar.gz) = 5b39c849047c20fc060bc1a22d7641856b84127ce93c8fc5d3a8b73188da00d7
-SHA512 (Catch2-3.12.0.tar.gz) = acb3f463a7404d6a3bce52e474075cdadf9bb241d93feaf147c182d756e5a2f8bd412f4658ca186d15ab8fed36fc587d79ec311f55642d8e4ded16df9e213656
-Size (Catch2-3.12.0.tar.gz) = 1416567 bytes
+BLAKE2s (Catch2-3.13.0.tar.gz) = 4f0d3b7337db3d5538c53c69c9439b3a8ed3a8f547da3c426e3aeb2f9d4ab2c1
+SHA512 (Catch2-3.13.0.tar.gz) = 7eea385d79d88a5690cde131fe7ccda97d5c54ea09d6f515000d7bf07c828809d61c1ac99912c1ee507cf933f61c1c47ecdcc45df7850ffa82714034b0fccf35
+Size (Catch2-3.13.0.tar.gz) = 1184015 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