File tree
7 files changed
+7
-7
lines changed- dependencies
7 files changed
+7
-7
lines changed- .bazelrc+3
- .conan/test_package/CMakeLists.txt+1-1
- CMakeLists.txt+3-11
- MODULE.bazel+1
- WORKSPACE.bazel-16
- docs/cmake-integration.md+14-4
- docs/release-notes.md+26
- examples/CMakeLists.txt+1-1
- extras/Catch.cmake+15-17
- extras/CatchAddTests.cmake+61-25
- extras/catch_amalgamated.cpp+19-13
- extras/catch_amalgamated.hpp+84-63
- meson.build+1-1
- meson_options.txt+1
- src/catch2/catch_tostring.hpp+5-1
- src/catch2/catch_version.cpp+1-1
- src/catch2/catch_version_macros.hpp+2-2
- src/catch2/meson.build+22-15
- tests/ExtraTests/CMakeLists.txt+1-1
- tests/SelfTest/IntrospectiveTests/ToString.tests.cpp+23
- tests/TestScripts/DiscoverTests/CMakeLists.txt+9-2
- tests/TestScripts/DiscoverTests/VerifyRegistration.py+36-14
- tests/TestScripts/DiscoverTests/register-tests.cpp+7
- tools/misc/CMakeLists.txt+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
- source/containers/CMakeLists.txt+4-3
- source/containers/algorithms/partition.cpp+6-278
- source/containers/array.cpp+3-61
- source/containers/associative_container.cpp-39
- source/containers/bounded_vector.cpp+1-2
- source/containers/iterator_t.cpp+2-1
- source/containers/lazy_push_front.cpp-30
- source/containers/linked_list_helper.cpp+1-1
- source/containers/push_front.cpp-26
- source/containers/test/algorithms/partition.cpp+294
- source/containers/test/array.cpp+68-4
- source/containers/test/associative_container.cpp+49
- source/containers/test/lazy_push_front.cpp+41
- source/containers/test/push_front.cpp+39
- source/containers/test/static_vector.cpp+15-30
- source/tv/test/variant.cpp+14-17
0 commit comments