Source-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.12.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/247040760b58
branches:  trunk
changeset: 430199:247040760b58
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 28 17:31:59 2020 +0000

description:
catch2: update to 2.12.1.

## 2.12.1

### Fixes
* Vector matchers now support initializer list literals better

### Improvements
* Added support for `^` (bitwise xor) to `CHECK` and `REQUIRE`


## 2.12.0

### Improvements
* Running tests in random order (`--order rand`) has been reworked significantly (#1908)
  * Given same seed, all platforms now produce the same order
  * Given same seed, the relative order of tests does not change if you select only a subset of them
* Vector matchers support custom allocators (#1909)
* `|` and `&` (bitwise or and bitwise and) are now supported in `CHECK` and `REQUIRE`
  * The resulting type must be convertible to `bool`

### Fixes
* Fixed computation of benchmarking column widths in ConsoleReporter (#1885, #1886)
* Suppressed clang-tidy's `cppcoreguidelines-pro-type-vararg` in assertions (#1901)
  * It was a false positive trigered by the new warning support workaround
* Fixed bug in test specification parser handling of OR'd patterns using escaping (#1905)

### Miscellaneous
* Worked around IBM XL's codegen bug (#1907)
  * It would emit code for _destructors_ of temporaries in an unevaluated context
* Improved detection of stdlib's support for `std::uncaught_exceptions` (#1911)

diffstat:

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

diffs (27 lines):

diff -r ed9e9919e891 -r 247040760b58 devel/catch2/Makefile
--- a/devel/catch2/Makefile     Tue Apr 28 17:30:06 2020 +0000
+++ b/devel/catch2/Makefile     Tue Apr 28 17:31:59 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/03/22 17:55:28 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2020/04/28 17:31:59 wiz Exp $
 
-DISTNAME=      Catch2-2.11.3
+DISTNAME=      Catch2-2.12.1
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=catchorg/}
diff -r ed9e9919e891 -r 247040760b58 devel/catch2/distinfo
--- a/devel/catch2/distinfo     Tue Apr 28 17:30:06 2020 +0000
+++ b/devel/catch2/distinfo     Tue Apr 28 17:31:59 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/03/22 17:55:28 wiz Exp $
+$NetBSD: distinfo,v 1.3 2020/04/28 17:31:59 wiz Exp $
 
-SHA1 (Catch2-2.11.3.tar.gz) = ba08fc5a436108b4520d791f5e4d3346a284669a
-RMD160 (Catch2-2.11.3.tar.gz) = 19d5cc6e0f84aaa58d0c61ba1beb8b2a98dd046b
-SHA512 (Catch2-2.11.3.tar.gz) = 6c7ebd3ba97de9100719d0b973a893d835adea901f9f8b6bac98d78b6e444dde2eadaf725122e3aa21c78780d5379b5cdbd8665efafeaacdecb73335020ebfd8
-Size (Catch2-2.11.3.tar.gz) = 635223 bytes
+SHA1 (Catch2-2.12.1.tar.gz) = 52ace7f07fc83552bc4458430b0520479018e302
+RMD160 (Catch2-2.12.1.tar.gz) = a2ccaa51f6685deaa76740077ecc3744da7c327b
+SHA512 (Catch2-2.12.1.tar.gz) = b9d4995fd6a2674aa420f64bb62213d127b86f293c349d39ec5b3880c17676fb1cf97d8fc6ab792990fe592d906cac98a128d0013787dd6469fd654d8fc3a288
+Size (Catch2-2.12.1.tar.gz) = 641534 bytes



Home | Main Index | Thread Index | Old Index