1. cc8206f Removed SafeBool by Phil Nash · 7 years ago
  2. 53864de Fix MSVC compilation error by Martin Hořeňovský · 7 years ago
  3. b245eaa Fix double-to-float conversion warning in tests by Martin Hořeňovský · 7 years ago
  4. 61ac340 Enabled SFINAE stream test by Phil Nash · 7 years ago
  5. 79650e4 Removed more C++98/03 compatibility by Phil Nash · 7 years ago
  6. 71df663 Gutted catch_compiler_capabilities by Martin Hořeňovský · 7 years ago
  7. fc7f0a0 v1.9.2 by Martin Hořeňovský · 7 years ago
  8. 714d01c approved tests that were correct the first time (previous approvals were erroneous) by Phil Nash · 7 years ago
  9. 250f0ee Added approvals for “failed as expected” tests by Phil Nash · 7 years ago
  10. 94425ad Add opt-in c++11 stream insertable check. (#877) by Sergey Semushin · 7 years ago
  11. cdd83c2 Fmt and tag fixup for #876 by Martin Hořeňovský · 7 years ago
  12. 9a07dde print messages when unexpected exceptions are thrown by dvirtz · 7 years ago
  13. f23b6b8 Don't sanitize exception type in REQUIRE_THROWS_AS by Martin Hořeňovský · 7 years ago
  14. 38b05f1 Don’t assume first CL arg (exe name) is present Fixes #729 by Phil Nash · 7 years ago
  15. 5dd0639 Added FAIL_CHECK Works like FAIL, but does not abort test. As proposed in #765 by Phil Nash · 7 years ago
  16. a2e20b0 "Fix" build by annotating the new test as !shouldfail by Martin Hořeňovský · 7 years ago
  17. ace7040 Add tests for #835 by Martin Hořeňovský · 7 years ago
  18. 8b8e3ee Disable C4702 in Exception tests self tests by Martin Hořeňovský · 7 years ago
  19. 9bee606 Tweaked Xml Reporter to follow same success/ info behaviour as Console reporter by Phil Nash · 7 years ago
  20. be4f6ab Change reporting of CAPTURE'd variables by Martin Hořeňovský · 7 years ago
  21. ff78e7c Fixed typo in test name by Phil Nash · 7 years ago
  22. bbeb192 Updated baselines by Martin Hořeňovský · 7 years ago
  23. 8c07899 Added tests for using margin with Approx. by Martin Hořeňovský · 7 years ago
  24. e058a37 Removed stray code by Phil Nash · 7 years ago
  25. 0f24a8c Added Automake and TAP reporters to SelfTest's main by Martin Hořeňovský · 7 years ago
  26. b753f05 Add reporter for Automake (#826) by Justin Wilson · 7 years ago
  27. 10dfca3 Added first vector matchers (Contains and Equals) by Phil Nash · 7 years ago
  28. 4e6938d Moved matchers tests into their own file by Phil Nash · 7 years ago
  29. 90b3946 Add file/line to TestCase, Section and Failure elements in Xml Reporter by Phil Nash · 7 years ago
  30. 5530303 Removed test for invoking String Matcher with NULL (this will no longer be supported) by Phil Nash · 7 years ago
  31. 1cb8baf Added missing #include in test file by Phil Nash · 7 years ago
  32. 873ef27 XML Reporter closes tag and flushes stream at end of TestCase and Section tags. by Phil Nash · 7 years ago
  33. d2e814f Tagged a C++11 specific test with [c++11] to exclude from approval tests (for now) by Phil Nash · 7 years ago
  34. d6b8ac5 Added compilation tests to approvals by Phil Nash · 7 years ago
  35. 73159ac REQUIRE_THROWS_AS now catches exception by const& by Martin Hořeňovský · 7 years ago
  36. 9952dda REQUIRE_THROWS_AS is now reported with expected type as well by Martin Hořeňovský · 7 years ago
  37. 4d0cd60 Rebased approvals with tags and description attributes in XML report by Phil Nash · 7 years ago
  38. 1f271c9 XmlWriter reverts to XML 1.0. by Phil Nash · 7 years ago
  39. 7db4d8d Added tests (single char pretty printing + op overload) by Martin Hořeňovský · 7 years ago
  40. 197bf07 Rebased again - against the right executable this time :-s by Phil Nash · 7 years ago
  41. 1f5ec98 Rebased approvals following previous reversal (d’oh!) by Phil Nash · 7 years ago
  42. 88b7602 Revert "XmlWriter reverts to XML 1.0." by Phil Nash · 7 years ago
  43. 23eb4cc Added stdout and stderr to XML Reporter by Phil Nash · 7 years ago
  44. a189387 XmlWriter reverts to XML 1.0. by Phil Nash · 7 years ago
  45. f11a45a Added benchmark for the char literals change by Martin Hořeňovský · 7 years ago
  46. efab3ca Added benchmark result for the SourceLineInfo change by Martin Hořeňovský · 7 years ago
  47. c390c4c Fixed inconsistent and trailing whitespace by Martin Hořeňovský · 7 years ago
  48. 60a9ac7 Enabled previous commit under MSVC, introduced new feature toggle by Martin Hořeňovský · 7 years ago
  49. c06afe4 Add support for comparison of Approx with strong typedefs by Jonathan Coe · 8 years ago
  50. 4ce11d6 Merge branch 'dev-performance' by Martin Hořeňovský · 7 years ago
  51. 51107d7 Added copyright headers to benchmark files. by Martin Hořeňovský · 7 years ago
  52. 83f4b39 Added benchmark for previous commit, added iterations to failure bench. by Martin Hořeňovský · 7 years ago
  53. 6c23a65 Mark CHECKed-throw test as [failing] by Phil Nash · 7 years ago
  54. 7bcb424 Changed exception tests to allow for now throw-from-CHECK behaviour by Phil Nash · 7 years ago
  55. 225e90d Don’t include tests that rely on varying two-phase-lookup behaviour in approval tests by Phil Nash · 7 years ago
  56. 876af87 Added surrogate cpp for catch_test_case_tracker by Phil Nash · 7 years ago
  57. e7bcbb3 First cut of -c/—section option for running specific sections by Phil Nash · 7 years ago
  58. 4a04682 Text formatting rework by Phil Nash · 7 years ago
  59. b71a06c JUnit reporter outputs timestamps now by Martin Hořeňovský · 7 years ago
  60. 877fd52 Added benchmark with Mickey Rose's improvements. by Martin Hořeňovský · 7 years ago
  61. 3b7511e First commit of benchmarks for Catch runtime perf. by Martin Hořeňovský · 7 years ago
  62. 9062ebe Removed make file (now generated from CMake) by Phil Nash · 7 years ago
  63. b50572b Renamed missing project explainer filename by Phil Nash · 7 years ago
  64. 7bb3e85 Removed all manually maintained project files in favour of instructions on how to use CMake to generate them by Phil Nash · 8 years ago
  65. 0cde0e9 Added approvals for “Greater-than inequalities with different epsilons” test by Phil Nash · 8 years ago
  66. 0f0dcd3 Excluded two more C++11 tests from Approval tests by Phil Nash · 8 years ago
  67. 62cbde3 Exclude test name from approval tests by Phil Nash · 8 years ago
  68. 1ae8489 Marked tests that use C++11 features with [c++11] tag and exclude them from approval tests by Phil Nash · 8 years ago
  69. 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
  70. 37e1e24 add support for inequalities by Jonathan B. Coe · 8 years ago
  71. 6419307 Moved CMake into root folder (where it’s much happier - especially for CLion) by Phil Nash · 8 years ago
  72. 79acc05 Sort test ordering during Approval testing by Phil Nash · 8 years ago
  73. 30cebd6 Added some missing source files (including all SurrogateCpps) to CMake project. by Phil Nash · 8 years ago
  74. 31861bb rebased following recent changes by Phil Nash · 8 years ago
  75. b1eeec7 -f supports quoted test names (test name surrounded with " characters). by Phil Nash · 8 years ago
  76. 5095619 Fixes for XML encoding. by Robert A Zeh · 8 years ago
  77. 1c47fe0 Updated embedded Clara to 0.0.2.3 by Phil Nash · 8 years ago
  78. 447f53e Fixed !shouldfail by Phil Nash · 8 years ago
  79. f895e0d Rebased approvals following colour changes by Phil Nash · 8 years ago
  80. 8ccb18d Added --use-colour option to give finer control over colourisation. by Phil Nash · 8 years ago
  81. 5262e61 Approvals for Matcher change (added comma) by Phil Nash · 9 years ago
  82. 84d1c08 Keep Xcode 7.1 happy by Phil Nash · 9 years ago
  83. 722315a Removed some trailing whitespace by Phil Nash · 9 years ago
  84. d274fc5 Added noexcept to CustomStdException destructor by Phil Nash · 9 years ago
  85. 0e64973 Added support for manually registering test functions. As discussed in #421 by Phil Nash · 9 years ago
  86. a49f088 exception translators considered even for types deriving from std::exception, now by Phil Nash · 9 years ago
  87. 71fd2c2 Fixed test names mentioning the new Matcher combinator operators by Phil Nash · 9 years ago
  88. 054e3c5 Added &&, || and ! operator overloads for matchers by Phil Nash · 9 years ago
  89. f3e7722 Don't introduce Catch::Matchers namespace in macro by Phil Nash · 9 years ago
  90. e917381 Stripped trailing whitespace from all source code lines by Phil Nash · 9 years ago
  91. c81778e Fixed CMake file by Phil Nash · 9 years ago
  92. f5642be Fixed reversed logic of NoAssertions warning check by Phil Nash · 9 years ago
  93. 015e071 Added SUCCEEDs to empty leaf sections to avoid failing due to no assertions by Phil Nash · 9 years ago
  94. bc8840c Removed deprecated section tracking implementation and tests by Phil Nash · 9 years ago
  95. 471bd25 Approved changes due to "No assertions" warnings now firing correctly on inner sections by Phil Nash · 9 years ago
  96. 0b523db Converted all new part tracking tests/ sections to non variadic form by Phil Nash · 9 years ago
  97. b851592 Moved all new tracking impl into catch_test_case_tracker.pp by Phil Nash · 9 years ago
  98. 3deb3e0 Removed the "part" component of the tracker names by Phil Nash · 9 years ago
  99. 73a140f More minor tweaks by Phil Nash · 9 years ago
  100. ef62b57 Added tests for failing a section within a generator by Phil Nash · 9 years ago