1. 9bee606 Tweaked Xml Reporter to follow same success/ info behaviour as Console reporter by Phil Nash · 7 years ago
  2. be4f6ab Change reporting of CAPTURE'd variables by Martin Hořeňovský · 7 years ago
  3. ff78e7c Fixed typo in test name by Phil Nash · 7 years ago
  4. bbeb192 Updated baselines by Martin Hořeňovský · 7 years ago
  5. 8c07899 Added tests for using margin with Approx. by Martin Hořeňovský · 7 years ago
  6. e058a37 Removed stray code by Phil Nash · 7 years ago
  7. 0f24a8c Added Automake and TAP reporters to SelfTest's main by Martin Hořeňovský · 7 years ago
  8. b753f05 Add reporter for Automake (#826) by Justin Wilson · 7 years ago
  9. 10dfca3 Added first vector matchers (Contains and Equals) by Phil Nash · 7 years ago
  10. 4e6938d Moved matchers tests into their own file by Phil Nash · 7 years ago
  11. 90b3946 Add file/line to TestCase, Section and Failure elements in Xml Reporter by Phil Nash · 7 years ago
  12. 5530303 Removed test for invoking String Matcher with NULL (this will no longer be supported) by Phil Nash · 7 years ago
  13. 1cb8baf Added missing #include in test file by Phil Nash · 7 years ago
  14. 873ef27 XML Reporter closes tag and flushes stream at end of TestCase and Section tags. by Phil Nash · 7 years ago
  15. d2e814f Tagged a C++11 specific test with [c++11] to exclude from approval tests (for now) by Phil Nash · 7 years ago
  16. d6b8ac5 Added compilation tests to approvals by Phil Nash · 7 years ago
  17. 73159ac REQUIRE_THROWS_AS now catches exception by const& by Martin Hořeňovský · 7 years ago
  18. 9952dda REQUIRE_THROWS_AS is now reported with expected type as well by Martin Hořeňovský · 7 years ago
  19. 4d0cd60 Rebased approvals with tags and description attributes in XML report by Phil Nash · 7 years ago
  20. 1f271c9 XmlWriter reverts to XML 1.0. by Phil Nash · 7 years ago
  21. 7db4d8d Added tests (single char pretty printing + op overload) by Martin Hořeňovský · 7 years ago
  22. 197bf07 Rebased again - against the right executable this time :-s by Phil Nash · 7 years ago
  23. 1f5ec98 Rebased approvals following previous reversal (d’oh!) by Phil Nash · 7 years ago
  24. 88b7602 Revert "XmlWriter reverts to XML 1.0." by Phil Nash · 7 years ago
  25. 23eb4cc Added stdout and stderr to XML Reporter by Phil Nash · 7 years ago
  26. a189387 XmlWriter reverts to XML 1.0. by Phil Nash · 7 years ago
  27. c390c4c Fixed inconsistent and trailing whitespace by Martin Hořeňovský · 8 years ago
  28. 60a9ac7 Enabled previous commit under MSVC, introduced new feature toggle by Martin Hořeňovský · 8 years ago
  29. c06afe4 Add support for comparison of Approx with strong typedefs by Jonathan Coe · 8 years ago
  30. 6c23a65 Mark CHECKed-throw test as [failing] by Phil Nash · 8 years ago
  31. 7bcb424 Changed exception tests to allow for now throw-from-CHECK behaviour by Phil Nash · 8 years ago
  32. 225e90d Don’t include tests that rely on varying two-phase-lookup behaviour in approval tests by Phil Nash · 8 years ago
  33. 876af87 Added surrogate cpp for catch_test_case_tracker by Phil Nash · 8 years ago
  34. e7bcbb3 First cut of -c/—section option for running specific sections by Phil Nash · 8 years ago
  35. 4a04682 Text formatting rework by Phil Nash · 8 years ago
  36. b71a06c JUnit reporter outputs timestamps now by Martin Hořeňovský · 8 years ago
  37. 9062ebe Removed make file (now generated from CMake) by Phil Nash · 8 years ago
  38. 0cde0e9 Added approvals for “Greater-than inequalities with different epsilons” test by Phil Nash · 8 years ago
  39. 0f0dcd3 Excluded two more C++11 tests from Approval tests by Phil Nash · 8 years ago
  40. 62cbde3 Exclude test name from approval tests by Phil Nash · 8 years ago
  41. 1ae8489 Marked tests that use C++11 features with [c++11] tag and exclude them from approval tests by Phil Nash · 8 years ago
  42. 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
  43. 37e1e24 add support for inequalities by Jonathan B. Coe · 8 years ago
  44. 79acc05 Sort test ordering during Approval testing by Phil Nash · 8 years ago
  45. 30cebd6 Added some missing source files (including all SurrogateCpps) to CMake project. by Phil Nash · 8 years ago
  46. 31861bb rebased following recent changes by Phil Nash · 8 years ago
  47. b1eeec7 -f supports quoted test names (test name surrounded with " characters). by Phil Nash · 8 years ago
  48. 5095619 Fixes for XML encoding. by Robert A Zeh · 8 years ago
  49. 1c47fe0 Updated embedded Clara to 0.0.2.3 by Phil Nash · 8 years ago
  50. 447f53e Fixed !shouldfail by Phil Nash · 8 years ago
  51. f895e0d Rebased approvals following colour changes by Phil Nash · 8 years ago
  52. 8ccb18d Added --use-colour option to give finer control over colourisation. by Phil Nash · 8 years ago
  53. 5262e61 Approvals for Matcher change (added comma) by Phil Nash · 9 years ago
  54. 722315a Removed some trailing whitespace by Phil Nash · 9 years ago
  55. d274fc5 Added noexcept to CustomStdException destructor by Phil Nash · 9 years ago
  56. 0e64973 Added support for manually registering test functions. As discussed in #421 by Phil Nash · 9 years ago
  57. a49f088 exception translators considered even for types deriving from std::exception, now by Phil Nash · 9 years ago
  58. 71fd2c2 Fixed test names mentioning the new Matcher combinator operators by Phil Nash · 9 years ago
  59. 054e3c5 Added &&, || and ! operator overloads for matchers by Phil Nash · 9 years ago
  60. f3e7722 Don't introduce Catch::Matchers namespace in macro by Phil Nash · 9 years ago
  61. e917381 Stripped trailing whitespace from all source code lines by Phil Nash · 9 years ago
  62. f5642be Fixed reversed logic of NoAssertions warning check by Phil Nash · 9 years ago
  63. 015e071 Added SUCCEEDs to empty leaf sections to avoid failing due to no assertions by Phil Nash · 9 years ago
  64. bc8840c Removed deprecated section tracking implementation and tests by Phil Nash · 9 years ago
  65. 471bd25 Approved changes due to "No assertions" warnings now firing correctly on inner sections by Phil Nash · 9 years ago
  66. 0b523db Converted all new part tracking tests/ sections to non variadic form by Phil Nash · 9 years ago
  67. b851592 Moved all new tracking impl into catch_test_case_tracker.pp by Phil Nash · 9 years ago
  68. 3deb3e0 Removed the "part" component of the tracker names by Phil Nash · 9 years ago
  69. 73a140f More minor tweaks by Phil Nash · 9 years ago
  70. ef62b57 Added tests for failing a section within a generator by Phil Nash · 9 years ago
  71. f4389b4 more minor clean-ups by Phil Nash · 9 years ago
  72. 4b99be6 Cleaned tests up a bit by Phil Nash · 9 years ago
  73. 293e54d Added IndexTracker and got it working with a single generator by Phil Nash · 9 years ago
  74. 9a6a086 More name changes by Phil Nash · 9 years ago
  75. 2c6411e Tweaks by Phil Nash · 9 years ago
  76. 1cb9939 First cut of new section/ part tracking by Phil Nash · 9 years ago
  77. d43a47e Refactored stream related stuff by Phil Nash · 9 years ago
  78. afcc38e Fixes for single include by Phil Nash · 9 years ago
  79. 368714e Added Listeners (programatically provided extra reporters) by Phil Nash · 9 years ago
  80. 4cb7476 Support for multiple reporters by Phil Nash · 9 years ago
  81. 85c8074 Set group name to -n parameter (or exe name) - As discussed in #469 by Phil Nash · 9 years ago
  82. 0edebf4 approvals rebase by Phil Nash · 9 years ago
  83. e085d48 Qualified path to xmlwriter to fix travis error by Phil Nash · 9 years ago
  84. 7097551 rebased approvals for long long test by Phil Nash · 9 years ago
  85. 733ebb6 Added CATCH_CONFIG_CPP11_LONG_LONG support by Phil Nash · 9 years ago
  86. d6e59cd Fixed Xml encoding by Phil Nash · 9 years ago
  87. 7286892 Exception message assertions now work with matchers by Phil Nash · 9 years ago
  88. 2104ca2 Exception message testing now supports wildcards by Phil Nash · 9 years ago
  89. 85de743 Added _THROWS_WITH macros - asserts on exception message by Phil Nash · 9 years ago
  90. d6f1446 Fixed an issue on some compilers with implicit conversion from nullptr to Ptr by Phil Nash · 9 years ago
  91. 805de43 Use CATCH_NULL instead of NULL by Phil Nash · 9 years ago
  92. 6ed74b5 changed hex threshold on ints to 255 by Phil Nash · 9 years ago
  93. bfa3f86 Removed some more warnings by Phil Nash · 9 years ago
  94. 2fc9de9 Updated approvals following merge of develop back to master by Phil Nash · 9 years ago
  95. 856468c Rebased to include new --force-colour tests by Phil Nash · 9 years ago
  96. e5280b2 Add --force-colour option to force colour output. by Peter Huene · 9 years ago
  97. 5018320 Added tests for toString<std::tuple<>> and rebased by Phil Nash · 10 years ago
  98. 75a08bb Merge branch 'tuple_to_string' of https://github.com/PureAbstract/Catch into PureAbstract-tuple_to_string by Phil Nash · 10 years ago
  99. c6635a7 Added type attribute to xml reporter output by Phil Nash · 10 years ago
  100. 6817bb0 Fixed up xml reporter and rebased by Phil Nash · 10 years ago