-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [libs/Catch2](https://github.com/catchorg/Catch2) from `cd3c7eb` to `f981c9c`. - [Release notes](https://github.com/catchorg/Catch2/releases) - [Commits](catchorg/Catch2@cd3c7eb...f981c9c) --- updated-dependencies: - dependency-name: libs/Catch2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fe9c3a6
commit 999d1e2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Catch2
updated
19 files
+1 −0 | .bazelrc | |
+2 −1 | CMakeLists.txt | |
+2 −1 | MODULE.bazel | |
+3 −3 | WORKSPACE.bazel | |
+12 −0 | docs/release-notes.md | |
+1 −1 | examples/CMakeLists.txt | |
+97 −74 | extras/catch_amalgamated.cpp | |
+270 −206 | extras/catch_amalgamated.hpp | |
+1 −1 | meson.build | |
+6 −2 | src/CMakeLists.txt | |
+1 −1 | src/catch2/catch_version.cpp | |
+1 −1 | src/catch2/catch_version_macros.hpp | |
+53 −41 | src/catch2/internal/catch_clara.cpp | |
+49 −23 | src/catch2/internal/catch_clara.hpp | |
+2 −0 | src/catch2/internal/catch_stringref.hpp | |
+23 −10 | src/catch2/internal/catch_textflow.cpp | |
+28 −8 | src/catch2/internal/catch_textflow.hpp | |
+12 −0 | src/catch2/meson.build | |
+1 −2 | src/catch2/reporters/catch_reporter_console.cpp |