Commit 6e3f696
authored
1 file changed
+1
-1
lines changed- src/CMakeLists.txt+1
- src/catch2/benchmark/detail/catch_stats.cpp+1
- src/catch2/catch_all.hpp+1
- src/catch2/catch_approx.cpp+1
- src/catch2/catch_config.cpp+24-11
- src/catch2/catch_config.hpp+25-6
- src/catch2/catch_session.cpp+14-18
- src/catch2/catch_test_case_info.cpp-2
- src/catch2/catch_test_macros.hpp-1
- src/catch2/catch_totals.hpp-1
- src/catch2/generators/catch_generators.hpp+2
- src/catch2/interfaces/catch_interfaces_reporter.cpp+7-3
- src/catch2/interfaces/catch_interfaces_reporter.hpp+3-3
- src/catch2/interfaces/catch_interfaces_reporter_factory.hpp+1-1
- src/catch2/interfaces/catch_interfaces_reporter_registry.hpp+1-1
- src/catch2/internal/catch_assertion_handler.hpp+2-2
- src/catch2/internal/catch_case_insensitive_comparisons.hpp-2
- src/catch2/internal/catch_clara.cpp+4-1
- src/catch2/internal/catch_clara.hpp-1
- src/catch2/internal/catch_commandline.cpp-2
- src/catch2/internal/catch_console_colour.cpp+7-4
- src/catch2/internal/catch_console_colour.hpp+3-4
- src/catch2/internal/catch_debug_console.cpp+2
- src/catch2/internal/catch_preprocessor.hpp+1-6
- src/catch2/internal/catch_preprocessor_remove_parens.hpp+19
- src/catch2/internal/catch_reporter_registry.cpp+2-2
- src/catch2/internal/catch_reporter_registry.hpp+1-1
- src/catch2/internal/catch_reporter_spec_parser.cpp-1
- src/catch2/internal/catch_stream.cpp+9-9
- src/catch2/internal/catch_stream.hpp+2-2
- src/catch2/internal/catch_tag_alias_registry.hpp+1
- src/catch2/internal/catch_test_registry.hpp+1
- src/catch2/internal/catch_xmlwriter.hpp+1
- src/catch2/reporters/catch_reporter_automake.hpp+2-1
- src/catch2/reporters/catch_reporter_common_base.cpp+3-3
- src/catch2/reporters/catch_reporter_common_base.hpp+2-2
- src/catch2/reporters/catch_reporter_console.cpp+2-2
- src/catch2/reporters/catch_reporter_console.hpp+1-1
- src/catch2/reporters/catch_reporter_cumulative_base.cpp+2
- src/catch2/reporters/catch_reporter_cumulative_base.hpp-1
- src/catch2/reporters/catch_reporter_junit.cpp+3-2
- src/catch2/reporters/catch_reporter_junit.hpp+1-1
- src/catch2/reporters/catch_reporter_multi.cpp-2
- src/catch2/reporters/catch_reporter_registrars.hpp+3-2
- src/catch2/reporters/catch_reporter_sonarqube.hpp+3-2
- src/catch2/reporters/catch_reporter_streaming_base.hpp-2
- src/catch2/reporters/catch_reporter_tap.cpp+1
- src/catch2/reporters/catch_reporter_tap.hpp+3-2
- src/catch2/reporters/catch_reporter_teamcity.cpp+1
- src/catch2/reporters/catch_reporter_teamcity.hpp+2-2
- src/catch2/reporters/catch_reporter_xml.cpp+3-2
- src/catch2/reporters/catch_reporter_xml.hpp+1-1
- tests/ExtraTests/X05-DeferredStaticChecks.cpp-1
- tests/ExtraTests/X22-BenchmarksInCumulativeReporter.cpp+3-2
- tests/ExtraTests/X23-CasingInReporterNames.cpp+3-2
- tests/ExtraTests/X26-ReporterPreferencesForPassingAssertionsIsRespected.cpp+3-2
- tests/ExtraTests/X27-CapturedStdoutInTestCaseEvents.cpp+3-2
- tests/ExtraTests/X28-ListenersGetEventsBeforeReporters.cpp+4-2
- tests/ExtraTests/X29-CustomArgumentsForReporters.cpp+2-2
- tests/SelfTest/Baselines/compact.sw.approved.txt+2
- tests/SelfTest/Baselines/compact.sw.multi.approved.txt+2
- tests/SelfTest/Baselines/console.std.approved.txt+1-1
- tests/SelfTest/Baselines/console.sw.approved.txt+11-1
- tests/SelfTest/Baselines/console.sw.multi.approved.txt+11-1
- tests/SelfTest/Baselines/junit.sw.approved.txt+1-1
- tests/SelfTest/Baselines/junit.sw.multi.approved.txt+1-1
- tests/SelfTest/Baselines/tap.sw.approved.txt+5-1
- tests/SelfTest/Baselines/tap.sw.multi.approved.txt+5-1
- tests/SelfTest/Baselines/xml.sw.approved.txt+18-2
- tests/SelfTest/Baselines/xml.sw.multi.approved.txt+18-2
- tests/SelfTest/IntrospectiveTests/CmdLine.tests.cpp+6
- tests/SelfTest/IntrospectiveTests/ColourImpl.tests.cpp+2-2
- tests/SelfTest/IntrospectiveTests/Reporters.tests.cpp+32-32
0 commit comments