1. 8c32d0b Add more weird chrono::duration stringification tests by Martin Hořeňovský · 7 years ago
  2. 73a1623 Re-enable 2 string tests by Martin Hořeňovský · 7 years ago
  3. 8da8458 Rebased due to whitespace changes by Phil Nash · 7 years ago
  4. 9796846 Workaround libstdc++-4.8 regex issue in approval tests by Martin Hořeňovský · 7 years ago
  5. 74d3dfd All tests files have .tests.cpp suffix. Also moved tests out of TestMain.cpp and moved up a level by Phil Nash · 7 years ago
  6. 55b71be Add tests for case insensitive string matching by Martin Hořeňovský · 7 years ago
  7. b0857e8 Provide a regex matcher against std::string by Martin Hořeňovský · 7 years ago
  8. 3537b78 Removed vestigal ComparatorT template arg to MatcherBase by Phil Nash · 7 years ago
  9. b74d4ca Add compilation test for #1027 by Martin Hořeňovský · 7 years ago
  10. 030321e Add NAN test for Approx by Martin Hořeňovský · 7 years ago
  11. 0b1f1b1 Add ULP and margin matcher by Martin Hořeňovský · 7 years ago
  12. 22ac9d2 Approx cleanup: More tests, INFINITY handling, etc by Martin Hořeňovský · 7 years ago
  13. 11f716f Make Approx::margin inclusive by Martin Hořeňovský · 7 years ago
  14. c2b7bd1 Changed rhs expression capture from universal ref to const ref. by Phil Nash · 7 years ago
  15. 17cdf20 Mark part of std::chrono stringification tests nonportable by Martin Hořeňovský · 7 years ago
  16. 79b405f Add stringification for std::chrono::{duration,time_point} by Martin Hořeňovský · 7 years ago
  17. 6105282 Removed function pointer comparison test from approvals as it has different serilaisation behaviour in MSVC by Phil Nash · 7 years ago
  18. b000411 Stop accepting non-const comparison operators by Martin Hořeňovský · 7 years ago
  19. aef2e4d Update baselines by Martin Hořeňovský · 7 years ago
  20. ab5d176 Fix/disable failing approval tests by Martin Hořeňovský · 7 years ago
  21. 4e4a13d Update approvals after removing deprecated matcher helpers by Martin Hořeňovský · 7 years ago
  22. 61d2c37 Add evaluation specialization for T* and long by Martin Hořeňovský · 7 years ago
  23. b8f482b Added test comparing non-copyable values by Phil Nash · 7 years ago
  24. f06ed85 Cherry picked 4f21bb72ff16f82b7fcf7362d683547f412641f4 (Add tests for #961) from master by Martin Hořeňovský · 7 years ago
  25. 3772f69 Removed String and StringBuilder by Phil Nash · 7 years ago
  26. fa3535e Added << ostream overload to StringRef by Phil Nash · 7 years ago
  27. bb8c1fb Rebased with string conversion tests by Phil Nash · 7 years ago
  28. df5c31b Cleaned up the output a bit by Phil Nash · 7 years ago
  29. 6282999 Rebased approvals with info loop change by Phil Nash · 7 years ago
  30. 97c06ca Merge branch 'reevaluate' into dev-modernize by Phil Nash · 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. 27fd8f8 Integrated INTERNAL_CATCH_THROWS_STR_MATCHES with new AssertionHandler by Phil Nash · 7 years ago
  34. 4421672 Removed benchmark tests from approval tests (for now) by Phil Nash · 7 years ago
  35. f45d35c Added benchmark tests by Phil Nash · 7 years ago
  36. 58d8bc6 Removed Text tests (TextFlow has it's own test suite) by Phil Nash · 7 years ago
  37. d3c7d42 Removed "long text" test (not a limitation of TextFlow) by Phil Nash · 7 years ago
  38. 74ab1cd Update Baselines by Martin Hořeňovský · 7 years ago
  39. c874a99 Enabled c++11 tests in approvals by Phil Nash · 7 years ago
  40. bc73189 Rebase baselines to take into account the removed test by Martin Hořeňovský · 7 years ago
  41. 60f25c7 Added string tests to approvals by Phil Nash · 7 years ago
  42. c41a45e Rebased following Clara changes by Phil Nash · 7 years ago
  43. 6d9171a Updated approvals following Junit changes by Phil Nash · 7 years ago
  44. 07ef028 Update baselines by Martin Hořeňovský · 7 years ago
  45. ea48ae0 Add test for #914 (stringify truthy exprs in standard way) by Martin Hořeňovský · 7 years ago
  46. a9128d0 More macros are now variadic by Martin Hořeňovský · 7 years ago
  47. 33ed177 Reworked stringification layer, removed Catch::toString by Martin Hořeňovský · 7 years ago
  48. e641485 Updated approval tests by Martin Hořeňovský · 7 years ago
  49. 51c143b Added test for assertion with comma by Phil Nash · 7 years ago
  50. 61ac340 Enabled SFINAE stream test by Phil Nash · 7 years ago
  51. fc7f0a0 v1.9.2 by Martin Hořeňovský · 7 years ago
  52. 714d01c approved tests that were correct the first time (previous approvals were erroneous) by Phil Nash · 7 years ago
  53. 250f0ee Added approvals for “failed as expected” tests by Phil Nash · 7 years ago
  54. 38b05f1 Don’t assume first CL arg (exe name) is present Fixes #729 by Phil Nash · 7 years ago
  55. 5dd0639 Added FAIL_CHECK Works like FAIL, but does not abort test. As proposed in #765 by Phil Nash · 7 years ago
  56. ace7040 Add tests for #835 by Martin Hořeňovský · 7 years ago
  57. be4f6ab Change reporting of CAPTURE'd variables by Martin Hořeňovský · 7 years ago
  58. bbeb192 Updated baselines by Martin Hořeňovský · 7 years ago
  59. 10dfca3 Added first vector matchers (Contains and Equals) by Phil Nash · 7 years ago
  60. 4e6938d Moved matchers tests into their own file by Phil Nash · 7 years ago
  61. 5530303 Removed test for invoking String Matcher with NULL (this will no longer be supported) by Phil Nash · 7 years ago
  62. 873ef27 XML Reporter closes tag and flushes stream at end of TestCase and Section tags. by Phil Nash · 7 years ago
  63. d6b8ac5 Added compilation tests to approvals by Phil Nash · 7 years ago
  64. 9952dda REQUIRE_THROWS_AS is now reported with expected type as well by Martin Hořeňovský · 7 years ago
  65. 1f271c9 XmlWriter reverts to XML 1.0. by Phil Nash · 7 years ago
  66. 7db4d8d Added tests (single char pretty printing + op overload) by Martin Hořeňovský · 7 years ago
  67. 197bf07 Rebased again - against the right executable this time :-s by Phil Nash · 7 years ago
  68. 1f5ec98 Rebased approvals following previous reversal (d’oh!) by Phil Nash · 7 years ago
  69. 88b7602 Revert "XmlWriter reverts to XML 1.0." by Phil Nash · 7 years ago
  70. a189387 XmlWriter reverts to XML 1.0. by Phil Nash · 7 years ago
  71. 7bcb424 Changed exception tests to allow for now throw-from-CHECK behaviour by Phil Nash · 8 years ago
  72. 225e90d Don’t include tests that rely on varying two-phase-lookup behaviour in approval tests by Phil Nash · 8 years ago
  73. 4a04682 Text formatting rework by Phil Nash · 8 years ago
  74. b71a06c JUnit reporter outputs timestamps now by Martin Hořeňovský · 8 years ago
  75. 0cde0e9 Added approvals for “Greater-than inequalities with different epsilons” test by Phil Nash · 8 years ago
  76. 0f0dcd3 Excluded two more C++11 tests from Approval tests by Phil Nash · 8 years ago
  77. 62cbde3 Exclude test name from approval tests by Phil Nash · 8 years ago
  78. 1ae8489 Marked tests that use C++11 features with [c++11] tag and exclude them from approval tests by Phil Nash · 8 years ago
  79. 976a655 Approval tests can use Catch path fixed in env. var, and convert nullptr and __null to 0 for comparison by Phil Nash · 8 years ago
  80. 79acc05 Sort test ordering during Approval testing by Phil Nash · 8 years ago
  81. 31861bb rebased following recent changes by Phil Nash · 8 years ago
  82. 447f53e Fixed !shouldfail by Phil Nash · 8 years ago
  83. f895e0d Rebased approvals following colour changes by Phil Nash · 8 years ago
  84. 0e64973 Added support for manually registering test functions. As discussed in #421 by Phil Nash · 9 years ago
  85. a49f088 exception translators considered even for types deriving from std::exception, now by Phil Nash · 9 years ago
  86. 71fd2c2 Fixed test names mentioning the new Matcher combinator operators by Phil Nash · 9 years ago
  87. 054e3c5 Added &&, || and ! operator overloads for matchers by Phil Nash · 9 years ago
  88. f5642be Fixed reversed logic of NoAssertions warning check by Phil Nash · 9 years ago
  89. 015e071 Added SUCCEEDs to empty leaf sections to avoid failing due to no assertions by Phil Nash · 9 years ago
  90. bc8840c Removed deprecated section tracking implementation and tests by Phil Nash · 9 years ago
  91. 471bd25 Approved changes due to "No assertions" warnings now firing correctly on inner sections by Phil Nash · 9 years ago
  92. 368714e Added Listeners (programatically provided extra reporters) by Phil Nash · 9 years ago
  93. 85c8074 Set group name to -n parameter (or exe name) - As discussed in #469 by Phil Nash · 9 years ago
  94. 7097551 rebased approvals for long long test by Phil Nash · 9 years ago
  95. d6e59cd Fixed Xml encoding by Phil Nash · 9 years ago
  96. 7286892 Exception message assertions now work with matchers by Phil Nash · 9 years ago
  97. 2104ca2 Exception message testing now supports wildcards by Phil Nash · 9 years ago
  98. 85de743 Added _THROWS_WITH macros - asserts on exception message by Phil Nash · 9 years ago
  99. 856468c Rebased to include new --force-colour tests by Phil Nash · 9 years ago
  100. 5018320 Added tests for toString<std::tuple<>> and rebased by Phil Nash · 10 years ago