1. e9410df android: Update catch2 to v2.7.0 by Haibo Huang · 5 years ago
  2. 7aee973 Add tests for unscoped info by Omer Ozarslan · 5 years ago
  3. 1a03918 Force flush streams in tests for #1514 by Martin Hořeňovský · 5 years ago
  4. 28db5ed Add tests for #1514 by Martin Hořeňovský · 5 years ago
  5. 29b3b7a Namespace our type traits in catch_meta by Martin Hořeňovský · 5 years ago
  6. ef5fd8d Add another test for FilterGenerator by Martin Hořeňovský · 5 years ago
  7. 693647c Add ChunkGenerator by Martin Hořeňovský · 5 years ago
  8. 165de9b Add RangeGenerator by Rick de Water · 5 years ago
  9. 7012a31 Fix VS2015 warning issue by Martin Hořeňovský · 5 years ago
  10. 269303d Introduce random number (Integral and Float) generators by Martin Hořeňovský · 5 years ago
  11. c99a346 Use correct type name instead of index for TEMPLATE_PRODUCT_TEST_CASE (#1544) by Tobias Ribizel · 5 years ago
  12. 17686ba junit reporter reports random seed (--rng-seed) Fixes #1520 by Nathaniel Dosé · 5 years ago
  13. 16dc219 Add to string for std::optional by Robin Moussu · 5 years ago
  14. 5929d95 Add generic generator modifiers by Martin Hořeňovský · 5 years ago
  15. e46a70f Redo generator interface by Martin Hořeňovský · 5 years ago
  16. 64a9c02 Remove obsolete IndexTracker by Martin Hořeňovský · 5 years ago
  17. 61f4c7a Remove unused type from tests by Martin Hořeňovský · 5 years ago
  18. a2baabb Fix variant test for libstdc++ version 9 (#1515) by Robin Moussu · 5 years ago
  19. 8989c9b Integrate tests for #1394 into our test suite by Martin Hořeňovský · 5 years ago
  20. 21a1cd5 Template tests: added TEMPLATE_PRODUCT_TEST_CASE by Jozef Grajciar · 6 years ago
  21. 59087f7 Fix CAPTURE macro for nontrivial uses by Martin Hořeňovský · 6 years ago
  22. c6a89f1 Add `std::isnan` polyfill, fixing compilation under Embarcadero by Martin Hořeňovský · 6 years ago
  23. 2d906a9 Add support for templated tests by Jozef Grajciar · 6 years ago
  24. 489a410 ConsoleReporter: minor formatting fix by Jozef Grajciar · 6 years ago
  25. eccbffe Add MSVC warning 5038 (Wreorder equivalent) to CMakeLists by Martin Hořeňovský · 6 years ago
  26. d0eb9df Remove unused partial specialization for MatcherMethod<T> by Martin Hořeňovský · 6 years ago
  27. 779e83b Update Clara to v1.1.5 to fix TextFlow bugs by Martin Hořeňovský · 6 years ago
  28. 8b3c09c Catch's CLI now checks whether requested reporter exists by Maciej Patro · 6 years ago
  29. 1faccd6 Improve path normalization for approvalTests.py by MaciejPatro · 6 years ago
  30. 054d356 Add STATIC_REQUIRE assertion by Martin Hořeňovský · 6 years ago
  31. 6b9ca08 Add tests for #1404 by Martin Hořeňovský · 6 years ago
  32. aaaac35 Add tests for #1403 by Martin Hořeňovský · 6 years ago
  33. be49a53 Fix a bug in UnorderedEqualsMatcher by Martin Hořeňovský · 6 years ago
  34. c638c57 Add StringMaker for std::variant, std::monostate (#1380) by melak47 · 6 years ago
  35. a575536 Add StringMaker for std::(w)string_view by melak47 · 6 years ago
  36. 1eb42ee Add C++17 builds to Travis by Martin Hořeňovský · 6 years ago
  37. a212fb4 Merge branch 'dev-appveyor-fixup-coverage-scripts' by Martin Hořeňovský · 6 years ago
  38. a3876ad Fix CTest regex error by Martin Hořeňovský · 6 years ago
  39. 2a4725b Enable some more generator tests in standard test run by Martin Hořeňovský · 6 years ago
  40. a5c900d Add ExtraTest for CATCH_CONFIG_DISABLE by Martin Hořeňovský · 6 years ago
  41. 8b01883 Add support for -fno-exceptions (or equivalent) by Martin Hořeňovský · 6 years ago
  42. efbf50f Add test for AND_GIVEN and update the baselines by Martin Hořeňovský · 6 years ago
  43. ee73989 Suppress Wunreachable-code in floating matchers and exception tests by Martin Hořeňovský · 6 years ago
  44. 6f75acb Add tests for CATCH_CONFIG_DISABLE by Martin Hořeňovský · 6 years ago
  45. 9c3cc4a Add test for CATCH_CONFIG_PREFIX_ALL by Martin Hořeňovský · 6 years ago
  46. f3972f0 Add test for CATCH_CONFIG_DISABLE_STRINGIFICATION by Martin Hořeňovský · 6 years ago
  47. 0947752 Avoid running C++17 tests as part of approvals on VS 2017 by Martin Hořeňovský · 6 years ago
  48. 5202993 Fix VS2017 approvals on AppVeyor by Martin Hořeňovský · 6 years ago
  49. f061dab Add ExtraTests infrastructure by Martin Hořeňovský · 6 years ago
  50. fdcd464 Update baselines by Martin Hořeňovský · 6 years ago
  51. 7c25dae First attempt at data generator support by Phil Nash · 6 years ago
  52. 7f18282 Allow overriding of Python interpreter by David Seifert · 6 years ago
  53. eb783fc Added generic singletons facility by Phil Nash · 6 years ago
  54. 1db121d add no-rtti and no-exception support to catch2 by Igor Murashkin · 6 years ago
  55. 283e2e6 Add float/int literal for Approx by Henry Schreiner · 6 years ago
  56. e1d8117 Add -Wmissing-declarations to the SelfTest project by Martin Hořeňovský · 6 years ago
  57. 4846ad5 Remove obsolete test by Martin Hořeňovský · 6 years ago
  58. 7d00cb8 Remove unused benchmark project by Martin Hořeňovský · 6 years ago
  59. 5c0efa1 Added DYNAMIC_SECTION and implemented GIVEN/ WHEN/ THEN in terms of it by Phil Nash · 6 years ago
  60. 1579744 Deprecated description in SECTION (still accepts it, for now, but doesn't use it anywhere) by Phil Nash · 6 years ago
  61. 44722f9 Integrate CMake with `<catch2/catch.hpp>` include paths by Martin Hořeňovský · 6 years ago
  62. 1dce91d Reverted removal of #ifdef for chrono converters, and fixed in OC project a different way by Phil Nash · 6 years ago
  63. 5046077 Updated XCode build settings by Phil Nash · 6 years ago
  64. 788f812 Fixed errors and warnings on OC project by Phil Nash · 6 years ago
  65. 7be8a41 Fix ambiguity in stringification by Julien Nitard · 6 years ago
  66. e5fe3e8 Ensure platform-independent output from SpecialException::what by Martin Hořeňovský · 6 years ago
  67. 6c5c4c4 Add stringification support to std::exception and deriving classes by Martin Hořeňovský · 6 years ago
  68. 8d5d492 Added GCC 8 to Travis. Updated test so that it warning isn't triggered. by Christopher Di Bella · 6 years ago
  69. 200d3ad Support for parenthesizing types with commas. by Barry · 6 years ago
  70. 414dcae Allow only 1 reporter at a time by Martin Hořeňovský · 6 years ago
  71. ab30621 Fix stringifying static array of unsigned chars by Martin Hořeňovský · 6 years ago
  72. 1ca8f43 Add PredicateMatcher that takes an arbitrary predicate functions by Martin Hořeňovský · 6 years ago
  73. 3b801c4 Modify XML encoder to hex-encode invalid UTF-8 sequences by Martin Hořeňovský · 6 years ago
  74. 8b78087 Fix bug in WithinAbs::match() and add tests for it by jsc · 6 years ago
  75. 552589f Merge branch 'master' into master by Martin Hořeňovský · 6 years ago
  76. 95c849f Introduce support for DJGPP cross compiler by Tomas Zeman · 6 years ago
  77. 352853e Introduce conditional wchar_t (and std::wstring) support by Tomas Zeman · 6 years ago
  78. b111755 Fixup various spelling errors (#1208) by Josh Soref · 6 years ago
  79. d2ddb99 Cleanup for performance reasons by Martin Hořeňovský · 6 years ago
  80. 05cd057 Provide a public method to get StringRef's underlying pointer by Martin Hořeňovský · 6 years ago
  81. 4e57661 StringRef will not take ownership when writing itself to stream by Martin Hořeňovský · 6 years ago
  82. 5a8f9c8 Fix doubled line in baselines by Martin Hořeňovský · 6 years ago
  83. f988b4e Covered more translation possibilities by Martin Hořeňovský · 6 years ago
  84. c8d765a Cleanup some tests by Martin Hořeňovský · 6 years ago
  85. c0267e5 Add test for overriding the fallback stringifier by Martin Hořeňovský · 6 years ago
  86. ca8470f https://github.com/catchorg/Catch2/issues/1175 - don't list hidden tests by default by dvirtz · 6 years ago
  87. 681f5da Update approval tests by Martin Hořeňovský · 6 years ago
  88. 3b6fda3 Add tests for StringRef::numberOfCharacters by Martin Hořeňovský · 6 years ago
  89. 4be81d3 Remove unnecessary semicolons by Zachary Michaels · 6 years ago
  90. 126850e Prefer operator<< to range-based stringification by Martin Hořeňovský · 6 years ago
  91. ca2455e Fixed NoAssertions warning by Phil Nash · 6 years ago
  92. 8d854c6 Provide useful and unambigous stringification for static arrays by Martin Hořeňovský · 6 years ago
  93. de36b2a Fix compilation for types where relops don't return bool by Martin Hořeňovský · 6 years ago
  94. 8be1df2 Added test for stringifying std::arrays by Phil Nash · 6 years ago
  95. 32eb90b Fix stringifying of unknown enums by Phil Nash · 6 years ago
  96. 702cfda Added special handling for vector<bool> when stringifying by Phil Nash · 6 years ago
  97. e41e8e8 Added tests for stringifying map and set by Phil Nash · 6 years ago
  98. ed33e97 Update MessageTests.cpp by Pfiffikus · 7 years ago
  99. 495d245 Add UnorderedEqualsMatcher for vectors by Martin Hořeňovský · 7 years ago
  100. 3035120 Some bits of tidy up by Phil Nash · 7 years ago