catch2/tests/SelfTest
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
..
Baselines Refactor implementation of case-insensitivity in tags 2021-12-28 00:20:55 +01:00
IntrospectiveTests Refactor implementation of case-insensitivity in tags 2021-12-28 00:20:55 +01:00
Misc Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
TimingTests Increase timing window for min duration tests to 1s 2021-02-20 23:09:02 +01:00
UsageTests Add STATIC_CHECK and STATIC_CHECK_FALSE (#2318) 2021-11-15 00:28:27 +01:00
TestRegistrations.cpp Sweep out some Wsign-conversion warnings 2021-11-23 23:16:08 +01:00