1. e9410df android: Update catch2 to v2.7.0 by Haibo Huang · 5 years ago
  2. d633072 v2.7.0 by Martin Hořeňovský · 5 years ago
  3. 51ed08b Take changes to Clara from master by Martin Hořeňovský · 5 years ago
  4. 99575b4 Add unscoped info functionality by Omer Ozarslan · 5 years ago
  5. 7d2451f Fix output redirection in failing tests (#1525) by SimonChh · 5 years ago
  6. 29b3b7a Namespace our type traits in catch_meta by Martin Hořeňovský · 5 years ago
  7. 693647c Add ChunkGenerator by Martin Hořeňovský · 5 years ago
  8. 288387f Cleanup: move things around by Martin Hořeňovský · 5 years ago
  9. 165de9b Add RangeGenerator by Rick de Water · 5 years ago
  10. 269303d Introduce random number (Integral and Float) generators by Martin Hořeňovský · 5 years ago
  11. e8bfd88 Fix -Wdefaulted-function-deleted warning by Khem Raj · 5 years ago
  12. 2bd0722 fix "code will never be executed" under clang by Paul Lesur · 5 years ago
  13. 45ebf17 Do not open the output file twice by Igor Akhmetov · 5 years ago
  14. 093b724 Remove non-ASCII characters from the distributable parts by Martin Hořeňovský · 5 years ago
  15. c99a346 Use correct type name instead of index for TEMPLATE_PRODUCT_TEST_CASE (#1544) by Tobias Ribizel · 5 years ago
  16. 711d750 use "std" namespace for "sprintf" by Girts Folkmanis · 5 years ago
  17. dbbab87 v2.6.1 by Martin Hořeňovský · 5 years ago
  18. 9ccea82 Catch: resolve inconsistency in CATCH_REQUIRE_THROWS by Darren Gilroy · 5 years ago
  19. dd3d27d Fix TAP protocol reporter by Berkus Karchebnyy · 5 years ago
  20. 7f229b4 fix SEGFAULTs by Jozef Grajciar · 5 years ago
  21. 17686ba junit reporter reports random seed (--rng-seed) Fixes #1520 by Nathaniel Dosé · 5 years ago
  22. d75e9b3 v2.6.0 by Martin Hořeňovský · 5 years ago
  23. 16dc219 Add to string for std::optional by Robin Moussu · 5 years ago
  24. 5929d95 Add generic generator modifiers by Martin Hořeňovský · 5 years ago
  25. e46a70f Redo generator interface by Martin Hořeňovský · 5 years ago
  26. 64a9c02 Remove obsolete IndexTracker by Martin Hořeňovský · 5 years ago
  27. 50fefd0 fix variant detection with non-clang compiler by Robin Moussu · 5 years ago
  28. d9e99dc Improve explanation of why -Wparentheses suppression leaks by Martin Hořeňovský · 5 years ago
  29. 899c5ed Console Colour: fix compilation by Jozef Grajciar · 5 years ago
  30. 084b1d5 Fix colourized output to file by Martin Hořeňovský · 5 years ago
  31. 61e1ea9 Merge pull request #1492 from Lotterleben/fix_1394 by Martin Hořeňovský · 5 years ago
  32. d084162 Avoid superfluous re-run when specific section is selected by Lotte Steenbrink · 5 years ago
  33. 75200b4 Change CATCH_BREAK_INTO_DEBUGGER to always expand into a function call by Martin Hořeňovský · 5 years ago
  34. 17e09be Fix stupid (C4800) warning by Martin Hořeňovský · 5 years ago
  35. 1c99b0f Minor cleanup in decomposer by Martin Hořeňovský · 5 years ago
  36. 64a0f46 Add missing noexcept in move constructors by Martin Hořeňovský · 5 years ago
  37. 47602ac RunContext: Uninit Member by Axel Huebl · 5 years ago
  38. d1e7344 ClockEstimate: DivByZero by Axel Huebl · 5 years ago
  39. bdee512 small cleanup of code by Jozef Grajciar · 5 years ago
  40. 188b3e6 hexEscapeChar: restore stream by Axel Huebl · 5 years ago
  41. bbf70ca Missing <type_traits> include by Antonio Mallia · 5 years ago
  42. c1720d0 Fix assert message by Martin Hořeňovský · 5 years ago
  43. d54c225 Add additional static_assert for the REQUIRE(a == b && c == d) case by hbina4326 · 5 years ago
  44. b3facee Add nice error messages for unsupported && and || by BiCapitalization · 5 years ago
  45. 799c7a2 Remove redundant move to avoid Wredundant-move with Clang by Khem Raj · 5 years ago
  46. 9bc1593 Don't use exception-related std:: functions with -fno-exceptions by Martin Hořeňovský · 5 years ago
  47. 21a1cd5 Template tests: added TEMPLATE_PRODUCT_TEST_CASE by Jozef Grajciar · 5 years ago
  48. 6ccd467 v2.5.0 by Martin Hořeňovský · 6 years ago
  49. 59087f7 Fix CAPTURE macro for nontrivial uses by Martin Hořeňovský · 6 years ago
  50. c6a89f1 Add `std::isnan` polyfill, fixing compilation under Embarcadero by Martin Hořeňovský · 6 years ago
  51. 2d906a9 Add support for templated tests by Jozef Grajciar · 6 years ago
  52. 489a410 ConsoleReporter: minor formatting fix by Jozef Grajciar · 6 years ago
  53. c51f2ed Make TestEventListenerBase register all verbosities by Martin Hořeňovský · 6 years ago
  54. de6bfb5 Remove obsolete comment by Martin Hořeňovský · 6 years ago
  55. d0eb9df Remove unused partial specialization for MatcherMethod<T> by Martin Hořeňovský · 6 years ago
  56. 03d122a v2.4.2 by Martin Hořeňovský · 6 years ago
  57. 779e83b Update Clara to v1.1.5 to fix TextFlow bugs by Martin Hořeňovský · 6 years ago
  58. 8b3c09c Catch's CLI now checks whether requested reporter exists by Maciej Patro · 6 years ago
  59. b7f4123 Remove unused parameter from listReporters() by Maciej Patro · 6 years ago
  60. ab98afe Catch::LeakDetector: added cleanup call to destructor by Jozef Grajciar · 6 years ago
  61. 054d356 Add STATIC_REQUIRE assertion by Martin Hořeňovský · 6 years ago
  62. e130701 Session::applyCommandLine overload on wchar_t (#1401) by JoeyGrajciar · 6 years ago
  63. 9f8b848 XmlReporter: add information about rng-seed by Jozef Grajciar · 6 years ago
  64. 6cede01 Fix different operator<< overload sets used for SFINAE and insertion by Eddie · 6 years ago
  65. f1faaa9 Fix convert from char on ARM build by Miguel Gaio · 6 years ago
  66. 9e1bdca v2.4.1 by Martin Hořeňovský · 6 years ago
  67. be49a53 Fix a bug in UnorderedEqualsMatcher by Martin Hořeňovský · 6 years ago
  68. f4881f1 prevent cygwin to_string compiler error by wimo7083 · 6 years ago
  69. de06340 Abort when total assertions failed is greater than or equal to configured value by Mike Cowan · 6 years ago
  70. c638c57 Add StringMaker for std::variant, std::monostate (#1380) by melak47 · 6 years ago
  71. a575536 Add StringMaker for std::(w)string_view by melak47 · 6 years ago
  72. 60b05b2 v2.4.0 by Martin Hořeňovský · 6 years ago
  73. 8b01883 Add support for -fno-exceptions (or equivalent) by Martin Hořeňovský · 6 years ago
  74. 86da284 Replace most naked throws with macros from catch_enforce.h by Martin Hořeňovský · 6 years ago
  75. ef9150f Directly set Approx's members in operator() by Martin Hořeňovský · 6 years ago
  76. 84fa76e Move Approx's validity checks out of line into cpp file by Martin Hořeňovský · 6 years ago
  77. 64fd5b8 Add BDD AND_GIVEN based macros by Matthew Parnell · 6 years ago
  78. ee73989 Suppress Wunreachable-code in floating matchers and exception tests by Martin Hořeňovský · 6 years ago
  79. 9773d89 Code: TABs to Spaces by Axel Huebl · 6 years ago
  80. 92e2504 Move all<int> to .cpp file to remove <limits> from common path by Martin Hořeňovský · 6 years ago
  81. 7c25dae First attempt at data generator support by Phil Nash · 6 years ago
  82. 1cdaa48 CAPTURE is now variadic by Phil Nash · 6 years ago
  83. d6f2fd4 Moved ReusableStringStream impl to generic singleton by Phil Nash · 6 years ago
  84. 5884ec1 Moved registry hub to generic singleton by Phil Nash · 6 years ago
  85. eb783fc Added generic singletons facility by Phil Nash · 6 years ago
  86. 38248f3 Add pragma ignore for -Wnon-virtual-dtor in Catch matchers by Igor Murashkin · 6 years ago
  87. 1db121d add no-rtti and no-exception support to catch2 by Igor Murashkin · 6 years ago
  88. e78d406 catch_matchers: Fix compilation error with -Wnon-virtual-dtor by Igor Murashkin · 6 years ago
  89. c9de7dd Optimize SourceLineInfo::operator< with short-circuiting by Martin Hořeňovský · 6 years ago
  90. 52cbb50 Avoid copying StringRef by Martin Hořeňovský · 6 years ago
  91. 83bfae1 Construct StringRef from constant strings in macros directly using UDL by Martin Hořeňovský · 6 years ago
  92. f7f592d Introduce "C-namespaced" UDL for StringRef by Martin Hořeňovský · 6 years ago
  93. 78804ea Replace std::string with StringRef in MessageInfo for macro capture by Martin Hořeňovský · 6 years ago
  94. 15cf3ca v2.3.0 by Martin Hořeňovský · 6 years ago
  95. 12a8dfa Fix Listening reporter use of ReporterPreferences by Martin Hořeňovský · 6 years ago
  96. 82b8744 Direct construct empty StringRef in test macros by Martin Hořeňovský · 6 years ago
  97. 283e2e6 Add float/int literal for Approx by Henry Schreiner · 6 years ago
  98. d6c7392 Add a new reporter customization point: reporting all assertions by Martin Hořeňovský · 6 years ago
  99. 9ee4c1d Allow disabling the implementation of the new output capture by Martin Hořeňovský · 6 years ago
  100. 1c1b447 Properly guard CATCH_CONFIG_ENABLE_CHRONO_STRINGMAKER definition by Martin Hořeňovský · 6 years ago