catch2/examples
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
..
000-CatchMain.cpp Integrate CMake with `<catch2/catch.hpp>` include paths 2018-06-24 12:32:22 +02:00
010-TestCase.cpp Integrate CMake with `<catch2/catch.hpp>` include paths 2018-06-24 12:32:22 +02:00
020-TestCase-1.cpp Integrate CMake with `<catch2/catch.hpp>` include paths 2018-06-24 12:32:22 +02:00
020-TestCase-2.cpp Integrate CMake with `<catch2/catch.hpp>` include paths 2018-06-24 12:32:22 +02:00
030-Asn-Require-Check.cpp Integrate CMake with `<catch2/catch.hpp>` include paths 2018-06-24 12:32:22 +02:00
100-Fix-Section.cpp Integrate CMake with `<catch2/catch.hpp>` include paths 2018-06-24 12:32:22 +02:00
110-Fix-ClassFixture.cpp Integrate CMake with `<catch2/catch.hpp>` include paths 2018-06-24 12:32:22 +02:00
120-Bdd-ScenarioGivenWhenThen.cpp Integrate CMake with `<catch2/catch.hpp>` include paths 2018-06-24 12:32:22 +02:00
200-Rpt-CatchMain.cpp Add example for TeamCity reporter and refer to it 2018-09-27 23:20:02 +02:00
207-Rpt-TeamCityReporter.cpp Add example for TeamCity reporter and refer to it 2018-09-27 23:20:02 +02:00
210-Evt-EventListeners.cpp Store tags in one big pre-allocated string and only work with refs 2019-11-14 10:53:12 +01:00
231-Cfg-OutputStreams.cpp Redo build matrix on .travis for C++14 and up 2019-10-31 16:19:56 +01:00
300-Gen-OwnGenerator.cpp Update documentation and examples for generators 2019-01-31 10:43:25 +01:00
301-Gen-MapTypeConversion.cpp Redo build matrix on .travis for C++14 and up 2019-10-31 16:19:56 +01:00
310-Gen-VariablesInGenerators.cpp Add GENERATE_COPY and GENERATE_VAR capturing generator macros 2019-03-31 14:11:10 +02:00
311-Gen-CustomCapture.cpp Add GENERATE_COPY and GENERATE_VAR capturing generator macros 2019-03-31 14:11:10 +02:00
CMakeLists.txt Set CMakeLists to default to C++14 for our internal projects 2019-11-07 13:02:43 +01:00