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