1. 3dcc923 v1.9.4 by Martin Hořeňovský · 7 years ago
  2. b8443e6 Added Win32 UNICODE wmain support (#903) by Antonio Di Monaco · 7 years ago
  3. f82e312 Attempt at fixing compilation on OSX by Martin Hořeňovský · 7 years ago
  4. bffef1b Fix alignment for Catch::Option by Martin Hořeňovský · 7 years ago
  5. 7e14232 Fix C4702 (unreachable code) in generators by Martin Hořeňovský · 7 years ago
  6. d7eb041 Fix compilation on non-OSX platforms by Martin Hořeňovský · 7 years ago
  7. 8c757cc Removed need for Error class to capture stream inserted strings into exceptions by Phil Nash · 7 years ago
  8. 4c5af20 Added CATCH_ENFORCE (and updated CATCH_INTERNAL_ERROR to be stream based) by Phil Nash · 7 years ago
  9. 687437f converted IStreamingReporter to unique_ptr by Phil Nash · 7 years ago
  10. ef8b72c Changed dynamic_pointer_casts to static_pointer_casts by Phil Nash · 7 years ago
  11. a9128d0 More macros are now variadic by Martin Hořeňovský · 7 years ago
  12. c5c3d36 Added std:: qualification to nullptr_t by Martin Hořeňovský · 7 years ago
  13. 33ed177 Reworked stringification layer, removed Catch::toString by Martin Hořeňovský · 7 years ago
  14. b819432 Don't clear out all messages upon printing an assertion. by Martin Hořeňovský · 7 years ago
  15. 5ffc8a8 Fix order of arguments in CATCH_FAIL and nonvariadic INTERNAL_CATCH_MSG by Martin Hořeňovský · 7 years ago
  16. 316cb28 Added missing <memory> includes by Phil Nash · 7 years ago
  17. d17d94e Made INTERNAL_CATCH_TEST variadic so commas in assertions work by Phil Nash · 7 years ago
  18. 8ccbf63 Removed Ptr, Shared and SharedImpl by Phil Nash · 7 years ago
  19. 851e40a migrated Pattern to std::shared_ptr by Phil Nash · 7 years ago
  20. 0807a69 migrated ITracker to std::shared_ptr by Phil Nash · 7 years ago
  21. 44cccde Migrated ITestCase to std::shared_ptr by Phil Nash · 7 years ago
  22. 0844d6e Migrated IStreamingReporter from Ptr to std::shared_ptr by Phil Nash · 7 years ago
  23. a96f25c Some listener and factory clean-ups by Phil Nash · 7 years ago
  24. dd78824 Migrated IReporterFactory to std::shared_ptr by Phil Nash · 7 years ago
  25. 338ba6b Migrated Config and IConfig to shared_ptr (from Ptr) by Phil Nash · 7 years ago
  26. 41afd0c Removed copy ctor, assignment operator and swap from TestCaseInfo by Phil Nash · 7 years ago
  27. 602b62f Removed legacy reporter support by Phil Nash · 7 years ago
  28. e749724 A load more C++11 tweaks - mostly moving initialisations from constructors to inline by Phil Nash · 7 years ago
  29. cc8206f Removed SafeBool by Phil Nash · 7 years ago
  30. be0fc60 Updated version number for v2 development and removed single include (for now). by Phil Nash · 7 years ago
  31. a0ada2e v1.9.3 by Phil Nash · 7 years ago
  32. e4694f5 Removed errant uses of uint64_t fixes #894 by Phil Nash · 7 years ago
  33. 5c8ea03 Removed debug break support for PowerPC Macs by Phil Nash · 7 years ago
  34. 2420224 Use std::chrono for Timer to eliminate platform dependency by Phil Nash · 7 years ago
  35. 67005d2 Removed more redundant compatibility stuff from timer by Phil Nash · 7 years ago
  36. 71df663 Gutted catch_compiler_capabilities by Martin Hořeňovský · 7 years ago
  37. 1f3ba8a Converted (almost) all for-loops with iterators or indices to range-based by Phil Nash · 7 years ago
  38. 6a09425 Remove C++98 backcompat from evaluate by Martin Hořeňovský · 7 years ago
  39. c6e5738 Remove c++98 backcompat from timer by Martin Hořeňovský · 7 years ago
  40. c6980ec Remove C++98 backcompat from toString by Martin Hořeňovský · 7 years ago
  41. 7c90066 Removed superfluous reimplementation of type traits by Martin Hořeňovský · 7 years ago
  42. 2fdd81a Removed C++98 backcompat from Approx by Martin Hořeňovský · 7 years ago
  43. fc7f0a0 v1.9.2 by Martin Hořeňovský · 7 years ago
  44. 211b330 Don’t unconditionally #include <stdint.h> (as earlier MSVC don’t have it) by Phil Nash · 7 years ago
  45. d36fe21 Further tweaked alignment hack for Option by Phil Nash · 7 years ago
  46. a34c053 All of Approx's member functions now accept strong typedefs by Martin Hořeňovský · 7 years ago
  47. eedcc82 Tweaked storage alignment "workaround" a bit more in Option. by Phil Nash · 7 years ago
  48. b95163b Don't enable POSIX signals under QNX by Martin Hořeňovský · 7 years ago
  49. 2809be8 “fixed” alignment in Option by Phil Nash · 7 years ago
  50. 2bf30e9 Use (locally defined) UInt64 instead of uint64_t by Phil Nash · 7 years ago
  51. c6990cd v1.9.1 release by Martin Hořeňovský · 7 years ago
  52. da8786b Unexpected exception are no longer ignored by default by Martin Hořeňovský · 7 years ago
  53. 1b03c5a v1.9.0 release by Martin Hořeňovský · 7 years ago
  54. 8f85d08 Give up on _Pragma for gcc, force disable Wparentheses in all TUs by Martin Hořeňovský · 7 years ago
  55. 94425ad Add opt-in c++11 stream insertable check. (#877) by Sergey Semushin · 7 years ago
  56. 0354d50 Added templated constructor to C++11 Approx by Martin Hořeňovský · 7 years ago
  57. cdd83c2 Fmt and tag fixup for #876 by Martin Hořeňovský · 7 years ago
  58. 9a07dde print messages when unexpected exceptions are thrown by dvirtz · 7 years ago
  59. 6e091d3 Reset the UnexpectedException report state by Martin Hořeňovský · 7 years ago
  60. 95d85fb Fixed up CATCH_CONFIG_FAST_COMPILE for REQUIREs by Martin Hořeňovský · 7 years ago
  61. 4fe2432 Rework of REQUIRE* changes in CATCH_CONFIG_FAST_COMPILE by Martin Hořeňovský · 7 years ago
  62. c3a41e2 Suppress -Wexit-time-destructors in Catch code by Martin Hořeňovský · 7 years ago
  63. f23b6b8 Don't sanitize exception type in REQUIRE_THROWS_AS by Martin Hořeňovský · 7 years ago
  64. 4597b43 Throw instead of calling exit in RegistrarForTagAliases constructor by Martin Hořeňovský · 7 years ago
  65. f64d914 Throw instead of calling exit in enforceNotReservedTag by Martin Hořeňovský · 7 years ago
  66. d07999d Version struct now uses char* for holding branch name by Martin Hořeňovský · 7 years ago
  67. e04dc51 use inline 'libraryVersion()' function (closes #858) by Kevin Ushey · 7 years ago
  68. f3ec843 Changed all internal forwarding macro usages to put macro name as first argument by Phil Nash · 7 years ago
  69. 55ed17f Removed stray define by Martin Hořeňovský · 7 years ago
  70. 7a8a020 CATCH_CONFIG_FAST_COMPILE now disables trys in REQUIRE* by Martin Hořeňovský · 7 years ago
  71. 4dc06bd Use bulk vector::insert rather than back_inserter by Mickey Rose · 7 years ago
  72. 4ec8d53 Tag Alias registry is part of registry hub instead of it’s own singleton by Phil Nash · 7 years ago
  73. e8b3110 Fix Catch::toString() linker error when main() is compiled as C++ by Kevin Wojniak · 7 years ago
  74. 0c015aa v1.8.2 release by Martin Hořeňovský · 7 years ago
  75. 0afd52b Fix Objective-C Matchers Fixes #854 by Phil Nash · 7 years ago
  76. e4a25ad Added CATCH_REGISTER_LISTENER without the INTERNAL_ prefix by Phil Nash · 7 years ago
  77. ace7040 Add tests for #835 by Martin Hořeňovský · 7 years ago
  78. 613e146 Save errno before using sprintf, ifstream. by Martin Hořeňovský · 7 years ago
  79. e95bf48 Take std::string by const-ref where possible by Martin Hořeňovský · 7 years ago
  80. 041498b Fixed unintentional tabs by Phil Nash · 7 years ago
  81. d5a5883 Fixed mssing virtual destructor warnings by philsquared · 7 years ago
  82. cd6de9c Don't reconstruct expression on encountering fatal error by Martin Hořeňovský · 7 years ago
  83. c6535a0 v1.8.1 release by Phil Nash · 7 years ago
  84. 673ec55 Moved definition of _BSD_SOURCE earlier by Phil Nash · 7 years ago
  85. 0952b76 v1.8.0 release by Phil Nash · 7 years ago
  86. d5c623b Merge branch 'develop' of https://github.com/CNugteren/Catch by Martin Hořeňovský · 7 years ago
  87. a8a6b31 Disabled C4312 in the evaluate layer by Martin Hořeňovský · 7 years ago
  88. d8c4512 Removed tabs by Phil Nash · 7 years ago
  89. d2a59ad Fixed test spec parser issue by Phil Nash · 7 years ago
  90. 10dfca3 Added first vector matchers (Contains and Equals) by Phil Nash · 7 years ago
  91. 45d4096 Generalised Matchers so objects and comparators can be different types by Phil Nash · 7 years ago
  92. 1ca8cef Added #define needed for gettimeofday() to be declared on some versions of Cygwin by Phil Nash · 7 years ago
  93. ca66dd2 Added a couple more unimplemented assignment operators to silence VS2013 warnings by philsquared · 7 years ago
  94. 44632c3 Merge branch 'warning-c4512' of https://github.com/gchudnov/Catch into gchudnov-warning-c4512 by philsquared · 7 years ago
  95. b1835e1 Moved WIndows leak detector code out of main() by philsquared · 7 years ago
  96. 30e4dbe Report leaks to debugger in addition to stderr by Martin Hořeňovský · 7 years ago
  97. d8230a8 Add opt-in leak detection under MSVC + Windows. by Martin Hořeňovský · 7 years ago
  98. c617860 Cygwin compatibility fixes by Martin Hořeňovský · 7 years ago
  99. 2e0ae01 Improve -Wparentheses supression for gcc by Martin Hořeňovský · 7 years ago
  100. fe690a6 push/pop warnings when disabling parentheses warnings within assertion (gcc/ clang) by Phil Nash · 7 years ago