catch2/projects/SelfTest/IntrospectiveTests
Joachim Meyer ce2560ca95 Integrate Nonius benchmark into Catch2
Changes done to Nonius:
* Moved things into "Catch::Benchmark" namespace
* Benchmarks were integrated with `TEST_CASE`/`SECTION`/`GENERATE` macros
* Removed Nonius's parameters for benchmarks, Generators should be used instead
* Added relevant methods to the reporter interface (default-implemented, to avoid
breaking existing 3rd party reporters)
* Async processing is guarded with `_REENTRANT` macro for GCC/Clang, used by default
on MSVC
* Added a macro `CATCH_CONFIG_DISABLE_BENCHMARKING` that removes all traces of
benchmarking from Catch
2019-06-06 19:33:37 +02:00
..
CmdLine.tests.cpp Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00
GeneratorsImpl.tests.cpp Add GENERATE_COPY and GENERATE_VAR capturing generator macros 2019-03-31 14:11:10 +02:00
InternalBenchmark.tests.cpp Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00
PartTracker.tests.cpp TrackerContext: Remove misleading instance static method. 2019-04-22 16:37:22 +02:00
String.tests.cpp StringRef no longer repoints m_start to m_data after c_str() on a substring. 2019-05-21 00:04:44 +01:00
Tag.tests.cpp Fix test tag parsing to split [.foo] into [.][foo] 2019-03-29 10:48:56 +01:00
ToString.tests.cpp Moved enum tests that depend on internals to IntrospectiveTests. 2019-04-25 10:13:11 +01:00
Xml.tests.cpp Modify XML encoder to hex-encode invalid UTF-8 sequences 2018-03-27 16:49:14 +02:00