catch2/docs
Martin Hořeňovský e340ab8db6
Various improvements to the benchmarking support
* Units from <ratio> are no longer redeclared in our own namespace
* The default clock is `steady_clock`, not `high_resolution_clock`,
because, as HH says "high_resolution_clock is useless. If you want
measure the passing of time, use steady_clock. If you want user
friendly time, use system_clock".
* Benchmarking support is opt-in, not opt-out, to avoid the large
(~10%) compile time penalty.
* Benchmarking-related options in CLI are always present, to decrease
the amount of code that is only compiled conditionally and making
the whole shebang more maintainble.
2019-06-06 21:28:56 +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 Various improvements to the benchmarking support 2019-06-06 21:28:56 +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