1. fc32165 Started work on splitting out .cpp files from header files by Martin Hořeňovský · 7 years ago
  2. 0016362 explicit conversion from size_t to size_type by Phil Nash · 7 years ago
  3. 63a8017 Minor session tweaks by Phil Nash · 7 years ago
  4. 03afbdf Made more of StringRef noexcept by Phil Nash · 7 years ago
  5. f9ce8fd Added some missing cstring includes by Phil Nash · 7 years ago
  6. 60f25c7 Added string tests to approvals by Phil Nash · 7 years ago
  7. 78e7994 Added string classes by Phil Nash · 7 years ago
  8. cb0a519 Updated overview docs a bit by Phil Nash · 7 years ago
  9. 4c1880b Clamp exit code internally, so it doesn’t have to be done in every main() implies by Phil Nash · 7 years ago
  10. fae0fa4 Merge branch 'dev-second-string-argument-removal' into dev-modernize by Martin Hořeňovský · 7 years ago
  11. c5bac73 Merge branch 'master' into dev-modernize by Martin Hořeňovský · 7 years ago
  12. 1e7000e Merged implemention of #934, but using 'verbose' option on command line instead. by Baruch Burstein · 7 years ago
  13. 9382534 Added "How to test changes in PR" section to documentation by Martin Hořeňovský · 7 years ago
  14. 7bcfdf8 Disable deprecation warning of std::uncaught_exception by Martin Hořeňovský · 7 years ago
  15. 8d5f6c8 Fix how GCC version is detected when checking for __COUNTER__ by Martin Hořeňovský · 7 years ago
  16. e62a9aa Removed const refs from NSString/ NSObject overloads (effectively reapplies PR #855 originally applied to "1.x" master) by Phil Nash · 7 years ago
  17. 059a33d Fixed indentation by Phil Nash · 7 years ago
  18. 8a14af7 If --list-extra-info is specified with --list-test-names-only, only output one list by Baruch Burstein · 7 years ago
  19. 07c6bfc --extra-info -> --list-extra-info, behaves like other --list-* flags by Martin Hořeňovský · 7 years ago
  20. 616f723 add --extra-info flag by Baruch Burstein · 7 years ago
  21. 396ecf6 Cache std::ostringstream between assertions. by Neal Coombes · 7 years ago
  22. af66106 Updated Clara with handling for / on Windows by Phil Nash · 7 years ago
  23. a6cdcd4 Added "How to test changes in PR" section to documentation by Martin Hořeňovský · 7 years ago
  24. 0eb101e Remove "second argument" from result builder and assertion result by Martin Hořeňovský · 7 years ago
  25. dcab8a5 Performance improvement in AssertionInfo. by Neal Coombes · 7 years ago
  26. 2462dff Updated Clara with VS ICE workaround by Phil Nash · 7 years ago
  27. 0470b30 Reverted previous two commits as they didn’t fix anything by Phil Nash · 7 years ago
  28. 3bb16e8 Reorganised CLI again in another attempt to get past VS ICEs by Phil Nash · 7 years ago
  29. e0c6c4a Another attempt to fix VS ICEs - split cli parser up. by Phil Nash · 7 years ago
  30. c43d5f6 Moved command line lambdas out-of-line in an attempt to fix VS ICEs by Phil Nash · 7 years ago
  31. d81c1eb added version of Clara that has virtual destructors by philsquared · 7 years ago
  32. da5964a Updated version of Clara (should fix Windows compile issues) by Phil Nash · 7 years ago
  33. 017a63d v1.9.5 by Martin Hořeňovský · 7 years ago
  34. b90d0b7 Disable deprecation warning of std::uncaught_exception by Martin Hořeňovský · 7 years ago
  35. ee0defb Silence unused argument warning in Catch by Martin Hořeňovský · 7 years ago
  36. efba988 Fix how GCC version is detected when checking for __COUNTER__ by Martin Hořeňovský · 7 years ago
  37. e62b3be Fixed issue with different result types in Clara by Phil Nash · 7 years ago
  38. c41a45e Rebased following Clara changes by Phil Nash · 7 years ago
  39. 1c223b6 Integrated (all) new version of Clara by Phil Nash · 7 years ago
  40. 6d9171a Updated approvals following Junit changes by Phil Nash · 7 years ago
  41. 004228e Merge pull request #855 from kainjow/objc-tostring-link by Phil Nash · 7 years ago
  42. ebb3371 Merge remote-tracking branch 'tsondergaard/improve-junit-xml-for-jenkins' into dev-modernize by Martin Hořeňovský · 7 years ago
  43. e0aaba6 Actually link #923 from the documentation by Martin Hořeňovský · 7 years ago
  44. a09bef2 Refer to #923 in reporter documentation by Martin Hořeňovský · 7 years ago
  45. b6d9976 Make generateSingleHeader.py Python 2.7 compatible by Martin Hořeňovský · 7 years ago
  46. 6583284 Fix erroneous result disposition for {REQUIRE,CHECK}_THAT by Martin Hořeňovský · 7 years ago
  47. 07ef028 Update baselines by Martin Hořeňovský · 7 years ago
  48. 47eb9b3 Fix #914 being removed during last merge by Martin Hořeňovský · 7 years ago
  49. 8fde7ab Add tests for *_THROWS_MATCHES by Martin Hořeňovský · 7 years ago
  50. c465fbd Slight documentation improvements by Martin Hořeňovský · 7 years ago
  51. 950cae9 Added new assertion macros: `*_THROWS_WITH` by Martin Hořeňovský · 7 years ago
  52. 7f6773b Merge branch 'master' into dev-modernize by Martin Hořeňovský · 7 years ago
  53. b459bb4 Silence GCC's Wunused-function firing in compilation tests by Martin Hořeňovský · 7 years ago
  54. 1e16be0 Purge deprecated generators by Martin Hořeňovský · 7 years ago
  55. 69ff7fc Include suite name in junit classname attrib for grouping in jenkins by Thomas Sondergaard · 7 years ago
  56. a6b0303 Use [#filename] tag for junit testcase classname attribute by Thomas Sondergaard · 7 years ago
  57. 47c8994 Inherit from NonCopyable to disable RegisterHub copies by Martin Hořeňovský · 7 years ago
  58. 860de28 Catch and register startup exceptions in autoregistrars by Martin Hořeňovský · 7 years ago
  59. da0edcb Collect startup exceptions instead of throwing them by Martin Hořeňovský · 7 years ago
  60. 0020747 Generate single header even if output dir does not exist by Martin Hořeňovský · 7 years ago
  61. 3e018ef Add link to external gcov/lcov example to documentation by Martin Hořeňovský · 7 years ago
  62. adb66f5 Don't include warning headers from catch_xmlwriter.hpp by Martin Hořeňovský · 7 years ago
  63. a64a0c6 Consistent junit reporting regardless of internal SECTIONS by Thomas Sondergaard · 7 years ago
  64. 377c9a7 Cosmetic fixes (whitespace and spelling) by Martin Hořeňovský · 7 years ago
  65. ea48ae0 Add test for #914 (stringify truthy exprs in standard way) by Martin Hořeňovský · 7 years ago
  66. 2d1739b ExpressionLhs reconstruction based on value, not truthiness (#914) by twhittock · 7 years ago
  67. 1c59034 Merge pull request #911 from dvirtz/master by Martin Hořeňovský · 7 years ago
  68. 52a8478 Add Inscopix to commercial users by Martin Hořeňovský · 7 years ago
  69. 169e260 Enable colourized output while in debugger by Martin Hořeňovský · 7 years ago
  70. 67914d8 Move back to static StringMaker<T>::convert by Martin Hořeňovský · 7 years ago
  71. 3e328f5 Merge pull request #913 from Carrotstrip/master by Martin Hořeňovský · 7 years ago
  72. b18e675 fixed spelling error by Austin L Wolfgram · 7 years ago
  73. 4b086bd added target name to test name and labels by dvirtz · 7 years ago
  74. aac594a add option to print debug messages by dvirtz · 7 years ago
  75. a49fa0e use absolute path to test files - accroding to CMake docs EXISTS behavior is well-defined only for full paths. by dvirtz · 7 years ago
  76. d271683 Added release process notes/checklist/explanation by Martin Hořeňovský · 7 years ago
  77. 0bb8e12 Merge branch 'master' of https://github.com/awglyde/Catch by Martin Hořeňovský · 7 years ago
  78. 32d97ca Fixed missing ` in tag documentation by Martin Hořeňovský · 7 years ago
  79. bc93b29 Expanded tag documentation by Martin Hořeňovský · 7 years ago
  80. df5cf2d Minor fixup in updateVcpkgPackage.py by Martin Hořeňovský · 7 years ago
  81. b62c025 Merge branch 'master' of https://github.com/philsquared/Catch by Martin Hořeňovský · 7 years ago
  82. 1ea84cb Expanded logging documentation by Martin Hořeňovský · 7 years ago
  83. 2a5d373 Merge pull request #908 from pJunger/patch-1 by Martin Hořeňovský · 7 years ago
  84. 3dcc923 v1.9.4 by Martin Hořeňovský · 7 years ago
  85. 589c400 Typo fix by Martin Hořeňovský · 7 years ago
  86. 31f5e2e Updated documentation about stringifying UDTs by Martin Hořeňovský · 7 years ago
  87. d4e0b1d Added namespace in method testCaseEnded by Patrick Junger · 7 years ago
  88. b8443e6 Added Win32 UNICODE wmain support (#903) by Antonio Di Monaco · 7 years ago
  89. 85aa770 Disable unreachable code warning for TrickyTests.cpp by Martin Hořeňovský · 7 years ago
  90. f82e312 Attempt at fixing compilation on OSX by Martin Hořeňovský · 7 years ago
  91. bffef1b Fix alignment for Catch::Option by Martin Hořeňovský · 7 years ago
  92. 7e14232 Fix C4702 (unreachable code) in generators by Martin Hořeňovský · 7 years ago
  93. d7eb041 Fix compilation on non-OSX platforms by Martin Hořeňovský · 7 years ago
  94. 8c757cc Removed need for Error class to capture stream inserted strings into exceptions by Phil Nash · 7 years ago
  95. bada67b Rebased approvals by Phil Nash · 7 years ago
  96. 4c5af20 Added CATCH_ENFORCE (and updated CATCH_INTERNAL_ERROR to be stream based) by Phil Nash · 7 years ago
  97. 687437f converted IStreamingReporter to unique_ptr by Phil Nash · 7 years ago
  98. ef8b72c Changed dynamic_pointer_casts to static_pointer_casts by Phil Nash · 7 years ago
  99. 5604ec7 Updated toString documentation by Martin Hořeňovský · 7 years ago
  100. a9128d0 More macros are now variadic by Martin Hořeňovský · 7 years ago