mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
d36c15c3ca
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. |
||
---|---|---|
.. | ||
000-CatchMain.cpp | ||
010-TestCase.cpp | ||
020-TestCase-1.cpp | ||
020-TestCase-2.cpp | ||
030-Asn-Require-Check.cpp | ||
100-Fix-Section.cpp | ||
110-Fix-ClassFixture.cpp | ||
120-Bdd-ScenarioGivenWhenThen.cpp | ||
200-Rpt-CatchMain.cpp | ||
207-Rpt-TeamCityReporter.cpp | ||
210-Evt-EventListeners.cpp | ||
231-Cfg-OutputStreams.cpp | ||
300-Gen-OwnGenerator.cpp | ||
301-Gen-MapTypeConversion.cpp | ||
310-Gen-VariablesInGenerators.cpp | ||
311-Gen-CustomCapture.cpp | ||
CMakeLists.txt |