catch2/docs
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
..
Readme.md Turn "deprecations" into "deprecations and planned changes" 2018-11-24 18:04:56 +01:00
assertions.md Readability improvements for assertions.md 2019-03-09 18:02:29 +01:00
benchmarks.md Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00
ci-and-misc.md Updated documentation TOCs 2018-09-08 11:05:52 +02:00
cmake-integration.md Use correct filename in CMake integration docs 2019-04-07 15:41:34 +02:00
command-line.md Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00
commercial-users.md Added Makimo to list of commercial users 2019-02-04 20:04:48 +01:00
configuration.md Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00
contributing.md Add more documentation on contributing 2019-04-18 16:18:30 +02:00
deprecations.md Fix colourized output to file 2019-01-19 13:32:39 +01:00
event-listeners.md Refactor: override implies virtual 2018-07-12 14:27:06 +02:00
generators.md Add GENERATE_COPY and GENERATE_VAR capturing generator macros 2019-03-31 14:11:10 +02:00
limitations.md Update "Known limitations" section of documentation 2018-09-21 21:03:14 +02:00
list-of-examples.md Add GENERATE_COPY and GENERATE_VAR capturing generator macros 2019-03-31 14:11:10 +02:00
logging.md Fix typos identified by codespell. 2019-04-10 09:42:11 +02:00
matchers.md Merge pull request #1336 from ax3l/topic-overrideVirtualRedundant 2019-04-18 14:10:24 +02:00
opensource-users.md raspigcd - opensource-users 2019-03-19 20:35:59 +01:00
other-macros.md Fix typos identified by codespell. 2019-04-10 09:42:11 +02:00
own-main.md Updated documentation TOCs 2018-09-08 11:05:52 +02:00
release-notes.md v2.8.0 2019-05-26 22:47:00 +02:00
release-process.md Fix typos identified by codespell. 2019-04-10 09:42:11 +02:00
reporters.md Add example for TeamCity reporter and refer to it 2018-09-27 23:20:02 +02:00
slow-compiles.md fix example's mistake in slow-compiles.md 2019-04-25 09:48:22 +02:00
test-cases-and-sections.md docs for signature based parametrised test cases 2019-05-23 21:03:47 +02:00
test-fixtures.md docs for signature based parametrised test cases 2019-05-23 21:03:47 +02:00
tostring.md Add missing word 2019-05-09 22:40:59 +02:00
tutorial.md Update blog URL and fic typos in tutorial.md 2019-03-09 18:02:29 +01:00
why-catch.md Fix Cute test framework URL 2018-11-05 19:38:37 +01:00