1. df5cf2d Minor fixup in updateVcpkgPackage.py by Martin Hořeňovský · 7 years ago
  2. b62c025 Merge branch 'master' of https://github.com/philsquared/Catch by Martin Hořeňovský · 7 years ago
  3. 1ea84cb Expanded logging documentation by Martin Hořeňovský · 7 years ago
  4. 2a5d373 Merge pull request #908 from pJunger/patch-1 by Martin Hořeňovský · 7 years ago
  5. 3dcc923 v1.9.4 by Martin Hořeňovský · 7 years ago
  6. 589c400 Typo fix by Martin Hořeňovský · 7 years ago
  7. d4e0b1d Added namespace in method testCaseEnded by Patrick Junger · 7 years ago
  8. b8443e6 Added Win32 UNICODE wmain support (#903) by Antonio Di Monaco · 7 years ago
  9. 5604ec7 Updated toString documentation by Martin Hořeňovský · 7 years ago
  10. 6f012f2 Added warning if source file cannot be found by Benjamin R. Jack · 7 years ago
  11. 98e61c3 Approval tests now see different line endings as ok by Martin Hořeňovský · 7 years ago
  12. e641485 Updated approval tests by Martin Hořeňovský · 7 years ago
  13. a3ceb8f Approval tests now can deal with different expansions of errno 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. 9ceae8f CMake binaries are now conditionally enabled by Martin Hořeňovský · 7 years ago
  16. 5ffc8a8 Fix order of arguments in CATCH_FAIL and nonvariadic INTERNAL_CATCH_MSG by Martin Hořeňovský · 7 years ago
  17. 6e0fa4b Update opensource-users.md by JayAndCatchFire · 7 years ago
  18. a0ada2e v1.9.3 by Phil Nash · 7 years ago
  19. e4694f5 Removed errant uses of uint64_t fixes #894 by Phil Nash · 7 years ago
  20. fc7f0a0 v1.9.2 by Martin Hořeňovský · 7 years ago
  21. 211b330 Don’t unconditionally #include <stdint.h> (as earlier MSVC don’t have it) by Phil Nash · 7 years ago
  22. d36fe21 Further tweaked alignment hack for Option by Phil Nash · 7 years ago
  23. a34c053 All of Approx's member functions now accept strong typedefs by Martin Hořeňovský · 7 years ago
  24. 4cdb203 Improve documentation about using Catch with CMake by Martin Hořeňovský · 7 years ago
  25. 8014bf1 cmake script to generate ctest definitions from catch tests: fix for test case body bracket by Ernst Maurer · 7 years ago
  26. 49d87cf Add Newsbeuter to OSS users list (#891) by Alexander Batischev · 7 years ago
  27. eedcc82 Tweaked storage alignment "workaround" a bit more in Option. by Phil Nash · 7 years ago
  28. 8e82590 Fix .travis.yml syntax by Martin Hořeňovský · 7 years ago
  29. 7869e5b Enable C++11 and C++14 on OSX on Travis by Martin Hořeňovský · 7 years ago
  30. a49af46 Minor .travis.yml cleanup by Martin Hořeňovský · 7 years ago
  31. 417b2bc Enable C++14 on Linux on Travis by Martin Hořeňovský · 7 years ago
  32. 8f0feaa Enable /std:c++latest (C++17) for AppVeyor VS 2017 by Martin Hořeňovský · 7 years ago
  33. b95163b Don't enable POSIX signals under QNX by Martin Hořeňovský · 7 years ago
  34. 2809be8 “fixed” alignment in Option by Phil Nash · 7 years ago
  35. ac369b7 Add script that helps with updating the Vcpkg package. by Martin Hořeňovský · 7 years ago
  36. 1aa3e4a Add CMake script to generate ctest definitions from Catch tests (#879) by Ernst Maurer · 7 years ago
  37. e5c5a63 junit reporter does not count exceptions as failures if ok-to-fail by Phil Nash · 7 years ago
  38. 2bf30e9 Use (locally defined) UInt64 instead of uint64_t by Phil Nash · 7 years ago
  39. b591cb9 Added note about thread safety in assertions - closes #875 by Phil Nash · 7 years ago
  40. 714d01c approved tests that were correct the first time (previous approvals were erroneous) by Phil Nash · 7 years ago
  41. c6990cd v1.9.1 release by Martin Hořeňovský · 7 years ago
  42. da8786b Unexpected exception are no longer ignored by default by Martin Hořeňovský · 7 years ago
  43. 5577322 Added Nonius to open-sources users by Phil Nash · 7 years ago
  44. 1b03c5a v1.9.0 release by Martin Hořeňovský · 7 years ago
  45. 7dd3c19 Added NASA to commercial users list by Phil Nash · 7 years ago
  46. 29d26d3 Commented out unused argument by Phil Nash · 7 years ago
  47. ca764ec TeamCity reporter “ignores” failures in tests marked “ok to fail” by Phil Nash · 7 years ago
  48. 250f0ee Added approvals for “failed as expected” tests by Phil Nash · 7 years ago
  49. 09e4830 Added VS2017 to AppVeyor matrix by Martin Hořeňovský · 7 years ago
  50. 8f85d08 Give up on _Pragma for gcc, force disable Wparentheses in all TUs by Martin Hořeňovský · 7 years ago
  51. 3ae076c Updated REQUIRE* documentation under FAST_COMPILE by Martin Hořeňovský · 7 years ago
  52. 94425ad Add opt-in c++11 stream insertable check. (#877) by Sergey Semushin · 7 years ago
  53. 0354d50 Added templated constructor to C++11 Approx by Martin Hořeňovský · 7 years ago
  54. cdd83c2 Fmt and tag fixup for #876 by Martin Hořeňovský · 7 years ago
  55. 9a07dde print messages when unexpected exceptions are thrown by dvirtz · 7 years ago
  56. 6e091d3 Reset the UnexpectedException report state by Martin Hořeňovský · 7 years ago
  57. 95d85fb Fixed up CATCH_CONFIG_FAST_COMPILE for REQUIREs by Martin Hořeňovský · 7 years ago
  58. 3a3f152 Updated documentation of CATCH_CONFIG_FAST_COMPILE by Martin Hořeňovský · 7 years ago
  59. 4fe2432 Rework of REQUIRE* changes in CATCH_CONFIG_FAST_COMPILE by Martin Hořeňovský · 7 years ago
  60. c3a41e2 Suppress -Wexit-time-destructors in Catch code by Martin Hořeňovský · 7 years ago
  61. 4838039 Merge pull request #869 from mloskot/patch-1 by Phil Nash · 7 years ago
  62. 2a221b8 Add nanodbc library to Catch users by Mateusz Łoskot · 7 years ago
  63. 79ce693 remove redundant "/" by Rian Quinn · 7 years ago
  64. d762a7c Expanded documentation about THROWS_AS assertions by Martin Hořeňovský · 7 years ago
  65. f23b6b8 Don't sanitize exception type in REQUIRE_THROWS_AS by Martin Hořeňovský · 7 years ago
  66. 4597b43 Throw instead of calling exit in RegistrarForTagAliases constructor by Martin Hořeňovský · 7 years ago
  67. f64d914 Throw instead of calling exit in enforceNotReservedTag by Martin Hořeňovský · 7 years ago
  68. d07999d Version struct now uses char* for holding branch name by Martin Hořeňovský · 7 years ago
  69. e04dc51 use inline 'libraryVersion()' function (closes #858) by Kevin Ushey · 7 years ago
  70. cffb031 Added polymorphic_value to OSS users by Phil Nash · 7 years ago
  71. f3ec843 Changed all internal forwarding macro usages to put macro name as first argument by Phil Nash · 7 years ago
  72. 55ed17f Removed stray define by Martin Hořeňovský · 7 years ago
  73. 6a502cc Renamed licence file, license should now be detected by github by Martin Hořeňovský · 7 years ago
  74. 6a009fa Documented REQUIRE under CATCH_CONFIG_FAST_COMPILE by Martin Hořeňovský · 7 years ago
  75. 7a8a020 CATCH_CONFIG_FAST_COMPILE now disables trys in REQUIRE* by Martin Hořeňovský · 7 years ago
  76. 4dc06bd Use bulk vector::insert rather than back_inserter by Mickey Rose · 7 years ago
  77. 08b597b Merge pull request #856 from lightmare/script-exec-perm by Phil Nash · 7 years ago
  78. 46d1664 Set execute permission on runnable python scripts by Mickey Rose · 7 years ago
  79. 4ec8d53 Tag Alias registry is part of registry hub instead of it’s own singleton by Phil Nash · 7 years ago
  80. e7984e3 Reorganised the readme/ ref docs TOC and added link to reporters docs by Phil Nash · 7 years ago
  81. 90d8937 Added docs on reporters by Phil Nash · 7 years ago
  82. 0692317 Added Obj-C bindings fix to release notes by Phil Nash · 7 years ago
  83. 95fc8d6 Fixed up old documentation links in release notes by Martin Hořeňovský · 7 years ago
  84. 0c015aa v1.8.2 release by Martin Hořeňovský · 7 years ago
  85. f69f821 Updatecd [!shouldFail] docs with extra explanatory note, by Phil Nash · 7 years ago
  86. 485dbdc Added link to event listeners docs by Phil Nash · 7 years ago
  87. 0afd52b Fix Objective-C Matchers Fixes #854 by Phil Nash · 7 years ago
  88. 38b05f1 Don’t assume first CL arg (exe name) is present Fixes #729 by Phil Nash · 7 years ago
  89. db98666 Don’t ref past end of string fixes #830 by Phil Nash · 7 years ago
  90. 4101ff3 #include <ctype> for std::to lower by Phil Nash · 7 years ago
  91. 68da5a6 Docs for Listeners by Phil Nash · 7 years ago
  92. e4a25ad Added CATCH_REGISTER_LISTENER without the INTERNAL_ prefix by Phil Nash · 7 years ago
  93. 5d6c744 Qualified std::tolower in Clara. Fixes #543 by Phil Nash · 7 years ago
  94. 5dd0639 Added FAIL_CHECK Works like FAIL, but does not abort test. As proposed in #765 by Phil Nash · 7 years ago
  95. a251575 Merge pull request #846 from m0ppers/patch-1 by Phil Nash · 7 years ago
  96. 807941e Add ArangoDB by m0ppers · 7 years ago
  97. a2e20b0 "Fix" build by annotating the new test as !shouldfail by Martin Hořeňovský · 7 years ago
  98. ace7040 Add tests for #835 by Martin Hořeňovský · 7 years ago
  99. 613e146 Save errno before using sprintf, ifstream. by Martin Hořeňovský · 7 years ago
  100. e95bf48 Take std::string by const-ref where possible by Martin Hořeňovský · 7 years ago