catch2/tests/SelfTest/Baselines
Martin Hořeňovský 45577a1f4c
Refactor implementation of case-insensitivity in tags
By not materializing the lower cased tags ahead of time, we
save allocations at the cost of worsened performance when comparing
two tags.

Since there are rarely many tags, and commonly they are not
compared even if present, this is almost always a win. The new
implementation also improves the robustness of the code
responsible for handling tags in a case-insensitive manner.
2021-12-28 00:20:55 +01:00
..
automake.std.approved.txt Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
automake.sw.approved.txt Add CaseInsensitiveEqualTo comparison type 2021-12-26 18:54:47 +01:00
compact.sw.approved.txt Refactor implementation of case-insensitivity in tags 2021-12-28 00:20:55 +01:00
console.std.approved.txt Add CaseInsensitiveEqualTo comparison type 2021-12-26 18:54:47 +01:00
console.sw.approved.txt Refactor implementation of case-insensitivity in tags 2021-12-28 00:20:55 +01:00
console.swa4.approved.txt Fix ulp distance calculation for numbers with different signs 2021-07-27 21:04:41 +02:00
junit.sw.approved.txt Add CaseInsensitiveEqualTo comparison type 2021-12-26 18:54:47 +01:00
sonarqube.sw.approved.txt Add CaseInsensitiveEqualTo comparison type 2021-12-26 18:54:47 +01:00
tap.sw.approved.txt Refactor implementation of case-insensitivity in tags 2021-12-28 00:20:55 +01:00
teamcity.sw.approved.txt Add CaseInsensitiveEqualTo comparison type 2021-12-26 18:54:47 +01:00
xml.sw.approved.txt Refactor implementation of case-insensitivity in tags 2021-12-28 00:20:55 +01:00