1 file changed
+1
-1
lines changed- .github/workflows/mac-builds.yml-1
- CMakeLists.txt+1-1
- docs/assertions.md+1-1
- docs/cmake-integration.md+1
- docs/deprecations.md+13
- docs/list-of-examples.md+1
- docs/other-macros.md-24
- docs/release-notes.md+21
- docs/test-cases-and-sections.md+1-1
- docs/test-fixtures.md+133-4
- examples/111-Fix-PersistentFixture.cpp+74
- examples/CMakeLists.txt+1
- extras/CatchAddTests.cmake+9-4
- extras/catch_amalgamated.cpp+348-129
- extras/catch_amalgamated.hpp+137-130
- meson.build+1-1
- src/CMakeLists.txt+1-1
- src/catch2/catch_all.hpp+1-1
- src/catch2/catch_case_sensitive.hpp
- src/catch2/catch_test_case_info.hpp+8
- src/catch2/catch_test_macros.hpp+4
- src/catch2/catch_version.cpp+1-1
- src/catch2/catch_version_macros.hpp+1-1
- src/catch2/interfaces/catch_interfaces_test_invoker.hpp+2
- src/catch2/internal/catch_output_redirect.cpp+291-98
- src/catch2/internal/catch_output_redirect.hpp+48-89
- src/catch2/internal/catch_run_context.cpp+47-27
- src/catch2/internal/catch_run_context.hpp+3-1
- src/catch2/internal/catch_test_registry.cpp+2
- src/catch2/internal/catch_test_registry.hpp+47
- src/catch2/internal/catch_wildcard_pattern.hpp+1-1
- src/catch2/matchers/catch_matchers_string.hpp+2-2
- src/catch2/meson.build+1-1
- src/catch2/reporters/catch_reporter_junit.cpp+2-2
- src/catch2/reporters/catch_reporter_sonarqube.cpp+2-2
- src/catch2/reporters/catch_reporter_sonarqube.hpp+1-1
- tests/ExtraTests/X02-DisabledMacros.cpp+30-16
- tests/SelfTest/Baselines/automake.sw.approved.txt+2
- tests/SelfTest/Baselines/automake.sw.multi.approved.txt+2
- tests/SelfTest/Baselines/compact.sw.approved.txt+6-2
- tests/SelfTest/Baselines/compact.sw.multi.approved.txt+6-2
- tests/SelfTest/Baselines/console.std.approved.txt+14-2
- tests/SelfTest/Baselines/console.sw.approved.txt+50-2
- tests/SelfTest/Baselines/console.sw.multi.approved.txt+50-2
- tests/SelfTest/Baselines/junit.sw.approved.txt+175-1
- tests/SelfTest/Baselines/junit.sw.multi.approved.txt+175-1
- tests/SelfTest/Baselines/sonarqube.sw.approved.txt+166
- tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt+166
- tests/SelfTest/Baselines/tap.sw.approved.txt+9-1
- tests/SelfTest/Baselines/tap.sw.multi.approved.txt+9-1
- tests/SelfTest/Baselines/teamcity.sw.approved.txt+5
- tests/SelfTest/Baselines/teamcity.sw.multi.approved.txt+5
- tests/SelfTest/Baselines/xml.sw.approved.txt+52-2
- tests/SelfTest/Baselines/xml.sw.multi.approved.txt+52-2
- tests/SelfTest/UsageTests/Class.tests.cpp+26
0 commit comments