1. 093b724 Remove non-ASCII characters from the distributable parts by Martin Hořeňovský · 5 years ago
  2. c99a346 Use correct type name instead of index for TEMPLATE_PRODUCT_TEST_CASE (#1544) by Tobias Ribizel · 5 years ago
  3. 359a54b Merge pull request #1539 from mattclarke/patch-1 by Martin Hořeňovský · 5 years ago
  4. 711d750 use "std" namespace for "sprintf" by Girts Folkmanis · 5 years ago
  5. 95f7712 Missing hyphens and full-stops added by Matt Clarke · 5 years ago
  6. dbbab87 v2.6.1 by Martin Hořeňovský · 5 years ago
  7. 5d4061a Update release process docs to include PGP-signing by Martin Hořeňovský · 5 years ago
  8. 9ccea82 Catch: resolve inconsistency in CATCH_REQUIRE_THROWS by Darren Gilroy · 5 years ago
  9. dd3d27d Fix TAP protocol reporter by Berkus Karchebnyy · 5 years ago
  10. 7f229b4 fix SEGFAULTs by Jozef Grajciar · 5 years ago
  11. c03b23c Added Makimo to list of commercial users by Jozef Grajciar · 5 years ago
  12. 17686ba junit reporter reports random seed (--rng-seed) Fixes #1520 by Nathaniel Dosé · 5 years ago
  13. d75e9b3 v2.6.0 by Martin Hořeňovský · 5 years ago
  14. 67308bb Add documentation for CATCH_CONFIG_ENABLE_OPTIONAL_STRINGMAKER by Martin Hořeňovský · 5 years ago
  15. 16dc219 Add to string for std::optional by Robin Moussu · 5 years ago
  16. 63d1a96 Merge pull request #1516 from catchorg/dev-generators-take2 by Martin Hořeňovský · 5 years ago
  17. 061f1f8 Update documentation and examples for generators by Martin Hořeňovský · 5 years ago
  18. 5929d95 Add generic generator modifiers by Martin Hořeňovský · 5 years ago
  19. e46a70f Redo generator interface by Martin Hořeňovský · 5 years ago
  20. 64a9c02 Remove obsolete IndexTracker by Martin Hořeňovský · 5 years ago
  21. 61f4c7a Remove unused type from tests by Martin Hořeňovský · 5 years ago
  22. 50fefd0 fix variant detection with non-clang compiler by Robin Moussu · 5 years ago
  23. a2baabb Fix variant test for libstdc++ version 9 (#1515) by Robin Moussu · 5 years ago
  24. 6f9cdd6 Release builds on travis now respect C++17 if specified by Martin Hořeňovský · 5 years ago
  25. d9e99dc Improve explanation of why -Wparentheses suppression leaks by Martin Hořeňovský · 5 years ago
  26. 804a211 Merge pull request #1452 from drdanz/ParseAddAndCatchTest_DISABLED by Martin Hořeňovský · 5 years ago
  27. aa1e470 Merge hidden-test-disabled and hidden-test-hidden by Martin Hořeňovský · 5 years ago
  28. 8d5d54e Docs: note to INFO by Jozef Grajciar · 5 years ago
  29. 73d533f Examples: add semicolon after INFO by Jozef Grajciar · 5 years ago
  30. 899c5ed Console Colour: fix compilation by Jozef Grajciar · 5 years ago
  31. 084b1d5 Fix colourized output to file by Martin Hořeňovský · 5 years ago
  32. 4109870 Merge pull request #1484 from Lotterleben/extend_contributing by Martin Hořeňovský · 5 years ago
  33. 2988e9f Update contributing.md to reflect current test setup by Martin Hořeňovský · 5 years ago
  34. bc02ada Add build instructions to contributing.md by Lotte Steenbrink · 5 years ago
  35. 61e1ea9 Merge pull request #1492 from Lotterleben/fix_1394 by Martin Hořeňovský · 5 years ago
  36. b275ead Remove the obsolete issue template by Martin Hořeňovský · 5 years ago
  37. b0381e4 Update issue templates by Martin Hořeňovský · 5 years ago
  38. 8989c9b Integrate tests for #1394 into our test suite by Martin Hořeňovský · 5 years ago
  39. d084162 Avoid superfluous re-run when specific section is selected by Lotte Steenbrink · 5 years ago
  40. 0387fb6 Added Bloomlife to list of commercial users by Torfinn Berset · 5 years ago
  41. 75200b4 Change CATCH_BREAK_INTO_DEBUGGER to always expand into a function call by Martin Hořeňovský · 5 years ago
  42. 17e09be Fix stupid (C4800) warning by Martin Hořeňovský · 5 years ago
  43. 1c99b0f Minor cleanup in decomposer by Martin Hořeňovský · 5 years ago
  44. 64a0f46 Add missing noexcept in move constructors by Martin Hořeňovský · 5 years ago
  45. 47602ac RunContext: Uninit Member by Axel Huebl · 5 years ago
  46. d1e7344 ClockEstimate: DivByZero by Axel Huebl · 5 years ago
  47. 3ed5441 fix ctest output with space before name by NeroBurner · 5 years ago
  48. bdee512 small cleanup of code by Jozef Grajciar · 5 years ago
  49. 188b3e6 hexEscapeChar: restore stream by Axel Huebl · 5 years ago
  50. bbf70ca Missing <type_traits> include by Antonio Mallia · 5 years ago
  51. 23f023f cpp higlighting for test-cases-and-sections.md by NeroBurner · 5 years ago
  52. c1720d0 Fix assert message by Martin Hořeňovský · 5 years ago
  53. d54c225 Add additional static_assert for the REQUIRE(a == b && c == d) case by hbina4326 · 5 years ago
  54. b3facee Add nice error messages for unsupported && and || by BiCapitalization · 5 years ago
  55. e7fce90 Force to install Conan 1.10.2 by Uilian Ries · 5 years ago
  56. 799c7a2 Remove redundant move to avoid Wredundant-move with Clang by Khem Raj · 6 years ago
  57. 9bc1593 Don't use exception-related std:: functions with -fno-exceptions by Martin Hořeňovský · 6 years ago
  58. 461843b Merge pull request #1468 from JoeyGrajciar/template_product_test_case by Martin Hořeňovský · 6 years ago
  59. 5b4ffd3 Docs: added docs for TEMPLATE_PRODUCT_TEST_CASE by Jozef Grajciar · 6 years ago
  60. 21a1cd5 Template tests: added TEMPLATE_PRODUCT_TEST_CASE by Jozef Grajciar · 6 years ago
  61. 4902cd7 #926 Fix Conan package reference by Uilian Ries · 6 years ago
  62. 18ff347 Deprecated 'sudo: false' removed from travis config. by offa · 6 years ago
  63. d0de666 Merge pull request #1458 from ndusart/cppcodec by Martin Hořeňovský · 6 years ago
  64. 6ccd467 v2.5.0 by Martin Hořeňovský · 6 years ago
  65. 34dcd2c Remove remains of the old conan things from release script by Martin Hořeňovský · 6 years ago
  66. 16656c4 Update the release process documentation by Martin Hořeňovský · 6 years ago
  67. 862955d add cppcodec in opensource users by Nicolas Dusart · 6 years ago
  68. df019cc Turn "deprecations" into "deprecations and planned changes" by Martin Hořeňovský · 6 years ago
  69. 695e6ea Merge pull request #1448 from catchorg/dev-redo-capturer-parsing by Martin Hořeňovský · 6 years ago
  70. 59087f7 Fix CAPTURE macro for nontrivial uses by Martin Hořeňovský · 6 years ago
  71. 557e47c ParseAndAddCatchTests: Add PARSE_CATCH_TESTS_HIDDEN_TESTS_DISABLED option by Daniele E. Domenichelli · 6 years ago
  72. 62460fa Merge pull request #1443 from uilianries/feature/conanio by Martin Hořeňovský · 6 years ago
  73. ac0a83a Update Conan recipe by Uilian Ries · 6 years ago
  74. 77f29c2 Add more deprecations by Martin Hořeňovský · 6 years ago
  75. c6a89f1 Add `std::isnan` polyfill, fixing compilation under Embarcadero by Martin Hořeňovský · 6 years ago
  76. a9d5b71 Add note about release signing to release docs by Martin Hořeňovský · 6 years ago
  77. 396e095 Add ToC to "Test cases and sections" documentation by Martin Hořeňovský · 6 years ago
  78. 68860ff Add deprecations documentation by Martin Hořeňovský · 6 years ago
  79. 99b37a4 Merge pull request #1445 from thecppzoo/master by Martin Hořeňovský · 6 years ago
  80. 1dccd26 Fix link in documentation by Martin Hořeňovský · 6 years ago
  81. 3f3238e operator<< works from the global namespace by thecppzoo · 6 years ago
  82. 450dd05 Merge pull request #1437 from JoeyGrajciar/type_params_tests_v2 by Martin Hořeňovský · 6 years ago
  83. 00d4f5d Add documentation for templated tests by Martin Hořeňovský · 6 years ago
  84. 2d906a9 Add support for templated tests by Jozef Grajciar · 6 years ago
  85. 489a410 ConsoleReporter: minor formatting fix by Jozef Grajciar · 6 years ago
  86. eccbffe Add MSVC warning 5038 (Wreorder equivalent) to CMakeLists by Martin Hořeňovský · 6 years ago
  87. c51f2ed Make TestEventListenerBase register all verbosities by Martin Hořeňovský · 6 years ago
  88. de6bfb5 Remove obsolete comment by Martin Hořeňovský · 6 years ago
  89. 87950d9 Fix Cute test framework URL by Antonio Borondo · 6 years ago
  90. d0eb9df Remove unused partial specialization for MatcherMethod<T> by Martin Hořeňovský · 6 years ago
  91. 03d122a v2.4.2 by Martin Hořeňovský · 6 years ago
  92. 1d9b506 Add documentation for some miscellaneous and less important macros by Martin Hořeňovský · 6 years ago
  93. 779e83b Update Clara to v1.1.5 to fix TextFlow bugs by Martin Hořeňovský · 6 years ago
  94. 544c7d7 Add the optional variable OptionalCatchTestLauncher by Stephane Del Pino · 6 years ago
  95. 8b3c09c Catch's CLI now checks whether requested reporter exists by Maciej Patro · 6 years ago
  96. b7f4123 Remove unused parameter from listReporters() by Maciej Patro · 6 years ago
  97. 1faccd6 Improve path normalization for approvalTests.py by MaciejPatro · 6 years ago
  98. ab98afe Catch::LeakDetector: added cleanup call to destructor by Jozef Grajciar · 6 years ago
  99. 054d356 Add STATIC_REQUIRE assertion by Martin Hořeňovský · 6 years ago
  100. 0144ae9 Fix catch_discover_tests() - now should correctly find tests with commas | Related to #1327 by Maciej Patro · 6 years ago