qmcpack/external_codes/catch
Paul Kent 1785a45352 Catch2 2.3.10 patched 2024-08-05 15:32:41 -04:00
..
Readme Catch2 2.3.10 patched 2024-08-05 15:32:41 -04:00
catch.hpp Catch2 2.3.10 patched 2024-08-05 15:32:41 -04:00
complex_approx.hpp fixed formatting by hand. clang-format gets confused 2021-05-19 14:16:54 -04:00
log_complex_approx.hpp make LogComplexApprox consistent with other catch2 approx 2021-05-24 17:53:04 -04:00

Readme

C++ Unit test framework

https://github.com/catchorg/Catch2

The single include file is downloaded from here:
https://github.com/catchorg/Catch2/releases/download/v2.13.10/catch.hpp

This patch was applied to eliminate warnings from sprintf
https://github.com/catchorg/Catch2/commit/0e2895934cf778f3bd7e84b3df10dac81d4ef7e3

The default value of m_scale in Approx was changed from 0.0 to 1.0 to match the
original Catch behavior, and to avoid adding .scale(1.0) all over the code.