1 file changed
+1
-1
lines changed- docs/command-line.md+6
- docs/release-notes.md+1
- src/catch2/benchmark/catch_constructor.hpp+6-8
- src/catch2/catch_config.cpp+1
- src/catch2/catch_config.hpp+2
- src/catch2/interfaces/catch_interfaces_reporter.hpp+3-1
- src/catch2/interfaces/catch_interfaces_reporter_factory.hpp+4
- src/catch2/internal/catch_commandline.cpp+4-1
- src/catch2/internal/catch_list.cpp+17
- src/catch2/internal/catch_list.hpp+4
- src/catch2/reporters/catch_reporter_combined_tu.cpp+29
- src/catch2/reporters/catch_reporter_common_base.cpp+5
- src/catch2/reporters/catch_reporter_common_base.hpp+8
- src/catch2/reporters/catch_reporter_event_listener.hpp+2
- src/catch2/reporters/catch_reporter_helpers.hpp+7
- src/catch2/reporters/catch_reporter_multi.cpp+7
- src/catch2/reporters/catch_reporter_multi.hpp+1
- src/catch2/reporters/catch_reporter_registrars.hpp+38-8
- src/catch2/reporters/catch_reporter_xml.cpp+13
- src/catch2/reporters/catch_reporter_xml.hpp+1
- tests/CMakeLists.txt+23-1
- 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+1-1
- tests/SelfTest/Baselines/console.sw.approved.txt+18-3
- tests/SelfTest/Baselines/console.sw.multi.approved.txt+18-3
- tests/SelfTest/Baselines/junit.sw.approved.txt+2-1
- tests/SelfTest/Baselines/junit.sw.multi.approved.txt+2-1
- tests/SelfTest/Baselines/sonarqube.sw.approved.txt+1
- tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt+1
- tests/SelfTest/Baselines/tap.sw.approved.txt+4-2
- tests/SelfTest/Baselines/tap.sw.multi.approved.txt+4-2
- tests/SelfTest/Baselines/xml.sw.approved.txt+17-3
- tests/SelfTest/Baselines/xml.sw.multi.approved.txt+17-3
- tests/SelfTest/IntrospectiveTests/Reporters.tests.cpp+13-1
- tests/SelfTest/TestRegistrations.cpp+4
0 commit comments