Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstone committed Nov 1, 2024
1 parent 6e75438 commit 40bac71
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dependencies/Catch2
Submodule Catch2 updated 31 files
+2 −1 .clang-tidy
+1 −1 .github/workflows/mac-builds-m1.yml
+6 −2 .github/workflows/mac-builds.yml
+2 −0 BUILD.bazel
+1 −0 CMake/CatchConfigOptions.cmake
+6 −1 CMakeLists.txt
+9 −0 docs/configuration.md
+4 −4 src/catch2/benchmark/detail/catch_stats.cpp
+1 −1 src/catch2/catch_timer.cpp
+4 −1 src/catch2/catch_tostring.cpp
+9 −0 src/catch2/catch_user_config.hpp.in
+39 −31 src/catch2/internal/catch_compiler_capabilities.hpp
+1 −1 src/catch2/internal/catch_console_colour.cpp
+1 −1 src/catch2/internal/catch_random_number_generator.cpp
+35 −26 src/catch2/matchers/catch_matchers_range_equals.hpp
+5 −2 src/catch2/reporters/catch_reporter_console.cpp
+0 −1 tests/ExtraTests/CMakeLists.txt
+5 −1 tests/SelfTest/Baselines/compact.sw.approved.txt
+5 −1 tests/SelfTest/Baselines/compact.sw.multi.approved.txt
+1 −1 tests/SelfTest/Baselines/console.std.approved.txt
+35 −1 tests/SelfTest/Baselines/console.sw.approved.txt
+35 −1 tests/SelfTest/Baselines/console.sw.multi.approved.txt
+3 −1 tests/SelfTest/Baselines/junit.sw.approved.txt
+3 −1 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
+9 −1 tests/SelfTest/Baselines/tap.sw.approved.txt
+9 −1 tests/SelfTest/Baselines/tap.sw.multi.approved.txt
+39 −1 tests/SelfTest/Baselines/xml.sw.approved.txt
+39 −1 tests/SelfTest/Baselines/xml.sw.multi.approved.txt
+19 −0 tests/SelfTest/UsageTests/MatchersRanges.tests.cpp
2 changes: 1 addition & 1 deletion dependencies/cmake_strict_defaults
2 changes: 1 addition & 1 deletion dependencies/json
2 changes: 1 addition & 1 deletion dependencies/numeric-traits
2 changes: 1 addition & 1 deletion dependencies/operators
2 changes: 1 addition & 1 deletion dependencies/std_module

0 comments on commit 40bac71

Please sign in to comment.