head 1.2; access; symbols pkgsrc-2025Q2:1.1.0.12 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.10 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.8 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.6 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.4 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.2 pkgsrc-2024Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2025.09.14.10.14.44; author adam; state dead; branches; next 1.1; commitid FG3riz2ayVtdrFaG; 1.1 date 2024.01.18.09.52.27; author nros; state Exp; branches; next ; commitid P5plsBSzSDkpLUUE; desc @@ 1.2 log @catch2: updated to 3.10.0 3.10.0 Fixes pkg-config files will take DESTDIR env var into account when selecting install destination Changed filter to store the provided predicate by value This is done to avoid dangling-by-default behaviour when filter is used inside GENERATE_COPY/GENERATE_REF. Improvements Escaping XML and JSON output is faster when the strings do not need escaping. The improvement starts at about 3x throughput, up to 10x for long strings. Message macros (INFO, CAPTURE, WARN, SUCCEED, etc) are now thread safe. @ text @$NetBSD: patch-src_catch2_catch__tostring.cpp,v 1.1 2024/01/18 09:52:27 nros Exp $ Make sure Catch::isnan() is seen on SunOS --- src/catch2/catch_tostring.cpp.orig 2024-01-15 13:13:53.000000000 +0000 +++ src/catch2/catch_tostring.cpp @@@@ -9,11 +9,12 @@@@ #include #include #include -#include #include #include +#include + namespace Catch { namespace Detail { @ 1.1 log @catch2: make sure catch::isnan() is seen on SunOS @ text @d1 1 a1 1 $NetBSD$ @