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)
This commit is contained in:
parent
5837adc994
commit
7a67484e14
2 changed files with 7 additions and 7 deletions
|
@ -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/}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue