catch2/tests/SelfTest/Baselines
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
..
automake.std.approved.txt Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
automake.sw.approved.txt Cleanup and optimize stringifying of string-like types 2021-05-18 23:15:22 +02:00
compact.sw.approved.txt Cleanup and optimize stringifying of string-like types 2021-05-18 23:15:22 +02:00
console.std.approved.txt Cleanup and optimize stringifying of string-like types 2021-05-18 23:15:22 +02:00
console.sw.approved.txt Cleanup and optimize stringifying of string-like types 2021-05-18 23:15:22 +02:00
console.swa4.approved.txt Modify generator tracking to allow GENERATEs between SECTIONs 2020-07-26 11:35:06 +02:00
junit.sw.approved.txt Cleanup and optimize stringifying of string-like types 2021-05-18 23:15:22 +02:00
sonarqube.sw.approved.txt Cleanup and optimize stringifying of string-like types 2021-05-18 23:15:22 +02:00
tap.sw.approved.txt Cleanup and optimize stringifying of string-like types 2021-05-18 23:15:22 +02:00
teamcity.sw.approved.txt Cleanup and optimize stringifying of string-like types 2021-05-18 23:15:22 +02:00
xml.sw.approved.txt Cleanup and optimize stringifying of string-like types 2021-05-18 23:15:22 +02:00