Commit 19c0ad2
authored
Bump thirdparty/catch2 from
Bumps [thirdparty/catch2](https://github.com/catchorg/Catch2) from `b670de4` to `6ee0826`.
- [Release notes](https://github.com/catchorg/Catch2/releases)
- [Commits](catchorg/Catch2@b670de4...6ee0826)
---
updated-dependencies:
- dependency-name: thirdparty/catch2
dependency-version: 6ee0826dcae55ed1e06b2c5701981221e979e1e6
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>b670de4 to 6ee0826
1 parent 75aa7fb commit 19c0ad2
1 file changed
Lines changed: 1 addition & 1 deletion
- .clang-tidy+3
- CMakeLists.txt+1-1
- Doxyfile+432-266
- benchmarks/CMakeLists.txt+6-1
- benchmarks/only_include.cpp+16
- benchmarks/readme.md+81
- benchmarks/runtime_assertion_benches.cpp+36-9
- docs/matchers.md+37
- docs/other-macros.md+24
- docs/release-notes.md+17
- extras/catch_amalgamated.cpp+79-96
- extras/catch_amalgamated.hpp+254-186
- meson.build+1-1
- src/CMakeLists.txt+2-3
- src/catch2/benchmark/detail/catch_analyse.cpp+5-5
- src/catch2/benchmark/detail/catch_benchmark_function.hpp+1-1
- src/catch2/benchmark/detail/catch_run_for_at_least.cpp+1-1
- src/catch2/catch_all.hpp+1-1
- src/catch2/catch_message.cpp+6-6
- src/catch2/catch_message.hpp+15-3
- src/catch2/catch_registry_hub.cpp-5
- src/catch2/catch_session.cpp+1
- src/catch2/catch_tostring.hpp+21-13
- src/catch2/catch_translate_exception.hpp+1-1
- src/catch2/catch_version.cpp+1-1
- src/catch2/catch_version_macros.hpp+1-1
- src/catch2/interfaces/catch_interfaces_all.hpp-1
- src/catch2/interfaces/catch_interfaces_capture.hpp-10
- src/catch2/interfaces/catch_interfaces_config.hpp+1-1
- src/catch2/interfaces/catch_interfaces_enum_values_registry.hpp-47
- src/catch2/interfaces/catch_interfaces_registry_hub.hpp-1
- src/catch2/internal/catch_assertion_handler.cpp+8-1
- src/catch2/internal/catch_assertion_handler.hpp+11-5
- src/catch2/internal/catch_compiler_capabilities.hpp+16-8
- src/catch2/internal/catch_decomposer.hpp+2-2
- src/catch2/internal/catch_enum_info.cpp+10-18
- src/catch2/internal/catch_enum_info.hpp+48
- src/catch2/internal/catch_enum_values_registry.hpp-36
- src/catch2/internal/catch_exception_translator_registry.hpp+1-1
- src/catch2/internal/catch_output_redirect.cpp+3-3
- src/catch2/internal/catch_run_context.cpp+27-28
- src/catch2/internal/catch_run_context.hpp+1-3
- src/catch2/internal/catch_singletons.hpp+1-1
- src/catch2/internal/catch_tag_alias_registry.cpp+4-3
- src/catch2/internal/catch_tag_alias_registry.hpp+1-1
- src/catch2/internal/catch_test_case_registry_impl.hpp+1-1
- src/catch2/internal/catch_test_failure_exception.cpp+2-2
- src/catch2/internal/catch_test_macro_impl.hpp+9-3
- src/catch2/internal/catch_test_registry.hpp+3-3
- src/catch2/matchers/catch_matchers.cpp+5-5
- src/catch2/matchers/catch_matchers.hpp+38-6
- src/catch2/matchers/catch_matchers_container_properties.cpp-8
- src/catch2/matchers/catch_matchers_container_properties.hpp+10-8
- src/catch2/matchers/catch_matchers_contains.hpp+7-7
- src/catch2/matchers/catch_matchers_quantifiers.cpp+1-5
- src/catch2/matchers/catch_matchers_quantifiers.hpp+24-21
- src/catch2/matchers/catch_matchers_templated.cpp+5-1
- src/catch2/matchers/catch_matchers_templated.hpp+64-35
- src/catch2/matchers/internal/catch_matchers_impl.hpp+1-1
- src/catch2/meson.build+2-3
- src/catch2/reporters/catch_reporter_cumulative_base.cpp+2-3
- src/catch2/reporters/catch_reporter_helpers.cpp+2-2
- tests/BUILD.bazel+1
- tests/CMakeLists.txt+2-1
- tests/ExtraTests/CMakeLists.txt+1-1
- tests/ExtraTests/X02-DisabledMacros.cpp+2
- tests/ExtraTests/X05-DeferredStaticChecks.cpp+26
- tests/SelfTest/Baselines/automake.sw.approved.txt+1
- tests/SelfTest/Baselines/automake.sw.multi.approved.txt+1
- tests/SelfTest/Baselines/compact.sw.approved.txt+15-12
- tests/SelfTest/Baselines/compact.sw.multi.approved.txt+15-12
- tests/SelfTest/Baselines/console.std.approved.txt+2-2
- tests/SelfTest/Baselines/console.sw.approved.txt+40-19
- tests/SelfTest/Baselines/console.sw.multi.approved.txt+40-19
- 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+6-5
- tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt+6-5
- tests/SelfTest/Baselines/tap.sw.approved.txt+10-4
- tests/SelfTest/Baselines/tap.sw.multi.approved.txt+10-4
- tests/SelfTest/Baselines/teamcity.sw.approved.txt+2
- tests/SelfTest/Baselines/teamcity.sw.multi.approved.txt+2
- tests/SelfTest/Baselines/xml.sw.approved.txt+47-20
- tests/SelfTest/Baselines/xml.sw.multi.approved.txt+47-20
- tests/SelfTest/IntrospectiveTests/Integer.tests.cpp+2-2
- tests/SelfTest/IntrospectiveTests/Reporters.tests.cpp+1
- tests/SelfTest/IntrospectiveTests/ToString.tests.cpp-40
- tests/SelfTest/UsageTests/EnumToString.tests.cpp+72-15
- tests/SelfTest/UsageTests/MatchersConstexpr.tests.cpp+131
- tests/SelfTest/UsageTests/ToStringPair.tests.cpp+2-2
- tests/SelfTest/UsageTests/ToStringTuple.tests.cpp+6-6
- tests/meson.build+1
0 commit comments