Commit 4b17665
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
- .travis.yml+9-13
- BUILD.bazel+11-4
- CMake/catch2.pc.in+3
- CMakeLists.txt+28-3
- README.md+3-3
- codecov.yml+1-1
- conanfile.py+1-1
- contrib/Catch.cmake+1
- contrib/CatchAddTests.cmake+4-1
- contrib/ParseAndAddCatchTests.cmake+21-7
- docs/cmake-integration.md+11-3
- docs/contributing.md+3-3
- docs/deprecations.md+7
- docs/limitations.md+14
- docs/opensource-users.md+3
- docs/other-macros.md+1-1
- docs/release-notes.md+105-2
- docs/slow-compiles.md+34
- docs/tutorial.md+1-1
- examples/302-Gen-Table.cpp+1-1
- include/catch.hpp+16-16
- include/internal/benchmark/catch_constructor.hpp+1-3
- 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_approx.h+1-1
- include/internal/catch_compiler_capabilities.h+10-9
- include/internal/catch_debugger.h+1-1
- include/internal/catch_default_main.hpp+10-2
- 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_generators_generic.hpp+6-1
- include/internal/catch_interfaces_reporter.h+2
- include/internal/catch_matchers_floating.cpp+2-2
- 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_session.cpp+5-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+28-28
- 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-1
- projects/ExtraTests/X01-PrefixedMacros.cpp+1
- projects/ExtraTests/X02-DisabledMacros.cpp+4
- projects/SelfTest/Baselines/compact.sw.approved.txt+5
- projects/SelfTest/Baselines/console.std.approved.txt+42-2
- projects/SelfTest/Baselines/console.sw.approved.txt+45-2
- projects/SelfTest/Baselines/junit.sw.approved.txt+34-1
- projects/SelfTest/Baselines/sonarqube.sw.approved.txt+24
- projects/SelfTest/Baselines/xml.sw.approved.txt+50-5
- projects/SelfTest/IntrospectiveTests/GeneratorsImpl.tests.cpp+3
- projects/SelfTest/UsageTests/Approx.tests.cpp+7
- projects/SelfTest/UsageTests/Condition.tests.cpp+14-1
- projects/SelfTest/UsageTests/Generators.tests.cpp+9-11
- projects/SelfTest/UsageTests/Matchers.tests.cpp+4-2
- projects/SelfTest/UsageTests/Message.tests.cpp+16
- projects/SelfTest/UsageTests/Tricky.tests.cpp+25
- scripts/approvalTests.py+5-2
- scripts/releaseCommon.py+11-9
- single_include/catch2/catch.hpp+403-252
- src/catch_with_main.cpp+2
0 commit comments