Skip to content

Commit

Permalink
Bump external/Catch2 from fb51116 to 8ac8190
Browse files Browse the repository at this point in the history
Bumps [external/Catch2](https://github.com/catchorg/Catch2) from `fb51116` to `8ac8190`.
- [Release notes](https://github.com/catchorg/Catch2/releases)
- [Commits](catchorg/Catch2@fb51116...8ac8190)

---
updated-dependencies:
- dependency-name: external/Catch2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 2, 2024
1 parent ff2a400 commit 9da248b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/Catch2
Submodule Catch2 updated 66 files
+81 −0 .clang-tidy
+49 −0 .github/workflows/linux-other-builds.yml
+1 −1 CMakeLists.txt
+26 −0 docs/release-notes.md
+1 −2 examples/210-Evt-EventListeners.cpp
+1 −1 examples/231-Cfg-OutputStreams.cpp
+1 −1 examples/232-Cfg-CustomMain.cpp
+1 −1 examples/300-Gen-OwnGenerator.cpp
+9 −8 examples/301-Gen-MapTypeConversion.cpp
+56 −37 extras/catch_amalgamated.cpp
+173 −59 extras/catch_amalgamated.hpp
+1 −1 meson.build
+1 −0 src/catch2/catch_message.cpp
+0 −1 src/catch2/catch_registry_hub.cpp
+1 −1 src/catch2/catch_test_case_info.hpp
+5 −5 src/catch2/catch_tostring.cpp
+2 −2 src/catch2/catch_tostring.hpp
+1 −1 src/catch2/catch_version.cpp
+1 −1 src/catch2/catch_version_macros.hpp
+1 −1 src/catch2/internal/catch_commandline.cpp
+6 −6 src/catch2/internal/catch_console_colour.cpp
+1 −1 src/catch2/internal/catch_enum_values_registry.hpp
+2 −2 src/catch2/internal/catch_jsonwriter.cpp
+2 −2 src/catch2/internal/catch_jsonwriter.hpp
+1 −1 src/catch2/internal/catch_reporter_spec_parser.cpp
+7 −3 src/catch2/internal/catch_section.hpp
+20 −7 src/catch2/internal/catch_string_manip.cpp
+2 −2 src/catch2/internal/catch_stringref.hpp
+4 −4 src/catch2/internal/catch_test_registry.hpp
+2 −2 src/catch2/reporters/catch_reporter_console.cpp
+1 −2 src/catch2/reporters/catch_reporter_cumulative_base.cpp
+2 −2 src/catch2/reporters/catch_reporter_json.cpp
+1 −1 src/catch2/reporters/catch_reporter_junit.cpp
+1 −1 src/catch2/reporters/catch_reporter_multi.hpp
+1 −1 src/catch2/reporters/catch_reporter_sonarqube.hpp
+2 −2 src/catch2/reporters/catch_reporter_teamcity.hpp
+1 −1 tests/ExtraTests/X22-BenchmarksInCumulativeReporter.cpp
+1 −0 tests/ExtraTests/X29-CustomArgumentsForReporters.cpp
+2 −2 tests/ExtraTests/X91-AmalgamatedCatch.cpp
+21 −21 tests/SelfTest/Baselines/compact.sw.approved.txt
+21 −21 tests/SelfTest/Baselines/compact.sw.multi.approved.txt
+70 −54 tests/SelfTest/Baselines/console.sw.approved.txt
+70 −54 tests/SelfTest/Baselines/console.sw.multi.approved.txt
+2 −0 tests/SelfTest/Baselines/junit.sw.approved.txt
+2 −0 tests/SelfTest/Baselines/junit.sw.multi.approved.txt
+2 −0 tests/SelfTest/Baselines/sonarqube.sw.approved.txt
+2 −0 tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt
+25 −25 tests/SelfTest/Baselines/tap.sw.approved.txt
+25 −25 tests/SelfTest/Baselines/tap.sw.multi.approved.txt
+84 −72 tests/SelfTest/Baselines/xml.sw.approved.txt
+84 −72 tests/SelfTest/Baselines/xml.sw.multi.approved.txt
+2 −2 tests/SelfTest/IntrospectiveTests/Details.tests.cpp
+0 −1 tests/SelfTest/IntrospectiveTests/GeneratorsImpl.tests.cpp
+1 −1 tests/SelfTest/IntrospectiveTests/Reporters.tests.cpp
+11 −0 tests/SelfTest/IntrospectiveTests/StringManip.tests.cpp
+1 −1 tests/SelfTest/IntrospectiveTests/TestSpec.tests.cpp
+1 −1 tests/SelfTest/IntrospectiveTests/TextFlow.tests.cpp
+7 −7 tests/SelfTest/UsageTests/Benchmark.tests.cpp
+1 −1 tests/SelfTest/UsageTests/Class.tests.cpp
+2 −2 tests/SelfTest/UsageTests/Exception.tests.cpp
+7 −7 tests/SelfTest/UsageTests/Matchers.tests.cpp
+5 −5 tests/SelfTest/UsageTests/Message.tests.cpp
+6 −6 tests/SelfTest/UsageTests/Misc.tests.cpp
+10 −21 tests/SelfTest/UsageTests/ToStringGeneral.tests.cpp
+2 −2 tests/SelfTest/UsageTests/Tricky.tests.cpp
+1 −1 tools/scripts/releaseCommon.py

0 comments on commit 9da248b

Please sign in to comment.