1. 85e14c5 Move some compile-time dispatch to runtime by Martin Hořeňovský · 7 years ago
  2. feca97d Split out internal error macros from the common path by Martin Hořeňovský · 7 years ago
  3. c815ad1 Fix fwd declaration of IConfig in catch_test_case_registry_impl.hpp by Martin Hořeňovský · 7 years ago
  4. d4e796c Move Section(End)Info bodies to proper .cpp file by Martin Hořeňovský · 7 years ago
  5. 0a3f899 Move windows.h reduction logic into windows.h proxy header by Martin Hořeňovský · 7 years ago
  6. d08e31d Fix inverted CATCH_CONFIG_DISABLE_MATCHERS toggle by Martin Hořeňovský · 7 years ago
  7. 0ca4cfb Introduce compile time toggle to remove Matchers from TU by Martin Hořeňovský · 7 years ago
  8. 35c1301 Fix missing CATCH_ prefixed macros by Martin Hořeňovský · 7 years ago
  9. d01fe03 Removed <algorithm> include from the main path by Martin Hořeňovský · 7 years ago
  10. 287cc92 Remove <set> include from the common test path by Martin Hořeňovský · 7 years ago
  11. 446bad7 Move std::exception_ptr out of interfaces by Martin Hořeňovský · 7 years ago
  12. 307eeef Change typedefs to using by Martin Hořeňovský · 7 years ago
  13. 33fd54a Split Option<T> and TagAlias definitions away from the main include path by Martin Hořeňovský · 7 years ago
  14. 5ebbec7 Move all stringref function bodies out of line by Martin Hořeňovský · 7 years ago
  15. a40add3 Clean up Approx to take arguments by const& by Martin Hořeňovský · 7 years ago
  16. ab0f1dc Remove superfluous include by Martin Hořeňovský · 7 years ago
  17. a75eaa3 Split out more headers into separate .cpp files by Martin Hořeňovský · 7 years ago
  18. 9de729b General cleanup by Martin Hořeňovský · 7 years ago
  19. 1a96175 Split out helper functions on std::string from catch_common.h by Martin Hořeňovský · 7 years ago
  20. 1e59cce Addressed Resharper-C++ warnings by Martin Hořeňovský · 7 years ago
  21. b6f62af Address more of PVS studio warnings by Martin Hořeňovský · 7 years ago
  22. 46bf760 Hold exception translators by unique_ptr - and removed range deleters by Phil Nash · 7 years ago
  23. cb69632 Removed catch_section_info.cpp (not used) by Phil Nash · 7 years ago
  24. c91639e Use Columns to format reporter list by Phil Nash · 7 years ago
  25. 3a37f45 Removed tbc_text_format (superceded by TextFlow) by Phil Nash · 7 years ago
  26. 6ec7709 removed final use of tbc_text_format (console reporter) by Phil Nash · 7 years ago
  27. 224250e listTests now only uses TextFlow (not tbd_text_format) again by Phil Nash · 7 years ago
  28. 5c3355a Embed Clara with TextFlow fix for whitespace after newline by Phil Nash · 7 years ago
  29. b2a4dfc Embedded version of Clara with TextFlow fix for embedded newlines by Phil Nash · 7 years ago
  30. f0890dc removed redundant virtuals on override functions (and added a couple of overrides) by Phil Nash · 7 years ago
  31. 87a66b8 Address results of PVS-Studio static analysis by Martin Hořeňovský · 7 years ago
  32. 2a58643 Fix merge mishap (duplicated catch_reporter_multi header) by Martin Hořeňovský · 7 years ago
  33. cf2678d Merge branch 'dev-better-verbosity' of https://github.com/BMBurstein/Catch by Martin Hořeňovský · 7 years ago
  34. efd79aa Extend exception type in _THROWS_ with const& unconditionally by Martin Hořeňovský · 7 years ago
  35. 4a1e898 More method bodies moved out of line by Martin Hořeňovský · 7 years ago
  36. d7ff624 Removed superfluous inline specifications by Martin Hořeňovský · 7 years ago
  37. edbe122 Split out non-templated Approx methods into cpp file by Martin Hořeňovský · 7 years ago
  38. 0a614ee re/moved some headers in catch_tostring by Phil Nash · 7 years ago
  39. 4833932 Removed redundant member by Phil Nash · 7 years ago
  40. cd6f6c0 Minor clean-ups in string conversion code by Phil Nash · 7 years ago
  41. b0e3f45 Replaced some uses of tbc_text_format with TextFlow (from Clara) by Phil Nash · 7 years ago
  42. d43024f Removed intermediate IConfig ptr by Phil Nash · 7 years ago
  43. c7931f6 Reuse ostringstream in XML reporter by Phil Nash · 7 years ago
  44. 01a21f6 Converted a load of spelt out iterators to auto by Phil Nash · 7 years ago
  45. 7ccf11d Split out catch_run_context into cpp and hpp file by Martin Hořeňovský · 7 years ago
  46. cf6f9e3 Initialise unexpectedExceptions in JUnitReporter by Phil Nash · 7 years ago
  47. f193698 Removed all (that I could find) redundant second macro args to TEST_CASE and SECTION by Phil Nash · 7 years ago
  48. d2d5910 Suppress clang-tidy warnings about inline asm by Phil Nash · 7 years ago
  49. e01ed48 Made everything used in test case registration noexcept by Phil Nash · 7 years ago
  50. 989222e Fixed up OcMethod base by Phil Nash · 7 years ago
  51. 720fdf1 Simplified test case registration and started using StringRefs by Phil Nash · 7 years ago
  52. 79627cd Changed some names in test case registry by Phil Nash · 7 years ago
  53. 10c36aa added override keyword to overrides in compact reporter by Phil Nash · 7 years ago
  54. e3e6453 Removed spurious "inline" (was causing linker errors) and fixed broken macOS detection by Phil Nash · 7 years ago
  55. 878bd14 Removed superfluous inline keywords by Martin Hořeňovský · 7 years ago
  56. d8df83e Don't rely on transitive <string> include by Martin Hořeňovský · 7 years ago
  57. 8d8f481 Moved couple function's bodies out of common-include path by Martin Hořeňovský · 7 years ago
  58. 3f6c078 Use = delete instead of private, unimplemented copy operations by Martin Hořeňovský · 7 years ago
  59. 0bb9f52 Removed declared-but-undefined function by Martin Hořeňovský · 7 years ago
  60. 91c1556 Moved Catch NotImplementedException out of the common include path by Martin Hořeňovský · 7 years ago
  61. 4332b84 Moved leak detector to its own file by Martin Hořeňovský · 7 years ago
  62. 9c318af Remove obsolete GENERATE macro by Martin Hořeňovský · 7 years ago
  63. 1d3bfa0 More include and impl refactoring by Martin Hořeňovský · 7 years ago
  64. 5f3f19d Default included reporters are now also in .cpp files by Martin Hořeňovský · 7 years ago
  65. 93f84b5 Modified generateSingleHeader script to work with .cpp files better by Martin Hořeňovský · 7 years ago
  66. af05ccf Merge remote-tracking branch 'upstream/dev-modernize' into dev-better-verbosity by Baruch Burstein · 7 years ago
  67. 058b21e Previous implementation didn't work by Baruch Burstein · 7 years ago
  68. fc32165 Started work on splitting out .cpp files from header files by Martin Hořeňovský · 7 years ago
  69. f749347 Check that reporter supports requested verbosity by Baruch Burstein · 7 years ago
  70. bb9f2bb Use new formatting capabilities by Baruch Burstein · 7 years ago
  71. 694fe61 Add ability to format any streamable class by Baruch Burstein · 7 years ago
  72. 0016362 explicit conversion from size_t to size_type by Phil Nash · 7 years ago
  73. 63a8017 Minor session tweaks by Phil Nash · 7 years ago
  74. 03afbdf Made more of StringRef noexcept by Phil Nash · 7 years ago
  75. 78e7994 Added string classes by Phil Nash · 7 years ago
  76. 4c1880b Clamp exit code internally, so it doesn’t have to be done in every main() implies by Phil Nash · 7 years ago
  77. fae0fa4 Merge branch 'dev-second-string-argument-removal' into dev-modernize by Martin Hořeňovský · 7 years ago
  78. c5bac73 Merge branch 'master' into dev-modernize by Martin Hořeňovský · 7 years ago
  79. 1e7000e Merged implemention of #934, but using 'verbose' option on command line instead. by Baruch Burstein · 7 years ago
  80. 7bcfdf8 Disable deprecation warning of std::uncaught_exception by Martin Hořeňovský · 7 years ago
  81. 8d5f6c8 Fix how GCC version is detected when checking for __COUNTER__ by Martin Hořeňovský · 7 years ago
  82. e62a9aa Removed const refs from NSString/ NSObject overloads (effectively reapplies PR #855 originally applied to "1.x" master) by Phil Nash · 7 years ago
  83. 059a33d Fixed indentation by Phil Nash · 7 years ago
  84. 8a14af7 If --list-extra-info is specified with --list-test-names-only, only output one list by Baruch Burstein · 7 years ago
  85. 07c6bfc --extra-info -> --list-extra-info, behaves like other --list-* flags by Martin Hořeňovský · 7 years ago
  86. 616f723 add --extra-info flag by Baruch Burstein · 7 years ago
  87. 396ecf6 Cache std::ostringstream between assertions. by Neal Coombes · 7 years ago
  88. af66106 Updated Clara with handling for / on Windows by Phil Nash · 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