Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstone committed Apr 16, 2024
1 parent 1c2a2ae commit 3af4afd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dependencies/Catch2
Submodule Catch2 updated 36 files
+6 −0 .github/workflows/linux-simple-builds.yml
+44 −0 .github/workflows/mac-builds-m1.yml
+1 −3 CMakeLists.txt
+3 −2 docs/command-line.md
+4 −0 docs/logging.md
+24 −0 docs/release-notes.md
+1 −2 examples/CMakeLists.txt
+2 −2 extras/CatchAddTests.cmake
+13 −9 extras/catch_amalgamated.cpp
+97 −85 extras/catch_amalgamated.hpp
+1 −1 meson.build
+2 −1 src/catch2/benchmark/detail/catch_stats.cpp
+7 −5 src/catch2/catch_config.cpp
+1 −1 src/catch2/catch_version.cpp
+1 −1 src/catch2/catch_version_macros.hpp
+21 −16 src/catch2/internal/catch_decomposer.hpp
+67 −45 src/catch2/internal/catch_random_integer_helpers.hpp
+2 −0 src/catch2/internal/catch_test_case_registry_impl.cpp
+2 −0 src/catch2/internal/catch_test_case_registry_impl.hpp
+1 −17 src/catch2/internal/catch_uniform_integer_distribution.hpp
+1 −1 src/catch2/matchers/catch_matchers_floating_point.cpp
+10 −10 tests/SelfTest/Baselines/compact.sw.approved.txt
+10 −10 tests/SelfTest/Baselines/compact.sw.multi.approved.txt
+10 −10 tests/SelfTest/Baselines/console.sw.approved.txt
+10 −10 tests/SelfTest/Baselines/console.sw.multi.approved.txt
+10 −10 tests/SelfTest/Baselines/tap.sw.approved.txt
+10 −10 tests/SelfTest/Baselines/tap.sw.multi.approved.txt
+10 −10 tests/SelfTest/Baselines/xml.sw.approved.txt
+10 −10 tests/SelfTest/Baselines/xml.sw.multi.approved.txt
+74 −0 tests/SelfTest/IntrospectiveTests/Integer.tests.cpp
+20 −16 tests/SelfTest/IntrospectiveTests/RandomNumberGeneration.tests.cpp
+47 −0 tests/SelfTest/UsageTests/Compilation.tests.cpp
+14 −8 tests/SelfTest/helpers/type_with_lit_0_comparisons.hpp
+8 −2 tests/TestScripts/DiscoverTests/CMakeLists.txt
+36 −6 tests/TestScripts/DiscoverTests/VerifyRegistration.py
+14 −5 tests/TestScripts/testConfigureDefaultReporter.py
2 changes: 1 addition & 1 deletion dependencies/bounded
Submodule bounded updated 44 files
+2 −0 .github/workflows/build-and-test.yml
+1 −1 dependencies/Catch2
+1 −1 dependencies/benchmark
+1 −1 dependencies/cmake_strict_defaults
+1 −1 dependencies/numeric-traits
+1 −1 dependencies/operators
+1 −1 dependencies/std_module
+1 −1 readme.md
+0 −2 source/bounded/CMakeLists.txt
+0 −62 source/bounded/arithmetic/base.cpp
+14 −8 source/bounded/arithmetic/bitwise_and.cpp
+38 −23 source/bounded/arithmetic/divides.cpp
+18 −16 source/bounded/arithmetic/left_shift.cpp
+68 −65 source/bounded/arithmetic/modulus.cpp
+31 −24 source/bounded/arithmetic/multiplies.cpp
+18 −8 source/bounded/arithmetic/plus.cpp
+19 −16 source/bounded/arithmetic/right_shift.cpp
+3 −3 source/bounded/include/bounded/assert.hpp
+0 −31 source/bounded/include/bounded/assume.hpp
+11 −11 source/bounded/integer.cpp
+2 −2 source/bounded/minmax.cpp
+0 −17 source/bounded/test/assume.cpp
+3 −0 source/containers/CMakeLists.txt
+16 −21 source/containers/adapt_iterator.cpp
+3 −2 source/containers/algorithms/filter.cpp
+5 −3 source/containers/algorithms/remove_none.cpp
+2 −1 source/containers/algorithms/reverse_iterator.cpp
+3 −2 source/containers/algorithms/transform.cpp
+9 −2 source/containers/append.cpp
+2 −1 source/containers/append_into_capacity.cpp
+2 −0 source/containers/containers.cpp
+40 −0 source/containers/emplace_back_into_capacity.cpp
+1 −1 source/containers/insert.cpp
+12 −9 source/containers/integer_range.cpp
+1 −1 source/containers/legacy_iterator.cpp
+2 −37 source/containers/reference_or_value.cpp
+17 −9 source/containers/static_vector.cpp
+437 −0 source/containers/std/inplace_vector.cpp
+1 −1 source/containers/std/list.cpp
+1 −0 source/containers/test/sort/sort.cpp
+45 −12 source/containers/test/static_vector.cpp
+24 −2 source/containers/to_address.cpp
+30 −0 source/containers/value_wrapper.cpp
+20 −125 source/containers/vector.cpp
2 changes: 1 addition & 1 deletion dependencies/cmake_strict_defaults

0 comments on commit 3af4afd

Please sign in to comment.