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