Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/EXTERNAL/libcatch2
Submodule libcatch2 updated 84 files
+1 −2 .conan/test_package/CMakeLists.txt
+5 −5 .github/workflows/linux-bazel-builds.yml
+6 −6 .github/workflows/linux-meson-builds.yml
+50 −75 .github/workflows/linux-other-builds.yml
+45 −55 .github/workflows/linux-simple-builds.yml
+0 −44 .github/workflows/mac-builds-m1.yml
+13 −29 .github/workflows/mac-builds.yml
+1 −1 .github/workflows/package-manager-builds.yaml
+1 −1 .github/workflows/validate-header-guards.yml
+7 −13 .github/workflows/windows-simple-builds.yml
+1 −1 BUILD.bazel
+3 −4 CMake/Catch2Config.cmake.in
+2 −3 CMake/CatchConfigOptions.cmake
+90 −91 CMake/CatchMiscFunctions.cmake
+89 −93 CMakeLists.txt
+5 −0 CMakePresets.json
+11 −0 MAINTAINERS.md
+1 −1 docs/command-line.md
+10 −7 docs/generators.md
+6 −5 docs/own-main.md
+10 −2 docs/release-notes.md
+1 −1 docs/test-fixtures.md
+25 −29 examples/CMakeLists.txt
+3 −3 extras/Catch.cmake
+3 −3 extras/CatchAddTests.cmake
+2 −4 extras/CatchShardTests.cmake
+2 −2 extras/CatchShardTestsImpl.cmake
+151 −153 extras/ParseAndAddCatchTests.cmake
+3 −3 extras/catch_amalgamated.cpp
+13 −5 extras/catch_amalgamated.hpp
+2 −2 fuzzing/CMakeLists.txt
+1 −1 meson.build
+75 −86 src/CMakeLists.txt
+1 −1 src/catch2/benchmark/catch_benchmark.hpp
+2 −3 src/catch2/benchmark/detail/catch_benchmark_function.hpp
+0 −1 src/catch2/benchmark/detail/catch_estimate_clock.hpp
+0 −2 src/catch2/benchmark/detail/catch_timing.hpp
+0 −9 src/catch2/catch_session.cpp
+8 −0 src/catch2/catch_session.hpp
+0 −1 src/catch2/catch_tostring.cpp
+10 −14 src/catch2/catch_tostring.hpp
+1 −1 src/catch2/catch_version.cpp
+1 −1 src/catch2/catch_version_macros.hpp
+0 −1 src/catch2/interfaces/catch_interfaces_config.hpp
+0 −1 src/catch2/interfaces/catch_interfaces_reporter.hpp
+10 −2 src/catch2/internal/catch_compiler_capabilities.hpp
+2 −2 src/catch2/internal/catch_decomposer.hpp
+1 −1 src/catch2/internal/catch_enforce.hpp
+0 −1 src/catch2/internal/catch_exception_translator_registry.hpp
+1 −1 src/catch2/internal/catch_is_permutation.hpp
+0 −2 src/catch2/internal/catch_istream.cpp
+0 −2 src/catch2/internal/catch_istream.hpp
+1 −1 src/catch2/internal/catch_run_context.cpp
+1 −1 src/catch2/internal/catch_section.hpp
+0 −1 src/catch2/internal/catch_sharding.hpp
+1 −1 src/catch2/internal/catch_string_manip.cpp
+0 −1 src/catch2/internal/catch_stringref.cpp
+1 −1 src/catch2/matchers/catch_matchers_container_properties.hpp
+3 −3 src/catch2/matchers/catch_matchers_contains.hpp
+1 −2 src/catch2/matchers/catch_matchers_range_equals.hpp
+16 −16 src/catch2/matchers/catch_matchers_templated.hpp
+155 −171 tests/CMakeLists.txt
+74 −128 tests/ExtraTests/CMakeLists.txt
+1 −1 tests/SelfTest/Baselines/automake.sw.approved.txt
+1 −1 tests/SelfTest/Baselines/automake.sw.multi.approved.txt
+9 −9 tests/SelfTest/Baselines/console.sw.approved.txt
+9 −9 tests/SelfTest/Baselines/console.sw.multi.approved.txt
+10 −10 tests/SelfTest/Baselines/junit.sw.approved.txt
+10 −10 tests/SelfTest/Baselines/junit.sw.multi.approved.txt
+10 −10 tests/SelfTest/Baselines/sonarqube.sw.approved.txt
+10 −10 tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt
+9 −9 tests/SelfTest/Baselines/tap.sw.approved.txt
+9 −9 tests/SelfTest/Baselines/tap.sw.multi.approved.txt
+2 −2 tests/SelfTest/Baselines/teamcity.sw.approved.txt
+2 −2 tests/SelfTest/Baselines/teamcity.sw.multi.approved.txt
+1 −1 tests/SelfTest/Baselines/xml.sw.approved.txt
+1 −1 tests/SelfTest/Baselines/xml.sw.multi.approved.txt
+1 −1 tests/SelfTest/IntrospectiveTests/Integer.tests.cpp
+1 −1 tests/SelfTest/IntrospectiveTests/Json.tests.cpp
+2 −2 tests/SelfTest/IntrospectiveTests/RandomNumberGeneration.tests.cpp
+1 −1 tests/TestScripts/ConfigureTestsCommon.py
+7 −13 tests/TestScripts/DiscoverTests/CMakeLists.txt
+4 −7 tools/misc/CMakeLists.txt
+4 −4 tools/misc/appveyorBuildConfigurationScript.bat