5 files changed
+5
-5
lines changedSubmodule filesystem updated from ee5da67 to a89c275
- .clang-format+25
- .conan/build.py+1-1
- .github/FUNDING.yml+1-1
- .gitignore+1
- BUILD.bazel+10
- CMakeLists.txt+1-1
- README.md+2-2
- WORKSPACE
- conanfile.py+3
- docs/command-line.md+10
- docs/contributing.md+143-85
- docs/generators.md+73-8
- docs/list-of-examples.md+1
- docs/own-main.md+2-2
- docs/release-notes.md+56
- examples/301-Gen-MapTypeConversion.cpp+3-1
- examples/302-Gen-Table.cpp+54
- examples/311-Gen-CustomCapture.cpp+2-2
- examples/CMakeLists.txt+1
- include/catch.hpp+2-2
- include/external/clara.hpp+1-1
- include/internal/benchmark/detail/catch_complete_invoke.hpp+4-5
- include/internal/benchmark/detail/catch_measure.hpp+1-1
- include/internal/benchmark/detail/catch_run_for_at_least.hpp+3-3
- include/internal/benchmark/detail/catch_timing.hpp+2-2
- include/internal/catch_commandline.cpp+3
- include/internal/catch_compiler_capabilities.h+1-1
- include/internal/catch_config.cpp+1
- include/internal/catch_config.hpp+2
- include/internal/catch_debugger.h+5-1
- include/internal/catch_generators.cpp+2-2
- include/internal/catch_generators.hpp+13-6
- include/internal/catch_interfaces_capture.h+1-1
- include/internal/catch_interfaces_config.h+1
- include/internal/catch_matchers_vector.h-2
- include/internal/catch_message.cpp+2-2
- include/internal/catch_meta.hpp+6-6
- include/internal/catch_preprocessor.hpp+2-1
- include/internal/catch_registry_hub.cpp+4
- include/internal/catch_run_context.cpp+49-14
- include/internal/catch_run_context.h+1-1
- include/internal/catch_startup_exception_registry.cpp+2
- include/internal/catch_startup_exception_registry.h+2
- include/internal/catch_string_manip.cpp+1-1
- include/internal/catch_test_case_tracker.cpp+4-6
- include/internal/catch_test_case_tracker.h+23-7
- include/internal/catch_tostring.h+16-9
- include/internal/catch_uncaught_exceptions.cpp+3-1
- include/internal/catch_version.cpp+1-1
- include/reporters/catch_reporter_bases.cpp+11
- include/reporters/catch_reporter_bases.hpp+4-1
- include/reporters/catch_reporter_compact.cpp+3-6
- include/reporters/catch_reporter_compact.h-2
- include/reporters/catch_reporter_console.cpp+3-2
- include/reporters/catch_reporter_junit.cpp+5
- include/reporters/catch_reporter_tap.hpp+12-11
- include/reporters/catch_reporter_xml.cpp+8
- projects/CMakeLists.txt+1
- projects/ExtraTests/CMakeLists.txt+34
- projects/SelfTest/Baselines/compact.sw.approved.txt+57
- projects/SelfTest/Baselines/console.std.approved.txt+2-2
- projects/SelfTest/Baselines/console.sw.approved.txt+556-2
- projects/SelfTest/Baselines/console.swa4.approved.txt+510-2
- projects/SelfTest/Baselines/junit.sw.approved.txt+578-562
- projects/SelfTest/Baselines/sonarqube.sw.approved.txt+16
- projects/SelfTest/Baselines/xml.sw.approved.txt+460-2
- projects/SelfTest/IntrospectiveTests/PartTracker.tests.cpp+47
- projects/SelfTest/TimingTests/Sleep.tests.cpp+23
- projects/SelfTest/UsageTests/Generators.tests.cpp+17
- projects/SelfTest/UsageTests/Matchers.tests.cpp+39
- projects/SelfTest/UsageTests/Misc.tests.cpp+6
- projects/TestScripts/testRandomOrder.py+2-2
- scripts/updateDocumentToC.py
- single_include/catch2/catch.hpp+188-87
- single_include/catch2/catch_reporter_tap.hpp+12-11
- third_party/clara.hpp+1-1
- CMakeLists.txt-11
- README.md+2-5
- include/date/date.h+1.1k-1.4k
- include/date/islamic.h+5-5
- include/date/iso_week.h+3-3
- include/date/julian.h+3-3
- include/date/ptz.h+1-1
- include/date/tz.h+239-428
- src/tz.cpp+5-15
- test/clock_cast_test/custom_clock.pass.cpp+8-34
- test/clock_cast_test/local_t.pass.cpp-132
- test/clock_cast_test/noncastable.pass.cpp+1-5
- test/clock_cast_test/to_sys_return_utc_time.fail.cpp+2-2
- test/date_test/durations_output.pass.cpp-328
- test/date_test/format/range.pass.cpp+4-4
- test/date_test/multi_year_duration_addition.pass.cpp-297
- test/date_test/weekday.pass.cpp+3-2
- test/date_test/year.pass.cpp+1-1
- test/iso_week/weekday.pass.cpp+1-1
- test/tz_test/zone.pass.cpp-22
0 commit comments