catch2/examples
Martin Hořeňovský 302e2c0b06
Do not copy around TestCaseInfo
Now a `TEST_CASE` macro should create a single TestCaseInfo and then
it should never be copied around. This, together with latter changes,
should significantly decrease the number of allocations made before
`main` is even entered.
2019-11-14 10:52:34 +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 Do not copy around TestCaseInfo 2019-11-14 10:52:34 +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