pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/catch2 catch2: update to 2.13.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8071156480b
branches:  trunk
changeset: 376549:b8071156480b
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Apr 09 18:33:11 2022 +0000

description:
catch2: update to 2.13.8

v2.13.8

Fixes

  * Made Approx::operator() const
  * Improved pkg-config files
  * Fixed warning suppression leaking out of Catch2 when compiled with
    clang.exe
  * The macro-generated names for things like TEST_CASE no longer create
    reserved identifiers

Improvements

  * Clang-tidy should no longer warn about missing virtual dispatch in
    FilterGenerator's constructor

v2.13.7

Fixes

  * Added missing <iterator> include in benchmarking.
  * Fixed noexcept build with benchmarking enabled
  * Fixed build for compilers with C++17 support but without C++17 library
    support
  * JUnit only uses 3 decimal places when reporting durations
  * !mayfail tagged tests are now marked as skipped in JUnit reporter output

v2.13.6

Fixes

  * Disabling all signal handlers no longer breaks compilation

Miscellaneous

  * catch_discover_tests should handle escaped semicolon (;) better

v2.13.5

Improvements

  * Detection of MAC and IPHONE platforms has been improved
  * Added workaround for bug in XLC 16.1.0.1
  * Add detection for LCC when it is masquerading as GCC
  * Modified posix signal handling so it supports newer libcs
      + MINSIGSTKSZ was no longer usable in constexpr context.

Fixes

  * Fixed compilation of benchmarking when min and max macros are defined
      + Including windows.h without NOMINMAX remains a really bad idea, don't
        do it

Miscellaneous

  * Catch2WithMain target (static library) is no longer built by default
      + Building it by default was at best unnecessary overhead for people not
        using it, and at worst it caused trouble with install paths
      + To have it built, set CMake option CATCH_BUILD_STATIC_LIBRARY to ON
  * The check whether Catch2 is being built as a subproject is now more
    reliable
      + The problem was that if the variable name used internally was defined
        the project including Catch2 as subproject, it would not be properly
        overwritten for Catch2's CMake.

v2.13.4

Improvements

  * Improved the hashing algorithm used for shuffling test cases
      + TEST_CASEs that differ only in the last character should be properly
        shuffled
      + Note that this means that v2.13.4 gives you a different order of test
        cases than 2.13.3, even given the same seed.

Miscellaneous

  * Deprecated ParseAndAddCatchTests CMake integration
      + It is impossible to implement it properly for all the different test
        case variants Catch2 provides, and there are better options provided.
      + Use catch_discover_tests instead, which uses runtime information about
        available tests.
  * Fixed bug in catch_discover_tests that would cause it to fail when used in
    specific project structures
  * Added Bazel build file
  * Added an experimental static library target to CMake

diffstat:

 devel/catch2/Makefile |  4 ++--
 devel/catch2/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r a86304f629e7 -r b8071156480b devel/catch2/Makefile
--- a/devel/catch2/Makefile     Sat Apr 09 17:23:12 2022 +0000
+++ b/devel/catch2/Makefile     Sat Apr 09 18:33:11 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/11/09 14:25:55 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/04/09 18:33:11 bsiegert Exp $
 
-DISTNAME=      Catch2-2.13.3
+DISTNAME=      Catch2-2.13.8
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=catchorg/}
diff -r a86304f629e7 -r b8071156480b devel/catch2/distinfo
--- a/devel/catch2/distinfo     Sat Apr 09 17:23:12 2022 +0000
+++ b/devel/catch2/distinfo     Sat Apr 09 18:33:11 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:14:22 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/04/09 18:33:11 bsiegert Exp $
 
-BLAKE2s (Catch2-2.13.3.tar.gz) = 68ab83fb2fea1d330bd291911e3654128d417179bb36fd1774ae95b34ba74c7d
-SHA512 (Catch2-2.13.3.tar.gz) = caf0e3a39a2b5983346c2709ce06113da62881780117021c64db987d6c5190c41a9070fb70caa0ee6957cfef0baad87fff4e6558c9fea4fa464e82882fe17d55
-Size (Catch2-2.13.3.tar.gz) = 655431 bytes
+BLAKE2s (Catch2-2.13.8.tar.gz) = 9587f0154c96b68c30da7e700af70aff2eb90e39e1962813cc3ffa0d91777e03
+SHA512 (Catch2-2.13.8.tar.gz) = 68a45efa47beb3c85d2d7b8a8eba89b8ec1664b4a72bb223227fef1632778aeaf5cf5cc09f40e47aef50426c8661c7d6a69c2dab0b88fbbf7d9a6b2974d6e32e
+Size (Catch2-2.13.8.tar.gz) = 661711 bytes



Home | Main Index | Thread Index | Old Index