catch2/src/catch2
Martin Hořeňovský 4e8d92bf02
v3.6.0
2024-05-05 20:58:18 +02:00
..
benchmark Replace last use of std::uniform_int_distribution with our own 2024-04-03 13:28:26 +02:00
generators Remove redundant destructors 2024-01-14 23:33:51 +01:00
interfaces Cleanup includes in sources 2023-12-23 11:23:32 +01:00
internal Handle ANSI escape sequences when performing column wrapping (#2849) 2024-05-04 23:43:52 +02:00
matchers Explicitly silence Wnon-virtual-dtor in Decomposer and MatchExpr 2024-04-30 23:51:36 +02:00
reporters Fix various useful clang-tidy warnings 2024-03-01 21:24:45 +01:00
catch_all.hpp Add uniform_integer_distribution 2023-12-10 19:53:39 +01:00
catch_approx.cpp fix double promotion in catch_approx.cpp 2024-02-21 15:02:13 +01:00
catch_approx.hpp Fix references to license file 2022-10-28 11:30:15 +02:00
catch_assertion_info.hpp Fix references to license file 2022-10-28 11:30:15 +02:00
catch_assertion_result.cpp Small refactoring in AssertionResult 2023-02-20 14:32:12 +01:00
catch_assertion_result.hpp Move AssertionResultData into AssertionResult in RunContext 2023-01-28 19:57:38 +01:00
catch_config.cpp Allow CATCH_CONFIG_DEFAULT_REPORTER to be arbitrary reporter spec 2024-03-27 10:03:51 +01:00
catch_config.hpp More readable config default 2024-01-14 21:25:04 +01:00
catch_get_random_seed.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
catch_get_random_seed.hpp Fix references to license file 2022-10-28 11:30:15 +02:00
catch_message.cpp Fix various useful clang-tidy warnings 2024-03-01 21:24:45 +01:00
catch_message.hpp Fix missing include in catch_message.hpp 2023-11-04 00:33:18 +01:00
catch_registry_hub.cpp Fix various useful clang-tidy warnings 2024-03-01 21:24:45 +01:00
catch_section_info.hpp Fix references to license file 2022-10-28 11:30:15 +02:00
catch_session.cpp 🛠 Add <exception> header where strictly necessary 2023-05-16 12:18:57 -04:00
catch_session.hpp Fix references to license file 2022-10-28 11:30:15 +02:00
catch_tag_alias.hpp Fix references to license file 2022-10-28 11:30:15 +02:00
catch_tag_alias_autoregistrar.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
catch_tag_alias_autoregistrar.hpp Fix references to license file 2022-10-28 11:30:15 +02:00
catch_template_test_macros.hpp Fix references to license file 2022-10-28 11:30:15 +02:00
catch_test_case_info.cpp Fix OOB access when computing -# tag for file without extension 2024-02-10 23:27:19 +01:00
catch_test_case_info.hpp Fix various useful clang-tidy warnings 2024-03-01 21:24:45 +01:00
catch_test_macros.hpp Add new SKIP macro for skipping tests at runtime (#2360) 2023-01-12 15:01:47 +01:00
catch_test_spec.cpp Fix Wredundant-decls 2023-05-12 09:51:13 +02:00
catch_test_spec.hpp Fix references to license file 2022-10-28 11:30:15 +02:00
catch_timer.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
catch_timer.hpp Fix references to license file 2022-10-28 11:30:15 +02:00
catch_tostring.cpp Default StringMaker<FloatingPointType>::precision to max_digits10 2024-04-30 17:18:48 +02:00
catch_tostring.hpp Fix various useful clang-tidy warnings 2024-03-01 21:24:45 +01:00
catch_totals.cpp Add new SKIP macro for skipping tests at runtime (#2360) 2023-01-12 15:01:47 +01:00
catch_totals.hpp Add new SKIP macro for skipping tests at runtime (#2360) 2023-01-12 15:01:47 +01:00
catch_translate_exception.cpp Reduce misc includes all around 2023-03-23 16:50:07 +01:00
catch_translate_exception.hpp Reduce misc includes all around 2023-03-23 16:50:07 +01:00
catch_user_config.hpp.in Introduce CATCH_CONFIG_PREFIX_MESSAGES to only prefix a few logging related macros. (#2544) 2023-07-19 17:04:43 +02:00
catch_version.cpp v3.6.0 2024-05-05 20:58:18 +02:00
catch_version.hpp Fix references to license file 2022-10-28 11:30:15 +02:00
catch_version_macros.hpp v3.6.0 2024-05-05 20:58:18 +02:00
meson.build Handle linking to liblog when [cross] building for Android using meson. (#2784) 2023-12-28 23:40:42 +01:00