v3.6.0
tag1ea016810728365d3af3648aeefa683a10ff830e
object 4e8d92bf02f7d1c8006a0e7a5ecabd8e62d98502
authorMartin Hořeňovský <martin.horenovsky@gmail.com>
Sun, 5 May 2024 19:05:08 +0000 (5 21:05 +0200)
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. (#2858)
  * 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. (#1210, #2855)
  * 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 (#2854)
* `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 (#2833, #2849)
  * This makes the output much more readable when the provided messages contain colour codes.

=== Miscellaneous ===
* Conan support improvements
  * `compatibility_cppstr` is set to False. (#2860)
    * 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` (#2861)
* `SelfTest` target can be built through Bazel (#2857)
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEE8QyLZSqAHw/oZQgX3kgwe4sNOBoFAmY32IsACgkQ3kgwe4sN
OBoxPRAApLo/7xE9Xfjcu49VZ1aopAGTAYzll1KLqsBZCAt1MyQQ0RqG1nnfi1B0
g1ecq+XBnYTq0rLDyIqZqtV4ELD0PFnAJxaHXD2q1GiVX/ZAxNpeGMuwdXz8t36q
6VxG5VvzT4AmrUxUTNiBs8kGR3WE9YSWHO3FJ8Y/i4EnK11uzZ/PVC2sT/CTLcu3
P3wmg/gPKMaDQmU7BbBasPIUC9XCjPTLN7qZvATyIAwMfl+zGIdkCS2MwLjBVfoE
wTflt9Dh972+K6Qz639CU0wVFjyUQHdkuFc3RsBUv3ZJnT0OTBpHzKuay8Siij6W
1lCGz9+RXRSclViEcfWMnP/Bk1KSabxpGUflc8bVkWoa7G2NY4cHB8x9EGGNRZUP
zrEJxv2K+q+XWFQ3hiV1EKbMusG2XKMraIuPQUhh0Xn+WikbTM2ArG4PPlZuSVkp
TQZEmudmb0zyjmRj2fIHYdbHoPKfpxMlfi6PqfBd0SRZ1lTukMcYu9ZsaVCMRC0a
z5PAlj4f/q42ZxniFhMeAPRTZVKkWXHFpVdkW+JrW8izIuWucQ0F9w8tsDws+vP0
mwED4N5yi9+Mk4i3gC+oLmp3SIm0x30b0f4svGM0VVJI/s2AIyuwOVHx+7RSaEJk
smEkYZRryaHE2B4UN9pit/8dTxLesNI1Qiwor5T5TUFk2SClsGs=
=Z+0I
-----END PGP SIGNATURE-----