catch2/projects/SelfTest/IntrospectiveTests
Martin Hořeňovský d36c15c3ca
Store tags in one big pre-allocated string and only work with refs
This should decrease the number of allocations before main is entered
significantly, but complicates the code somewhat in return.

Assuming I used `massif` right, doing just `SelfTest --list-tests`
went from 929 allocations at "Remove gcc-4.9 from the travis builds"
(2 commits up), to 614 allocations with this commit.
2019-11-14 10:53:12 +01:00
..
CmdLine.tests.cpp Do not copy around TestCaseInfo 2019-11-14 10:52:34 +01:00
Details.tests.cpp Remove the new tests from approvals 2019-08-09 11:13:28 +02:00
GeneratorsImpl.tests.cpp Remove superfluous semicolon in the INFO macro 2019-10-29 14:07:18 +01:00
InternalBenchmark.tests.cpp Various improvements to the benchmarking support 2019-06-06 21:28:56 +02:00
PartTracker.tests.cpp Add integration test for the children completion check fix 2019-06-30 00:00:41 +02:00
RandomNumberGeneration.tests.cpp Introduce Catch's own RNG based on the PCG family of RNGs 2019-10-07 19:56:23 +02:00
String.tests.cpp Cleanup tests for C++20 2019-11-04 13:08:10 +01:00
StringManip.tests.cpp Split out the rest of string manipulation tests 2019-09-07 20:22:36 +02:00
Tag.tests.cpp Store tags in one big pre-allocated string and only work with refs 2019-11-14 10:53:12 +01:00
ToString.tests.cpp Use StringRefs through the enum registration 2019-09-08 14:14:46 +02:00
Xml.tests.cpp Cleanup tests for C++20 2019-11-04 13:08:10 +01:00