1. c2b7bd1 Changed rhs expression capture from universal ref to const ref. by Phil Nash · 7 years ago
  2. 17cdf20 Mark part of std::chrono stringification tests nonportable by Martin Hořeňovský · 7 years ago
  3. 760a25e Fix baseline for file where std::pair stringification is not enabled by Martin Hořeňovský · 7 years ago
  4. 79b405f Add stringification for std::chrono::{duration,time_point} by Martin Hořeňovský · 7 years ago
  5. 8da0d04 qualified a load of size_ts with std:: namespace (all those not from Clara) by Phil Nash · 7 years ago
  6. 9aa9671 Sweep out some extra warnings by Martin Hořeňovský · 7 years ago
  7. 6105282 Removed function pointer comparison test from approvals as it has different serilaisation behaviour in MSVC by Phil Nash · 7 years ago
  8. c5608f0 Changed all .hpp extensions to .h where there is now a corresponding .cpp by Phil Nash · 7 years ago
  9. b000411 Stop accepting non-const comparison operators by Martin Hořeňovský · 7 years ago
  10. aef2e4d Update baselines by Martin Hořeňovský · 7 years ago
  11. ab5d176 Fix/disable failing approval tests by Martin Hořeňovský · 7 years ago
  12. 4e4a13d Update approvals after removing deprecated matcher helpers by Martin Hořeňovský · 7 years ago
  13. a4df0b2 Remove obsoleted utility functions on matchers by Martin Hořeňovský · 7 years ago
  14. 61d2c37 Add evaluation specialization for T* and long by Martin Hořeňovský · 7 years ago
  15. faead53 Update approval test baselines after removing [hide] tag by Martin Hořeňovský · 7 years ago
  16. b1d0085 Tweaked how failedButOk assertions are recorded by Phil Nash · 7 years ago
  17. 28f11a7 Added dummy listener registration by Phil Nash · 7 years ago
  18. ee75b32 Rebased with missing [failing] tag by Phil Nash · 7 years ago
  19. 632e023 Added non-copyable test to [failing] set by Phil Nash · 7 years ago
  20. b8f482b Added test comparing non-copyable values by Phil Nash · 7 years ago
  21. f06ed85 Cherry picked 4f21bb72ff16f82b7fcf7362d683547f412641f4 (Add tests for #961) from master by Martin Hořeňovský · 7 years ago
  22. 3772f69 Removed String and StringBuilder by Phil Nash · 7 years ago
  23. fa3535e Added << ostream overload to StringRef by Phil Nash · 7 years ago
  24. bb8c1fb Rebased with string conversion tests by Phil Nash · 7 years ago
  25. c659e0f StringRef conversions to/ from std::string by Phil Nash · 7 years ago
  26. df5c31b Cleaned up the output a bit by Phil Nash · 7 years ago
  27. 684cbb2 Fixes issue with fatal errors and non-failing assertions Fixes #990 by Phil Nash · 7 years ago
  28. 6282999 Rebased approvals with info loop change by Phil Nash · 7 years ago
  29. 97c06ca Merge branch 'reevaluate' into dev-modernize by Phil Nash · 7 years ago
  30. 3382312 Remove obsoleted `SCOPED_MSG` and `SCOPED_CAPTURE` by Martin Hořeňovský · 7 years ago
  31. aa42dd9 Merge branch 'master' into dev-modernize by Martin Hořeňovský · 7 years ago
  32. 7e4038d Capture std::clog writes and combine them with std::cerr writes (#989) by Martin Hořeňovský · 7 years ago
  33. ee9b19e Moved matcher-based capture macros into their own file by Phil Nash · 7 years ago
  34. 27fd8f8 Integrated INTERNAL_CATCH_THROWS_STR_MATCHES with new AssertionHandler by Phil Nash · 7 years ago
  35. 5e60050 Removed default ctors for AssertionInfo, AssertionResult and SourceLineInfo by Phil Nash · 7 years ago
  36. 4421672 Removed benchmark tests from approval tests (for now) by Phil Nash · 7 years ago
  37. f45d35c Added benchmark tests by Phil Nash · 7 years ago
  38. d01fe03 Removed <algorithm> include from the main path by Martin Hořeňovský · 7 years ago
  39. 6ec7709 removed final use of tbc_text_format (console reporter) by Phil Nash · 7 years ago
  40. 58d8bc6 Removed Text tests (TextFlow has it's own test suite) by Phil Nash · 7 years ago
  41. 93556a1 Removed "unapproved" baselines that got checked in at some point by Phil Nash · 7 years ago
  42. d3c7d42 Removed "long text" test (not a limitation of TextFlow) by Phil Nash · 7 years ago
  43. f0890dc removed redundant virtuals on override functions (and added a couple of overrides) by Phil Nash · 7 years ago
  44. 74ab1cd Update Baselines by Martin Hořeňovský · 7 years ago
  45. 87a66b8 Address results of PVS-Studio static analysis by Martin Hořeňovský · 7 years ago
  46. d7f754d Fix SelfTest compilation after _THROWS_ assertion change by Martin Hořeňovský · 7 years ago
  47. b0e3f45 Replaced some uses of tbc_text_format with TextFlow (from Clara) by Phil Nash · 7 years ago
  48. f193698 Removed all (that I could find) redundant second macro args to TEST_CASE and SECTION by Phil Nash · 7 years ago
  49. c89bdf8 Removed failing enum test from test run by Phil Nash · 7 years ago
  50. c874a99 Enabled c++11 tests in approvals by Phil Nash · 7 years ago
  51. e4456aa Some clean-ups by Phil Nash · 7 years ago
  52. bc73189 Rebase baselines to take into account the removed test by Martin Hořeňovský · 7 years ago
  53. 91c1556 Moved Catch NotImplementedException out of the common include path by Martin Hořeňovský · 7 years ago
  54. fc32165 Started work on splitting out .cpp files from header files by Martin Hořeňovský · 7 years ago
  55. f9ce8fd Added some missing cstring includes by Phil Nash · 7 years ago
  56. 60f25c7 Added string tests to approvals by Phil Nash · 7 years ago
  57. 78e7994 Added string classes by Phil Nash · 7 years ago
  58. c41a45e Rebased following Clara changes by Phil Nash · 7 years ago
  59. 1c223b6 Integrated (all) new version of Clara by Phil Nash · 7 years ago
  60. 6d9171a Updated approvals following Junit changes by Phil Nash · 7 years ago
  61. 07ef028 Update baselines by Martin Hořeňovský · 7 years ago
  62. 8fde7ab Add tests for *_THROWS_MATCHES by Martin Hořeňovský · 7 years ago
  63. 7f6773b Merge branch 'master' into dev-modernize by Martin Hořeňovský · 7 years ago
  64. b459bb4 Silence GCC's Wunused-function firing in compilation tests by Martin Hořeňovský · 7 years ago
  65. 1e16be0 Purge deprecated generators by Martin Hořeňovský · 7 years ago
  66. 377c9a7 Cosmetic fixes (whitespace and spelling) by Martin Hořeňovský · 7 years ago
  67. ea48ae0 Add test for #914 (stringify truthy exprs in standard way) by Martin Hořeňovský · 7 years ago
  68. 67914d8 Move back to static StringMaker<T>::convert by Martin Hořeňovský · 7 years ago
  69. 85aa770 Disable unreachable code warning for TrickyTests.cpp by Martin Hořeňovský · 7 years ago
  70. bada67b Rebased approvals by Phil Nash · 7 years ago
  71. a9128d0 More macros are now variadic by Martin Hořeňovský · 7 years ago
  72. 33ed177 Reworked stringification layer, removed Catch::toString by Martin Hořeňovský · 7 years ago
  73. e641485 Updated approval tests by Martin Hořeňovský · 7 years ago
  74. 51c143b Added test for assertion with comma by Phil Nash · 7 years ago
  75. 8ccbf63 Removed Ptr, Shared and SharedImpl by Phil Nash · 7 years ago
  76. cc8206f Removed SafeBool by Phil Nash · 7 years ago
  77. 53864de Fix MSVC compilation error by Martin Hořeňovský · 7 years ago
  78. b245eaa Fix double-to-float conversion warning in tests by Martin Hořeňovský · 7 years ago
  79. 61ac340 Enabled SFINAE stream test by Phil Nash · 7 years ago
  80. 79650e4 Removed more C++98/03 compatibility by Phil Nash · 7 years ago
  81. 71df663 Gutted catch_compiler_capabilities by Martin Hořeňovský · 7 years ago
  82. fc7f0a0 v1.9.2 by Martin Hořeňovský · 7 years ago
  83. 714d01c approved tests that were correct the first time (previous approvals were erroneous) by Phil Nash · 7 years ago
  84. 250f0ee Added approvals for “failed as expected” tests by Phil Nash · 7 years ago
  85. 94425ad Add opt-in c++11 stream insertable check. (#877) by Sergey Semushin · 7 years ago
  86. cdd83c2 Fmt and tag fixup for #876 by Martin Hořeňovský · 7 years ago
  87. 9a07dde print messages when unexpected exceptions are thrown by dvirtz · 7 years ago
  88. f23b6b8 Don't sanitize exception type in REQUIRE_THROWS_AS by Martin Hořeňovský · 7 years ago
  89. 38b05f1 Don’t assume first CL arg (exe name) is present Fixes #729 by Phil Nash · 8 years ago
  90. 5dd0639 Added FAIL_CHECK Works like FAIL, but does not abort test. As proposed in #765 by Phil Nash · 8 years ago
  91. a2e20b0 "Fix" build by annotating the new test as !shouldfail by Martin Hořeňovský · 8 years ago
  92. ace7040 Add tests for #835 by Martin Hořeňovský · 8 years ago
  93. 8b8e3ee Disable C4702 in Exception tests self tests by Martin Hořeňovský · 8 years ago
  94. 9bee606 Tweaked Xml Reporter to follow same success/ info behaviour as Console reporter by Phil Nash · 8 years ago
  95. be4f6ab Change reporting of CAPTURE'd variables by Martin Hořeňovský · 8 years ago
  96. ff78e7c Fixed typo in test name by Phil Nash · 8 years ago
  97. bbeb192 Updated baselines by Martin Hořeňovský · 8 years ago
  98. 8c07899 Added tests for using margin with Approx. by Martin Hořeňovský · 8 years ago
  99. e058a37 Removed stray code by Phil Nash · 8 years ago
  100. 0f24a8c Added Automake and TAP reporters to SelfTest's main by Martin Hořeňovský · 8 years ago