catch2/tests
Martin Hořeňovský 9137e591fa
Cleanup and optimize stringifying of string-like types
More specifically, made the actual implementation of string-like
type handling take argument as `Catch::StringRef`, instead of
taking `std::string const&`.

This means that string-like types that are not `std::string` no
longer need to pay for an extra construction of `std::string`
(including the potential allocation), before they can be stringified.

The actual string stringification routine is now also better about
reserving sufficient space.
2021-05-18 23:15:22 +02:00
..
ExtraTests Increase timing window for min duration tests to 1s 2021-02-20 23:09:02 +01:00
SelfTest Cleanup and optimize stringifying of string-like types 2021-05-18 23:15:22 +02:00
TestScripts Fix how testRandomOrder.py builds tag arguments 2020-07-26 10:51:55 +02:00
CMakeLists.txt Add CMake option to generate surrogate TUs in development build 2021-02-19 23:22:39 +01:00