File tree
7 files changed
+7
-7
lines changed- dependencies
7 files changed
+7
-7
lines changed- .github/workflows/linux-simple-builds.yml+6
- .github/workflows/mac-builds-m1.yml+44
- CMakeLists.txt+1-3
- docs/command-line.md+3-2
- docs/logging.md+4
- docs/release-notes.md+24
- examples/CMakeLists.txt+1-2
- extras/CatchAddTests.cmake+2-2
- extras/catch_amalgamated.cpp+13-9
- extras/catch_amalgamated.hpp+97-85
- meson.build+1-1
- src/catch2/benchmark/detail/catch_stats.cpp+2-1
- src/catch2/catch_config.cpp+7-5
- src/catch2/catch_version.cpp+1-1
- src/catch2/catch_version_macros.hpp+1-1
- src/catch2/internal/catch_decomposer.hpp+21-16
- src/catch2/internal/catch_random_integer_helpers.hpp+67-45
- src/catch2/internal/catch_test_case_registry_impl.cpp+2
- src/catch2/internal/catch_test_case_registry_impl.hpp+2
- src/catch2/internal/catch_uniform_integer_distribution.hpp+1-17
- src/catch2/matchers/catch_matchers_floating_point.cpp+1-1
- 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+10-10
- tests/SelfTest/IntrospectiveTests/Integer.tests.cpp+74
- tests/SelfTest/IntrospectiveTests/RandomNumberGeneration.tests.cpp+20-16
- tests/SelfTest/UsageTests/Compilation.tests.cpp+47
- tests/SelfTest/helpers/type_with_lit_0_comparisons.hpp+14-8
- tests/TestScripts/DiscoverTests/CMakeLists.txt+8-2
- tests/TestScripts/DiscoverTests/VerifyRegistration.py+36-6
- tests/TestScripts/testConfigureDefaultReporter.py+14-5
- .github/workflows/build-and-test.yml+2
- 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+1-1
- source/bounded/CMakeLists.txt-2
- source/bounded/arithmetic/base.cpp-62
- source/bounded/arithmetic/bitwise_and.cpp+14-8
- source/bounded/arithmetic/divides.cpp+38-23
- source/bounded/arithmetic/left_shift.cpp+18-16
- source/bounded/arithmetic/modulus.cpp+68-65
- source/bounded/arithmetic/multiplies.cpp+31-24
- source/bounded/arithmetic/plus.cpp+18-8
- source/bounded/arithmetic/right_shift.cpp+19-16
- source/bounded/include/bounded/assert.hpp+3-3
- source/bounded/include/bounded/assume.hpp-31
- source/bounded/integer.cpp+11-11
- source/bounded/minmax.cpp+2-2
- source/bounded/test/assume.cpp-17
- source/containers/CMakeLists.txt+3
- source/containers/adapt_iterator.cpp+16-21
- source/containers/algorithms/filter.cpp+3-2
- source/containers/algorithms/remove_none.cpp+5-3
- source/containers/algorithms/reverse_iterator.cpp+2-1
- source/containers/algorithms/transform.cpp+3-2
- source/containers/append.cpp+9-2
- source/containers/append_into_capacity.cpp+2-1
- source/containers/containers.cpp+2
- source/containers/emplace_back_into_capacity.cpp+40
- source/containers/insert.cpp+1-1
- source/containers/integer_range.cpp+12-9
- source/containers/legacy_iterator.cpp+1-1
- source/containers/reference_or_value.cpp+2-37
- source/containers/static_vector.cpp+17-9
- source/containers/std/inplace_vector.cpp+437
- source/containers/std/list.cpp+1-1
- source/containers/test/sort/sort.cpp+1
- source/containers/test/static_vector.cpp+45-12
- source/containers/to_address.cpp+24-2
- source/containers/value_wrapper.cpp+30
- source/containers/vector.cpp+20-125
0 commit comments