1. f0890dc removed redundant virtuals on override functions (and added a couple of overrides) by Phil Nash · 7 years ago
  2. 74ab1cd Update Baselines by Martin Hořeňovský · 7 years ago
  3. 87a66b8 Address results of PVS-Studio static analysis by Martin Hořeňovský · 7 years ago
  4. 2a58643 Fix merge mishap (duplicated catch_reporter_multi header) by Martin Hořeňovský · 7 years ago
  5. cf2678d Merge branch 'dev-better-verbosity' of https://github.com/BMBurstein/Catch by Martin Hořeňovský · 7 years ago
  6. d7f754d Fix SelfTest compilation after _THROWS_ assertion change by Martin Hořeňovský · 7 years ago
  7. a14bd08 Update documentation to reflect the last change by Martin Hořeňovský · 7 years ago
  8. efd79aa Extend exception type in _THROWS_ with const& unconditionally by Martin Hořeňovský · 7 years ago
  9. 4a1e898 More method bodies moved out of line by Martin Hořeňovský · 7 years ago
  10. d7ff624 Removed superfluous inline specifications by Martin Hořeňovský · 7 years ago
  11. edbe122 Split out non-templated Approx methods into cpp file by Martin Hořeňovský · 7 years ago
  12. 0a614ee re/moved some headers in catch_tostring by Phil Nash · 7 years ago
  13. 4833932 Removed redundant member by Phil Nash · 7 years ago
  14. cd6f6c0 Minor clean-ups in string conversion code by Phil Nash · 7 years ago
  15. b0e3f45 Replaced some uses of tbc_text_format with TextFlow (from Clara) by Phil Nash · 7 years ago
  16. d43024f Removed intermediate IConfig ptr by Phil Nash · 7 years ago
  17. c7931f6 Reuse ostringstream in XML reporter by Phil Nash · 7 years ago
  18. 01a21f6 Converted a load of spelt out iterators to auto by Phil Nash · 7 years ago
  19. 7ccf11d Split out catch_run_context into cpp and hpp file by Martin Hořeňovský · 7 years ago
  20. cf6f9e3 Initialise unexpectedExceptions in JUnitReporter by Phil Nash · 7 years ago
  21. f193698 Removed all (that I could find) redundant second macro args to TEST_CASE and SECTION by Phil Nash · 7 years ago
  22. c89bdf8 Removed failing enum test from test run by Phil Nash · 7 years ago
  23. c874a99 Enabled c++11 tests in approvals by Phil Nash · 7 years ago
  24. e4456aa Some clean-ups by Phil Nash · 7 years ago
  25. d2d5910 Suppress clang-tidy warnings about inline asm by Phil Nash · 7 years ago
  26. e01ed48 Made everything used in test case registration noexcept by Phil Nash · 7 years ago
  27. 989222e Fixed up OcMethod base by Phil Nash · 7 years ago
  28. 720fdf1 Simplified test case registration and started using StringRefs by Phil Nash · 7 years ago
  29. 79627cd Changed some names in test case registry by Phil Nash · 7 years ago
  30. 10c36aa added override keyword to overrides in compact reporter by Phil Nash · 7 years ago
  31. bc73189 Rebase baselines to take into account the removed test by Martin Hořeňovský · 7 years ago
  32. e3e6453 Removed spurious "inline" (was causing linker errors) and fixed broken macOS detection by Phil Nash · 7 years ago
  33. 878bd14 Removed superfluous inline keywords by Martin Hořeňovský · 7 years ago
  34. d8df83e Don't rely on transitive <string> include by Martin Hořeňovský · 7 years ago
  35. 8d8f481 Moved couple function's bodies out of common-include path by Martin Hořeňovský · 7 years ago
  36. 3f6c078 Use = delete instead of private, unimplemented copy operations by Martin Hořeňovský · 7 years ago
  37. 0bb9f52 Removed declared-but-undefined function by Martin Hořeňovský · 7 years ago
  38. 91c1556 Moved Catch NotImplementedException out of the common include path by Martin Hořeňovský · 7 years ago
  39. 4332b84 Moved leak detector to its own file by Martin Hořeňovský · 7 years ago
  40. 9c318af Remove obsolete GENERATE macro by Martin Hořeňovský · 7 years ago
  41. 1d3bfa0 More include and impl refactoring by Martin Hořeňovský · 7 years ago
  42. 5f3f19d Default included reporters are now also in .cpp files by Martin Hořeňovský · 7 years ago
  43. 93f84b5 Modified generateSingleHeader script to work with .cpp files better by Martin Hořeňovský · 7 years ago
  44. af05ccf Merge remote-tracking branch 'upstream/dev-modernize' into dev-better-verbosity by Baruch Burstein · 7 years ago
  45. 058b21e Previous implementation didn't work by Baruch Burstein · 7 years ago
  46. fc32165 Started work on splitting out .cpp files from header files by Martin Hořeňovský · 7 years ago
  47. f749347 Check that reporter supports requested verbosity by Baruch Burstein · 7 years ago
  48. bb9f2bb Use new formatting capabilities by Baruch Burstein · 7 years ago
  49. 694fe61 Add ability to format any streamable class by Baruch Burstein · 7 years ago
  50. 0016362 explicit conversion from size_t to size_type by Phil Nash · 7 years ago
  51. 63a8017 Minor session tweaks by Phil Nash · 7 years ago
  52. 03afbdf Made more of StringRef noexcept by Phil Nash · 7 years ago
  53. f9ce8fd Added some missing cstring includes by Phil Nash · 7 years ago
  54. 60f25c7 Added string tests to approvals by Phil Nash · 7 years ago
  55. 78e7994 Added string classes by Phil Nash · 7 years ago
  56. cb0a519 Updated overview docs a bit by Phil Nash · 7 years ago
  57. 4c1880b Clamp exit code internally, so it doesn’t have to be done in every main() implies by Phil Nash · 7 years ago
  58. fae0fa4 Merge branch 'dev-second-string-argument-removal' into dev-modernize by Martin Hořeňovský · 7 years ago
  59. c5bac73 Merge branch 'master' into dev-modernize by Martin Hořeňovský · 7 years ago
  60. 1e7000e Merged implemention of #934, but using 'verbose' option on command line instead. by Baruch Burstein · 7 years ago
  61. 9382534 Added "How to test changes in PR" section to documentation by Martin Hořeňovský · 7 years ago
  62. 7bcfdf8 Disable deprecation warning of std::uncaught_exception by Martin Hořeňovský · 7 years ago
  63. 8d5f6c8 Fix how GCC version is detected when checking for __COUNTER__ by Martin Hořeňovský · 7 years ago
  64. e62a9aa Removed const refs from NSString/ NSObject overloads (effectively reapplies PR #855 originally applied to "1.x" master) by Phil Nash · 7 years ago
  65. 059a33d Fixed indentation by Phil Nash · 7 years ago
  66. 8a14af7 If --list-extra-info is specified with --list-test-names-only, only output one list by Baruch Burstein · 7 years ago
  67. 07c6bfc --extra-info -> --list-extra-info, behaves like other --list-* flags by Martin Hořeňovský · 7 years ago
  68. 616f723 add --extra-info flag by Baruch Burstein · 7 years ago
  69. 396ecf6 Cache std::ostringstream between assertions. by Neal Coombes · 7 years ago
  70. af66106 Updated Clara with handling for / on Windows by Phil Nash · 7 years ago
  71. a6cdcd4 Added "How to test changes in PR" section to documentation by Martin Hořeňovský · 7 years ago
  72. 0eb101e Remove "second argument" from result builder and assertion result by Martin Hořeňovský · 7 years ago
  73. dcab8a5 Performance improvement in AssertionInfo. by Neal Coombes · 7 years ago
  74. 2462dff Updated Clara with VS ICE workaround by Phil Nash · 7 years ago
  75. 0470b30 Reverted previous two commits as they didn’t fix anything by Phil Nash · 7 years ago
  76. 3bb16e8 Reorganised CLI again in another attempt to get past VS ICEs by Phil Nash · 7 years ago
  77. e0c6c4a Another attempt to fix VS ICEs - split cli parser up. by Phil Nash · 7 years ago
  78. c43d5f6 Moved command line lambdas out-of-line in an attempt to fix VS ICEs by Phil Nash · 7 years ago
  79. d81c1eb added version of Clara that has virtual destructors by philsquared · 7 years ago
  80. da5964a Updated version of Clara (should fix Windows compile issues) by Phil Nash · 7 years ago
  81. 017a63d v1.9.5 by Martin Hořeňovský · 7 years ago
  82. b90d0b7 Disable deprecation warning of std::uncaught_exception by Martin Hořeňovský · 7 years ago
  83. ee0defb Silence unused argument warning in Catch by Martin Hořeňovský · 7 years ago
  84. efba988 Fix how GCC version is detected when checking for __COUNTER__ by Martin Hořeňovský · 7 years ago
  85. e62b3be Fixed issue with different result types in Clara by Phil Nash · 7 years ago
  86. c41a45e Rebased following Clara changes by Phil Nash · 7 years ago
  87. 1c223b6 Integrated (all) new version of Clara by Phil Nash · 7 years ago
  88. 6d9171a Updated approvals following Junit changes by Phil Nash · 7 years ago
  89. 004228e Merge pull request #855 from kainjow/objc-tostring-link by Phil Nash · 7 years ago
  90. ebb3371 Merge remote-tracking branch 'tsondergaard/improve-junit-xml-for-jenkins' into dev-modernize by Martin Hořeňovský · 7 years ago
  91. e0aaba6 Actually link #923 from the documentation by Martin Hořeňovský · 7 years ago
  92. a09bef2 Refer to #923 in reporter documentation by Martin Hořeňovský · 7 years ago
  93. b6d9976 Make generateSingleHeader.py Python 2.7 compatible by Martin Hořeňovský · 7 years ago
  94. 6583284 Fix erroneous result disposition for {REQUIRE,CHECK}_THAT by Martin Hořeňovský · 7 years ago
  95. 07ef028 Update baselines by Martin Hořeňovský · 7 years ago
  96. 47eb9b3 Fix #914 being removed during last merge by Martin Hořeňovský · 7 years ago
  97. 8fde7ab Add tests for *_THROWS_MATCHES by Martin Hořeňovský · 7 years ago
  98. c465fbd Slight documentation improvements by Martin Hořeňovský · 7 years ago
  99. 950cae9 Added new assertion macros: `*_THROWS_WITH` by Martin Hořeňovský · 7 years ago
  100. 7f6773b Merge branch 'master' into dev-modernize by Martin Hořeňovský · 7 years ago