Block a user
d218d6f9e2
Avoid recalculating string-literal size on root tracker construction
ef92178058
Devirtualize nested tracker handling
hak8or
synced new reference dev-v3-less-virtual-trackers to mirrors/Catch2 from mirror
2020-07-27 19:23:22 +00:00
125d4b4164
Devirtualize test case registration
c9b4867441
Move some impls of StreamingReporterBase members to .cpp file
258cac63f8
Move impls of CumulativeReporterBase member functions to .cpp file
5f6990d746
Only start Section's timer if the duration will be used
5ca68829e1
Refactor how shortcircuiting of old style matchers is tested
ac54ba7e12
Add test for shortcircuiting behaviour of generic matcher combinators
95c0c88d84
Fix CMake add test helper for CMake 3.18.0
6efeecc179
Cherry-pick doc updates for v2.13.0
6b3c563c38
Remove pointless CompactReporter::getPreferences override
a004423c7f
Improve documentation for --min-duration
4b344f11ea
Document GENERATE's new usage between SECTIONs
250d9b9c72
Fix how testRandomOrder.py builds tag arguments
90d6fd849e
Increase tolerances in --min-duration tests
13917c44b4
--min-duration is overriden by -d no
e6d947f6d4
Refactor tests for duration reporting threshold
80b0d6975c
Add --min-duration option
36131f7ffa
Escaping literal "*" ("times") to fix markdown
f52018205d
Cherry pick release notes for v2.12.4
b32d2fa016
Update FUNDING file (-Patreon, +PayPal)
a25c1a24af
Fix for macOS on ARM
e28018c659
Cherry pick release notes for v2.12.3
34bd80971b
allow the use of
allow_extra_args(false)
to specify only a single argument at a time with a container output. (#484)
99abcf6ded
Merge pull request #1628 from eyalroz/issue-1627
7009727559
Fix for issue #1627:
3b0f8c7ff0
Replace a TODO comment in examples
2840ce1e70
Add an example of using GENERATE(table())
ed9be5a00b
Add notes on compiling the examples.
273111d1a6
Clang-format configuration added.
a862924601
Make scripts/updateDocumentToC.py executable.
hak8or
synced new reference henryiii-patch-2 to mirrors/CLI11 from mirror
2020-07-21 21:43:23 +00:00
ae02fba141
Merge pull request #1624 from tambry/cmake_range
76cdeb62e3
Don't enable C language in CMake
ae9627c64c
Raise CMake requirement to 3.13
hak8or
synced new reference dev-fixing-generator-tracking to mirrors/Catch2 from mirror
2020-07-15 21:37:53 +00:00
5c502320e8
Remove obsolete comment in UnorderedEquals vector matcher
f3fe2dcb11
Add status attribute to JUnit's section reporting
8b5f6e26d3
Fix compilation failure when using libstdc++10 (#1929)
c24f7e5b34
Fix invalid isspace call detected by PREfast
7dae3efad2
Silence clang-tidy's hicpp-vararg (alias of coreguidelines vararg)
7f21cc6c55
v2.13.0
4c85248179
Fixup whitespace in TAPReporter
b4e2237152
Remove pointless CompactReporter::getPreferences override
40937b67c7
Merge pull request #1983 from s7726/patch-1
0d5b131394
Improve documentation for --min-duration