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:           Wed May 29 11:10:02 UTC 2024

Modified Files:
        pkgsrc/devel/catch2: Makefile distinfo

Log Message:
catch2: updated to 3.6.0

v3.6.0

Fixes

Fixed Windows ARM64 build by fixing the preprocessor condition guarding use _umul128 intrinsic.
Fixed Windows ARM64EC build by removing intrinsic pragma it does not understand.
Why doesn't the x64-emulation build mode understand x64 pragmas? Don't ask me, ask the MSVC guys.
Fixed the JUnit reporter sometimes crashing when reporting a fatal error.
The binary will still exit, but through the original error, rather than secondary error inside the reporter.
The underlying fix applies to all reporters, not just the JUnit one, but only JUnit was currently causing troubles.

Improvements

Disable -Wnon-virtual-dtor in Decomposer and Matchers
precision in floating point stringmakers defaults to max_digits10.
This means that floating point values will be printed with enough precision to disambiguate any two floats.
Column wrapping ignores ansi colour codes when calculating string width
This makes the output much more readable when the provided messages contain colour codes.

Miscellaneous

Conan support improvements
compatibility_cppstr is set to False.
This means that Conan won't let you mix library and project with different C++ standard settings.
The implementation library CMake target name through Conan is properly set to Catch2::Catch2
SelfTest target can be built through Bazel


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/catch2/Makefile
cvs rdiff -u -r1.18 -r1.19 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.17 pkgsrc/devel/catch2/Makefile:1.18
--- pkgsrc/devel/catch2/Makefile:1.17   Sun Apr 14 17:41:14 2024
+++ pkgsrc/devel/catch2/Makefile        Wed May 29 11:10:02 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/04/14 17:41:14 adam Exp $
+# $NetBSD: Makefile,v 1.18 2024/05/29 11:10:02 adam Exp $
 
-DISTNAME=      Catch2-3.5.4
+DISTNAME=      Catch2-3.6.0
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=catchorg/}

Index: pkgsrc/devel/catch2/distinfo
diff -u pkgsrc/devel/catch2/distinfo:1.18 pkgsrc/devel/catch2/distinfo:1.19
--- pkgsrc/devel/catch2/distinfo:1.18   Sun Apr 14 17:41:14 2024
+++ pkgsrc/devel/catch2/distinfo        Wed May 29 11:10:02 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.18 2024/04/14 17:41:14 adam Exp $
+$NetBSD: distinfo,v 1.19 2024/05/29 11:10:02 adam Exp $
 
-BLAKE2s (Catch2-3.5.4.tar.gz) = ef5d11e4c8c9c02d35fd60bf16b893b563a41e0c8e0189e3ccf4ea055dbdfa60
-SHA512 (Catch2-3.5.4.tar.gz) = c22ad6a2fbf8665b8775d72dcdc6bfde324eb224fcd897ebce5e62c7ac7640823550198fff45e1ea548a5923db4392ce7009ff784ef78bd59356a2aae5337976
-Size (Catch2-3.5.4.tar.gz) = 1172449 bytes
+BLAKE2s (Catch2-3.6.0.tar.gz) = 956eb384b1c01b3a21c3d5150000b73a2e911ad36981b38fac25cbcd0294101f
+SHA512 (Catch2-3.6.0.tar.gz) = 09c728a04d69b0692d6e2f7ceb5889dc69309406c27f7f2b5d383245a5357657c5540dd64a7a4a6e19388bda68105002425286468578b69b20e3a75366871ce2
+Size (Catch2-3.6.0.tar.gz) = 1181300 bytes
 SHA1 (patch-src_catch2_catch__tostring.cpp) = d18154d9b987d48ef90947d02f6ae92e2569b8c7
 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