1 file changed
+1
-1
lines changed- .github/workflows/windows-simple-builds.yml+1-1
- BUILD.bazel+4
- CMake/CatchConfigOptions.cmake+2
- CMake/catch2-with-main.pc.in+5-5
- CMake/catch2.pc.in+3-3
- CMakeLists.txt+42-18
- docs/Readme.md+1
- docs/command-line.md+9-3
- docs/configuration.md+33-1
- docs/deprecations.md+1-1
- docs/limitations.md+1-35
- docs/logging.md+17-19
- docs/release-notes.md+40
- docs/reporters.md+6-1
- docs/skipping-passing-failing.md+14
- docs/test-fixtures.md+1-1
- docs/thread-safety.md+130
- examples/210-Evt-EventListeners.cpp+1-1
- examples/CMakeLists.txt+2-2
- extras/catch_amalgamated.cpp+240-107
- extras/catch_amalgamated.hpp+290-147
- meson.build+1-1
- src/CMakeLists.txt+6-3
- src/catch2/benchmark/catch_benchmark.hpp+1-3
- src/catch2/catch_all.hpp+4-1
- src/catch2/catch_config.hpp+1-1
- src/catch2/catch_message.cpp+4-7
- src/catch2/catch_tag_alias_autoregistrar.hpp+1-1
- src/catch2/catch_test_macros.hpp+17-4
- src/catch2/catch_test_run_info.hpp
- src/catch2/catch_translate_exception.hpp+1-1
- src/catch2/catch_user_config.hpp.in+18
- src/catch2/catch_version.cpp+1-1
- src/catch2/catch_version_macros.hpp+2-2
- src/catch2/interfaces/catch_interfaces_capture.hpp-2
- src/catch2/interfaces/catch_interfaces_reporter.hpp+6-1
- src/catch2/internal/catch_clara.hpp+8-10
- src/catch2/internal/catch_decomposer.hpp+19-9
- src/catch2/internal/catch_deprecation_macro.hpp+19
- src/catch2/internal/catch_exception_translator_registry.cpp+2-2
- src/catch2/internal/catch_fatal_condition_handler.cpp+2-2
- src/catch2/internal/catch_main.cpp+1-1
- src/catch2/internal/catch_message_info.hpp+3
- src/catch2/internal/catch_preprocessor.hpp+23-13
- src/catch2/internal/catch_random_number_generator.cpp+8
- src/catch2/internal/catch_run_context.cpp+182-70
- src/catch2/internal/catch_run_context.hpp+22-10
- src/catch2/internal/catch_template_test_registry.hpp+9-9
- src/catch2/internal/catch_thread_support.hpp+49
- src/catch2/internal/catch_unreachable.hpp+56
- src/catch2/meson.build+4-1
- src/catch2/reporters/catch_reporter_automake.hpp+5-3
- src/catch2/reporters/catch_reporter_compact.cpp+2-1
- src/catch2/reporters/catch_reporter_compact.hpp+4-1
- src/catch2/reporters/catch_reporter_console.cpp+6-4
- src/catch2/reporters/catch_reporter_console.hpp-2
- src/catch2/reporters/catch_reporter_helpers.cpp+22-1
- src/catch2/reporters/catch_reporter_json.cpp+2-1
- src/catch2/reporters/catch_reporter_json.hpp-1
- src/catch2/reporters/catch_reporter_junit.cpp+1
- src/catch2/reporters/catch_reporter_multi.cpp+2
- src/catch2/reporters/catch_reporter_multi.hpp+5
- src/catch2/reporters/catch_reporter_registrars.hpp+16-14
- src/catch2/reporters/catch_reporter_sonarqube.hpp+1
- src/catch2/reporters/catch_reporter_tap.cpp+2-1
- src/catch2/reporters/catch_reporter_tap.hpp+1
- src/catch2/reporters/catch_reporter_teamcity.hpp+1
- src/catch2/reporters/catch_reporter_xml.cpp+1-2
- src/catch2/reporters/catch_reporter_xml.hpp-2
- tests/CMakeLists.txt+2-2
- tests/ExtraTests/CMakeLists.txt+3-3
- tests/SelfTest/Baselines/automake.sw.approved.txt+13
- tests/SelfTest/Baselines/automake.sw.multi.approved.txt+13
- tests/SelfTest/Baselines/compact.sw.approved.txt+34-17
- tests/SelfTest/Baselines/compact.sw.multi.approved.txt+34-17
- tests/SelfTest/Baselines/console.std.approved.txt+113-4
- tests/SelfTest/Baselines/console.sw.approved.txt+204-16
- tests/SelfTest/Baselines/console.sw.multi.approved.txt+204-16
- tests/SelfTest/Baselines/console.swa4.approved.txt+21-4
- tests/SelfTest/Baselines/junit.sw.approved.txt+106-5
- tests/SelfTest/Baselines/junit.sw.multi.approved.txt+106-5
- tests/SelfTest/Baselines/sonarqube.sw.approved.txt+102-4
- tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt+102-4
- tests/SelfTest/Baselines/tap.sw.approved.txt+50-16
- tests/SelfTest/Baselines/tap.sw.multi.approved.txt+50-16
- tests/SelfTest/Baselines/teamcity.sw.approved.txt+41-3
- tests/SelfTest/Baselines/teamcity.sw.multi.approved.txt+41-3
- tests/SelfTest/Baselines/xml.sw.approved.txt+244-14
- tests/SelfTest/Baselines/xml.sw.multi.approved.txt+244-14
- tests/SelfTest/IntrospectiveTests/AssertionHandler.tests.cpp+25
- tests/SelfTest/IntrospectiveTests/Clara.tests.cpp+13-13
- tests/SelfTest/IntrospectiveTests/ToString.tests.cpp+3-3
- tests/SelfTest/TestRegistrations.cpp+1
- tests/SelfTest/UsageTests/Compilation.tests.cpp+17
- tests/SelfTest/UsageTests/Message.tests.cpp+50
- tests/SelfTest/UsageTests/Misc.tests.cpp+5-1
- tests/TestScripts/testBazelSharding.py+6-1
- tools/scripts/releaseCommon.py+1-1
0 commit comments