1. b95163b Don't enable POSIX signals under QNX by Martin Hořeňovský · 7 years ago
  2. 2809be8 “fixed” alignment in Option by Phil Nash · 7 years ago
  3. e5c5a63 junit reporter does not count exceptions as failures if ok-to-fail by Phil Nash · 7 years ago
  4. 2bf30e9 Use (locally defined) UInt64 instead of uint64_t by Phil Nash · 7 years ago
  5. c6990cd v1.9.1 release by Martin Hořeňovský · 7 years ago
  6. da8786b Unexpected exception are no longer ignored by default by Martin Hořeňovský · 7 years ago
  7. 1b03c5a v1.9.0 release by Martin Hořeňovský · 7 years ago
  8. 29d26d3 Commented out unused argument by Phil Nash · 7 years ago
  9. ca764ec TeamCity reporter “ignores” failures in tests marked “ok to fail” by Phil Nash · 7 years ago
  10. 8f85d08 Give up on _Pragma for gcc, force disable Wparentheses in all TUs by Martin Hořeňovský · 7 years ago
  11. 94425ad Add opt-in c++11 stream insertable check. (#877) by Sergey Semushin · 7 years ago
  12. 0354d50 Added templated constructor to C++11 Approx by Martin Hořeňovský · 7 years ago
  13. cdd83c2 Fmt and tag fixup for #876 by Martin Hořeňovský · 7 years ago
  14. 9a07dde print messages when unexpected exceptions are thrown by dvirtz · 7 years ago
  15. 6e091d3 Reset the UnexpectedException report state by Martin Hořeňovský · 7 years ago
  16. 95d85fb Fixed up CATCH_CONFIG_FAST_COMPILE for REQUIREs by Martin Hořeňovský · 7 years ago
  17. 4fe2432 Rework of REQUIRE* changes in CATCH_CONFIG_FAST_COMPILE by Martin Hořeňovský · 7 years ago
  18. c3a41e2 Suppress -Wexit-time-destructors in Catch code by Martin Hořeňovský · 7 years ago
  19. f23b6b8 Don't sanitize exception type in REQUIRE_THROWS_AS by Martin Hořeňovský · 7 years ago
  20. 4597b43 Throw instead of calling exit in RegistrarForTagAliases constructor by Martin Hořeňovský · 7 years ago
  21. f64d914 Throw instead of calling exit in enforceNotReservedTag by Martin Hořeňovský · 7 years ago
  22. d07999d Version struct now uses char* for holding branch name by Martin Hořeňovský · 7 years ago
  23. e04dc51 use inline 'libraryVersion()' function (closes #858) by Kevin Ushey · 7 years ago
  24. f3ec843 Changed all internal forwarding macro usages to put macro name as first argument by Phil Nash · 7 years ago
  25. 55ed17f Removed stray define by Martin Hořeňovský · 7 years ago
  26. 7a8a020 CATCH_CONFIG_FAST_COMPILE now disables trys in REQUIRE* by Martin Hořeňovský · 7 years ago
  27. 4dc06bd Use bulk vector::insert rather than back_inserter by Mickey Rose · 7 years ago
  28. 4ec8d53 Tag Alias registry is part of registry hub instead of it’s own singleton by Phil Nash · 7 years ago
  29. 0c015aa v1.8.2 release by Martin Hořeňovský · 7 years ago
  30. 0afd52b Fix Objective-C Matchers Fixes #854 by Phil Nash · 7 years ago
  31. 38b05f1 Don’t assume first CL arg (exe name) is present Fixes #729 by Phil Nash · 7 years ago
  32. db98666 Don’t ref past end of string fixes #830 by Phil Nash · 7 years ago
  33. 4101ff3 #include <ctype> for std::to lower by Phil Nash · 7 years ago
  34. e4a25ad Added CATCH_REGISTER_LISTENER without the INTERNAL_ prefix by Phil Nash · 7 years ago
  35. 5d6c744 Qualified std::tolower in Clara. Fixes #543 by Phil Nash · 7 years ago
  36. 5dd0639 Added FAIL_CHECK Works like FAIL, but does not abort test. As proposed in #765 by Phil Nash · 7 years ago
  37. ace7040 Add tests for #835 by Martin Hořeňovský · 7 years ago
  38. 613e146 Save errno before using sprintf, ifstream. by Martin Hořeňovský · 7 years ago
  39. e95bf48 Take std::string by const-ref where possible by Martin Hořeňovský · 7 years ago
  40. 041498b Fixed unintentional tabs by Phil Nash · 7 years ago
  41. d5a5883 Fixed mssing virtual destructor warnings by philsquared · 7 years ago
  42. f9db24a Refactored console reporter include logic to match Xml Reporter’s by Phil Nash · 7 years ago
  43. 9bee606 Tweaked Xml Reporter to follow same success/ info behaviour as Console reporter by Phil Nash · 7 years ago
  44. be4f6ab Change reporting of CAPTURE'd variables by Martin Hořeňovský · 7 years ago
  45. cd6de9c Don't reconstruct expression on encountering fatal error by Martin Hořeňovský · 7 years ago
  46. 40f6a5b Added duration reporting to compact reporter by Martin Hořeňovský · 7 years ago
  47. 95b0eb2 TAP reporter now behaves as if -s was always set by Martin Hořeňovský · 7 years ago
  48. 0b28d3d Merge branch 'tap-count-success' of https://github.com/gahr/Catch by Martin Hořeňovský · 7 years ago
  49. c6535a0 v1.8.1 release by Phil Nash · 7 years ago
  50. 673ec55 Moved definition of _BSD_SOURCE earlier by Phil Nash · 7 years ago
  51. da023b2 TAP Reporter: count success tests even if not printed by Pietro Cerutti · 7 years ago
  52. 0952b76 v1.8.0 release by Phil Nash · 7 years ago
  53. d5c623b Merge branch 'develop' of https://github.com/CNugteren/Catch by Martin Hořeňovský · 7 years ago
  54. 061a183 Console reporter now uses fixed decimal formatting by Martin Hořeňovský · 7 years ago
  55. 72b72ca Fix C++11 dependency in TAP reporter by Martin Hořeňovský · 7 years ago
  56. a8a6b31 Disabled C4312 in the evaluate layer by Martin Hořeňovský · 7 years ago
  57. 9e2616a Add missing assert.h include to reporter bases. by Martin Hořeňovský · 7 years ago
  58. c5ffd2e Fixed up Automake reporter by Martin Hořeňovský · 7 years ago
  59. b0260c6 Fixed-up TAP reporter a bit. by Martin Hořeňovský · 7 years ago
  60. a63ce95 Add TAP reporter by Colton Wolkins (Ogre) · 9 years ago
  61. b753f05 Add reporter for Automake (#826) by Justin Wilson · 7 years ago
  62. 9bab7c8 Changed console reporter test duration reporting format by Martin Hořeňovský · 7 years ago
  63. d8c4512 Removed tabs by Phil Nash · 7 years ago
  64. d2a59ad Fixed test spec parser issue by Phil Nash · 7 years ago
  65. 10dfca3 Added first vector matchers (Contains and Equals) by Phil Nash · 7 years ago
  66. 45d4096 Generalised Matchers so objects and comparators can be different types by Phil Nash · 7 years ago
  67. 1ca8cef Added #define needed for gettimeofday() to be declared on some versions of Cygwin by Phil Nash · 7 years ago
  68. ca66dd2 Added a couple more unimplemented assignment operators to silence VS2013 warnings by philsquared · 7 years ago
  69. 44632c3 Merge branch 'warning-c4512' of https://github.com/gchudnov/Catch into gchudnov-warning-c4512 by philsquared · 7 years ago
  70. b1835e1 Moved WIndows leak detector code out of main() by philsquared · 7 years ago
  71. 8cd4135 Merge branch 'dev-windows-leakdetection' by Martin Hořeňovský · 7 years ago
  72. 30e4dbe Report leaks to debugger in addition to stderr by Martin Hořeňovský · 7 years ago
  73. 90b3946 Add file/line to TestCase, Section and Failure elements in Xml Reporter by Phil Nash · 7 years ago
  74. d8230a8 Add opt-in leak detection under MSVC + Windows. by Martin Hořeňovský · 7 years ago
  75. c617860 Cygwin compatibility fixes by Martin Hořeňovský · 7 years ago
  76. 2e0ae01 Improve -Wparentheses supression for gcc by Martin Hořeňovský · 7 years ago
  77. fe690a6 push/pop warnings when disabling parentheses warnings within assertion (gcc/ clang) by Phil Nash · 7 years ago
  78. 3cfef73 Merge branch 'dev-performance-round3' by Martin Hořeňovský · 7 years ago
  79. 7b13a8f Move debug break out of tests, speeds up compilation time by Martin Hořeňovský · 7 years ago
  80. 2081caa Import MatcherBase to Catch namespace by Phil Nash · 7 years ago
  81. a5a0138 Renamed toStringUncached -> describe by Phil Nash · 7 years ago
  82. 1400127 Extracted string matchers impl into cpp that is only compiled into main TU by Phil Nash · 7 years ago
  83. 7fed25a New Matchers implementation by Phil Nash · 7 years ago
  84. d08cee2 v1.7.2 build by Phil Nash · 7 years ago
  85. 873ef27 XML Reporter closes tag and flushes stream at end of TestCase and Section tags. by Phil Nash · 7 years ago
  86. bc68b9f More include simplifications by Martin Hořeňovský · 7 years ago
  87. 67d513a Removed single char contains() - had incorrect prototype anyway by Phil Nash · 7 years ago
  88. 9a3486a Replaced use of dynamic_cast with static_cast. by Phil Nash · 7 years ago
  89. 50dee9a Fixed typo in CLI error reporting by Martin Hořeňovský · 7 years ago
  90. b2a6fe9 Couple more includes cleaned out by Martin Hořeňovský · 7 years ago
  91. 9012f95 Moved some std includes out from catch_common.h by Martin Hořeňovský · 7 years ago
  92. d0620c3 Added std:: qualification to some functions from C stdlib by Martin Hořeňovský · 8 years ago
  93. 005787f Marked IConfig implementations in Config CATCH_OVERRIDE (silences warnings) by Phil Nash · 7 years ago
  94. f75a511 Fix MSVC /analyze warning about inconsistent annotations by Martin Hořeňovský · 7 years ago
  95. ab44fb6 The file/ line in sections is now of the section. not the test case by Phil Nash · 7 years ago
  96. 73159ac REQUIRE_THROWS_AS now catches exception by const& by Martin Hořeňovský · 7 years ago
  97. 9952dda REQUIRE_THROWS_AS is now reported with expected type as well by Martin Hořeňovský · 7 years ago
  98. e543cc0 Removed an obsolete file that somehow got into the previous master. by Martin Hořeňovský · 7 years ago
  99. a38ccec Added 3rd party bug to documentation by Martin Hořeňovský · 7 years ago
  100. ab199d9 XmlReporter: Trim test case name; added description and tags attributes to the test case element in the xml report. by Marek Klus · 7 years ago