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