File tree
13 files changed
+25
-18
lines changed- main
- src
- ui
- log
- style
- third_party
13 files changed
+25
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
139 | 146 | | |
140 | 147 | | |
141 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
486 | | - | |
| 486 | + | |
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
| |||
- .travis.yml+9-13
- BUILD.bazel+11-4
- CMakeLists.txt+35-13
- README.md+4-4
- codecov.yml+1-1
- conanfile.py+1-1
- contrib/Catch.cmake+33-2
- contrib/CatchAddTests.cmake+55-1
- contrib/ParseAndAddCatchTests.cmake+35-8
- docs/cmake-integration.md+53-2
- docs/contributing.md+3-3
- docs/deprecations.md+7
- docs/generators.md+3-3
- docs/opensource-users.md+3
- docs/release-notes.md+108-2
- docs/slow-compiles.md+34
- docs/tutorial.md+1-1
- examples/302-Gen-Table.cpp+1-1
- include/catch.hpp+1-1
- include/internal/benchmark/catch_execution_plan.hpp+1
- include/internal/benchmark/detail/catch_estimate_clock.hpp+3-1
- include/internal/benchmark/detail/catch_run_for_at_least.hpp+1-1
- include/internal/benchmark/detail/catch_stats.cpp+2-2
- include/internal/benchmark/detail/catch_stats.hpp+2-2
- include/internal/catch_compiler_capabilities.h+8-16
- include/internal/catch_config_uncaught_exceptions.hpp+44
- include/internal/catch_enum_values_registry.cpp+1-1
- include/internal/catch_fatal_condition.cpp+139-71
- include/internal/catch_fatal_condition.h+42-43
- include/internal/catch_interfaces_reporter.h+2
- include/internal/catch_matchers_floating.cpp+2-2
- include/internal/catch_output_redirect.cpp+1-1
- include/internal/catch_platform.h+9-6
- include/internal/catch_run_context.cpp+48-9
- include/internal/catch_run_context.h+1
- include/internal/catch_test_case_registry_impl.cpp+18-14
- include/internal/catch_test_case_tracker.cpp+8
- include/internal/catch_test_case_tracker.h+4
- include/internal/catch_test_registry.h+6-6
- include/internal/catch_tostring.h+2-2
- include/internal/catch_uncaught_exceptions.cpp+2
- include/internal/catch_version.cpp+1-1
- include/reporters/catch_reporter_junit.cpp+28-9
- include/reporters/catch_reporter_junit.h+4-3
- projects/CMakeLists.txt+28
- projects/SelfTest/Baselines/compact.sw.approved.txt+5
- projects/SelfTest/Baselines/console.std.approved.txt+42-2
- projects/SelfTest/Baselines/console.sw.approved.txt+53-2
- projects/SelfTest/Baselines/junit.sw.approved.txt+35-1
- projects/SelfTest/Baselines/sonarqube.sw.approved.txt+25
- projects/SelfTest/Baselines/xml.sw.approved.txt+52-4
- projects/SelfTest/IntrospectiveTests/ToString.tests.cpp+11
- projects/SelfTest/UsageTests/Condition.tests.cpp+14-1
- projects/SelfTest/UsageTests/Generators.tests.cpp+9-11
- projects/SelfTest/UsageTests/Tricky.tests.cpp+25
- scripts/approvalTests.py+5-2
- scripts/releaseCommon.py+11-9
- single_include/catch2/catch.hpp+378-218
- src/catch_with_main.cpp+2
0 commit comments