Commit 985bfaf
- .bazelrc+3
- .clang-tidy+2-1
- .conan/test_package/CMakeLists.txt+1-1
- .github/workflows/mac-builds-m1.yml+1-1
- .github/workflows/mac-builds.yml+6-2
- BUILD.bazel+2
- CMake/CatchConfigOptions.cmake+1
- CMakeLists.txt+9-12
- MODULE.bazel+1
- WORKSPACE.bazel-16
- docs/cmake-integration.md+14-4
- docs/configuration.md+9
- docs/release-notes.md+34
- docs/tostring.md+1-1
- examples/CMakeLists.txt+1-1
- extras/Catch.cmake+16-19
- extras/CatchAddTests.cmake+67-25
- extras/catch_amalgamated.cpp+19-13
- extras/catch_amalgamated.hpp+93-64
- meson.build+1-1
- meson_options.txt+1
- src/catch2/benchmark/detail/catch_stats.cpp+4-4
- src/catch2/catch_timer.cpp+1-1
- src/catch2/catch_tostring.cpp+4-1
- src/catch2/catch_tostring.hpp+5-1
- src/catch2/catch_user_config.hpp.in+9
- src/catch2/catch_version.cpp+1-1
- src/catch2/catch_version_macros.hpp+1-1
- src/catch2/generators/catch_generators_range.hpp+1-1
- src/catch2/internal/catch_compiler_capabilities.hpp+49-33
- src/catch2/internal/catch_console_colour.cpp+1-1
- src/catch2/internal/catch_random_number_generator.cpp+1-1
- src/catch2/matchers/catch_matchers_range_equals.hpp+35-26
- src/catch2/meson.build+22-15
- src/catch2/reporters/catch_reporter_console.cpp+5-2
- tests/ExtraTests/CMakeLists.txt+1-2
- tests/SelfTest/Baselines/automake.sw.approved.txt+2-2
- tests/SelfTest/Baselines/automake.sw.multi.approved.txt+2-2
- tests/SelfTest/Baselines/compact.sw.approved.txt+5-1
- tests/SelfTest/Baselines/compact.sw.multi.approved.txt+5-1
- tests/SelfTest/Baselines/console.std.approved.txt+1-1
- tests/SelfTest/Baselines/console.sw.approved.txt+37-3
- tests/SelfTest/Baselines/console.sw.multi.approved.txt+37-3
- tests/SelfTest/Baselines/junit.sw.approved.txt+5-3
- tests/SelfTest/Baselines/junit.sw.multi.approved.txt+5-3
- tests/SelfTest/Baselines/sonarqube.sw.approved.txt+4-2
- tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt+4-2
- tests/SelfTest/Baselines/tap.sw.approved.txt+16-8
- tests/SelfTest/Baselines/tap.sw.multi.approved.txt+16-8
- tests/SelfTest/Baselines/teamcity.sw.approved.txt+4-4
- tests/SelfTest/Baselines/teamcity.sw.multi.approved.txt+4-4
- tests/SelfTest/Baselines/xml.sw.approved.txt+41-3
- tests/SelfTest/Baselines/xml.sw.multi.approved.txt+41-3
- tests/SelfTest/IntrospectiveTests/ToString.tests.cpp+23
- tests/SelfTest/UsageTests/Compilation.tests.cpp+56
- tests/SelfTest/UsageTests/EnumToString.tests.cpp+2-2
- tests/SelfTest/UsageTests/MatchersRanges.tests.cpp+19
- 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
- .clang-format+1-1
- .github/workflows/main.yml+12-32
- CHANGELOG+16
- lib60870-C/CMakeLists.txt+1-1
- lib60870-C/Doxyfile+1-1
- lib60870-C/examples/cs101_master_balanced/master_example.c+17-11
- lib60870-C/examples/cs101_slave_files/cs101_slave_files.c+17-11
- lib60870-C/examples/cs104_client/simple_client.c+21-14
- lib60870-C/examples/cs104_client_async/cs104_client_async.c+24-17
- lib60870-C/examples/cs104_server_files/cs104_server_files.c+16-11
- lib60870-C/examples/cs104_server_no_threads/cs104_server_no_threads.c+10-5
- lib60870-C/examples/multi_client_server/multi_client_server.c+8-5
- lib60870-C/examples/tls_client/tls_client.c+12-9
- lib60870-C/src/file-service/file_server.c+340-310
- lib60870-C/src/iec60870/cs101/cs101_asdu.c+10-8
- lib60870-C/src/iec60870/cs101/cs101_information_objects.c+1.5k-1.3k
- lib60870-C/src/iec60870/cs101/cs101_slave.c+146-105
- lib60870-C/src/iec60870/cs104/cs104_connection.c+187-134
- lib60870-C/src/iec60870/cs104/cs104_slave.c+652-454
- lib60870-C/src/inc/api/cs101_information_objects.h+2-2
- lib60870-C/src/inc/api/iec60870_common.h+1-1
- lib60870-C/src/inc/internal/information_objects_internal.h+258-245
- lib60870-C/tests/all_tests.c+416-1
- sonar-project.properties+4-2
- user_guide.adoc+1-1
Submodule mbedtls updated 1019 files
0 commit comments