catch2/projects
Martin Hořeňovský e640c3837a
Move the async-using parts of benchmarking into a .cpp file
This keeps it out of the main include path when benchmarking is
enabled, somewhat reducing the compilation-time penalty.

Also moved some other functions into the .cpp file, especially
helpers that could be given internal linkage, and concretized some
iterator-templated code that only ever used
`std::vector<double>::iterator`.
2019-06-15 11:43:25 +02:00
..
ExtraTests Add an extra test for benchmarking macros 2019-06-06 21:29:25 +02:00
SelfTest Show bound when stringifying the WithinULP matcher 2019-06-15 07:12:27 +02:00
XCode/OCTest Fix typos identified by codespell. 2019-04-10 09:42:11 +02:00
CMakeLists.txt Move the async-using parts of benchmarking into a .cpp file 2019-06-15 11:43:25 +02:00