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. d01fe03 Removed <algorithm> include from the main path by Martin Hořeňovský · 7 years ago
  9. 287cc92 Remove <set> include from the common test path by Martin Hořeňovský · 7 years ago
  10. 446bad7 Move std::exception_ptr out of interfaces by Martin Hořeňovský · 7 years ago
  11. 307eeef Change typedefs to using by Martin Hořeňovský · 7 years ago
  12. 33fd54a Split Option<T> and TagAlias definitions away from the main include path by Martin Hořeňovský · 7 years ago
  13. 5ebbec7 Move all stringref function bodies out of line by Martin Hořeňovský · 7 years ago
  14. a40add3 Clean up Approx to take arguments by const& by Martin Hořeňovský · 7 years ago
  15. ab0f1dc Remove superfluous include by Martin Hořeňovský · 7 years ago
  16. a75eaa3 Split out more headers into separate .cpp files by Martin Hořeňovský · 7 years ago
  17. 9de729b General cleanup by Martin Hořeňovský · 7 years ago
  18. 1a96175 Split out helper functions on std::string from catch_common.h by Martin Hořeňovský · 7 years ago
  19. 1e59cce Addressed Resharper-C++ warnings by Martin Hořeňovský · 7 years ago
  20. b6f62af Address more of PVS studio warnings by Martin Hořeňovský · 7 years ago
  21. 46bf760 Hold exception translators by unique_ptr - and removed range deleters by Phil Nash · 7 years ago
  22. cb69632 Removed catch_section_info.cpp (not used) by Phil Nash · 7 years ago
  23. c91639e Use Columns to format reporter list by Phil Nash · 7 years ago
  24. 3a37f45 Removed tbc_text_format (superceded by TextFlow) by Phil Nash · 7 years ago
  25. 224250e listTests now only uses TextFlow (not tbd_text_format) again by Phil Nash · 7 years ago
  26. f0890dc removed redundant virtuals on override functions (and added a couple of overrides) by Phil Nash · 7 years ago
  27. 87a66b8 Address results of PVS-Studio static analysis by Martin Hořeňovský · 7 years ago
  28. cf2678d Merge branch 'dev-better-verbosity' of https://github.com/BMBurstein/Catch by Martin Hořeňovský · 7 years ago
  29. efd79aa Extend exception type in _THROWS_ with const& unconditionally by Martin Hořeňovský · 7 years ago
  30. 4a1e898 More method bodies moved out of line by Martin Hořeňovský · 7 years ago
  31. d7ff624 Removed superfluous inline specifications by Martin Hořeňovský · 7 years ago
  32. edbe122 Split out non-templated Approx methods into cpp file by Martin Hořeňovský · 7 years ago
  33. 0a614ee re/moved some headers in catch_tostring by Phil Nash · 7 years ago
  34. 4833932 Removed redundant member by Phil Nash · 7 years ago
  35. cd6f6c0 Minor clean-ups in string conversion code by Phil Nash · 7 years ago
  36. b0e3f45 Replaced some uses of tbc_text_format with TextFlow (from Clara) by Phil Nash · 7 years ago
  37. c7931f6 Reuse ostringstream in XML reporter by Phil Nash · 7 years ago
  38. 01a21f6 Converted a load of spelt out iterators to auto by Phil Nash · 7 years ago
  39. 7ccf11d Split out catch_run_context into cpp and hpp file by Martin Hořeňovský · 7 years ago
  40. d2d5910 Suppress clang-tidy warnings about inline asm by Phil Nash · 7 years ago
  41. e01ed48 Made everything used in test case registration noexcept by Phil Nash · 7 years ago
  42. 989222e Fixed up OcMethod base by Phil Nash · 7 years ago
  43. 720fdf1 Simplified test case registration and started using StringRefs by Phil Nash · 7 years ago
  44. 79627cd Changed some names in test case registry by Phil Nash · 7 years ago
  45. e3e6453 Removed spurious "inline" (was causing linker errors) and fixed broken macOS detection by Phil Nash · 7 years ago
  46. 878bd14 Removed superfluous inline keywords by Martin Hořeňovský · 7 years ago
  47. d8df83e Don't rely on transitive <string> include by Martin Hořeňovský · 7 years ago
  48. 8d8f481 Moved couple function's bodies out of common-include path by Martin Hořeňovský · 7 years ago
  49. 3f6c078 Use = delete instead of private, unimplemented copy operations by Martin Hořeňovský · 7 years ago
  50. 0bb9f52 Removed declared-but-undefined function by Martin Hořeňovský · 7 years ago
  51. 91c1556 Moved Catch NotImplementedException out of the common include path by Martin Hořeňovský · 7 years ago
  52. 4332b84 Moved leak detector to its own file by Martin Hořeňovský · 7 years ago
  53. 1d3bfa0 More include and impl refactoring by Martin Hořeňovský · 7 years ago
  54. 5f3f19d Default included reporters are now also in .cpp files by Martin Hořeňovský · 7 years ago
  55. 93f84b5 Modified generateSingleHeader script to work with .cpp files better by Martin Hořeňovský · 7 years ago
  56. af05ccf Merge remote-tracking branch 'upstream/dev-modernize' into dev-better-verbosity by Baruch Burstein · 7 years ago
  57. 058b21e Previous implementation didn't work by Baruch Burstein · 7 years ago
  58. fc32165 Started work on splitting out .cpp files from header files by Martin Hořeňovský · 7 years ago
  59. f749347 Check that reporter supports requested verbosity by Baruch Burstein · 7 years ago
  60. bb9f2bb Use new formatting capabilities by Baruch Burstein · 7 years ago
  61. 0016362 explicit conversion from size_t to size_type by Phil Nash · 7 years ago
  62. 03afbdf Made more of StringRef noexcept by Phil Nash · 7 years ago
  63. 78e7994 Added string classes by Phil Nash · 7 years ago
  64. 4c1880b Clamp exit code internally, so it doesn’t have to be done in every main() implies by Phil Nash · 7 years ago
  65. fae0fa4 Merge branch 'dev-second-string-argument-removal' into dev-modernize by Martin Hořeňovský · 7 years ago
  66. c5bac73 Merge branch 'master' into dev-modernize by Martin Hořeňovský · 7 years ago
  67. 1e7000e Merged implemention of #934, but using 'verbose' option on command line instead. by Baruch Burstein · 7 years ago
  68. 7bcfdf8 Disable deprecation warning of std::uncaught_exception by Martin Hořeňovský · 7 years ago
  69. 8d5f6c8 Fix how GCC version is detected when checking for __COUNTER__ by Martin Hořeňovský · 7 years ago
  70. e62a9aa Removed const refs from NSString/ NSObject overloads (effectively reapplies PR #855 originally applied to "1.x" master) by Phil Nash · 7 years ago
  71. 059a33d Fixed indentation by Phil Nash · 7 years ago
  72. 8a14af7 If --list-extra-info is specified with --list-test-names-only, only output one list by Baruch Burstein · 7 years ago
  73. 07c6bfc --extra-info -> --list-extra-info, behaves like other --list-* flags by Martin Hořeňovský · 7 years ago
  74. 616f723 add --extra-info flag by Baruch Burstein · 7 years ago
  75. 396ecf6 Cache std::ostringstream between assertions. by Neal Coombes · 7 years ago
  76. 0eb101e Remove "second argument" from result builder and assertion result by Martin Hořeňovský · 7 years ago
  77. dcab8a5 Performance improvement in AssertionInfo. by Neal Coombes · 7 years ago
  78. 0470b30 Reverted previous two commits as they didn’t fix anything by Phil Nash · 7 years ago
  79. 3bb16e8 Reorganised CLI again in another attempt to get past VS ICEs by Phil Nash · 7 years ago
  80. e0c6c4a Another attempt to fix VS ICEs - split cli parser up. by Phil Nash · 7 years ago
  81. c43d5f6 Moved command line lambdas out-of-line in an attempt to fix VS ICEs by Phil Nash · 7 years ago
  82. da5964a Updated version of Clara (should fix Windows compile issues) by Phil Nash · 7 years ago
  83. 017a63d v1.9.5 by Martin Hořeňovský · 7 years ago
  84. b90d0b7 Disable deprecation warning of std::uncaught_exception by Martin Hořeňovský · 7 years ago
  85. efba988 Fix how GCC version is detected when checking for __COUNTER__ by Martin Hořeňovský · 7 years ago
  86. 1c223b6 Integrated (all) new version of Clara by Phil Nash · 7 years ago
  87. 004228e Merge pull request #855 from kainjow/objc-tostring-link by Phil Nash · 7 years ago
  88. 6583284 Fix erroneous result disposition for {REQUIRE,CHECK}_THAT by Martin Hořeňovský · 7 years ago
  89. 47eb9b3 Fix #914 being removed during last merge by Martin Hořeňovský · 7 years ago
  90. 950cae9 Added new assertion macros: `*_THROWS_WITH` by Martin Hořeňovský · 7 years ago
  91. 7f6773b Merge branch 'master' into dev-modernize by Martin Hořeňovský · 7 years ago
  92. 1e16be0 Purge deprecated generators by Martin Hořeňovský · 7 years ago
  93. 47c8994 Inherit from NonCopyable to disable RegisterHub copies by Martin Hořeňovský · 7 years ago
  94. 860de28 Catch and register startup exceptions in autoregistrars by Martin Hořeňovský · 7 years ago
  95. da0edcb Collect startup exceptions instead of throwing them by Martin Hořeňovský · 7 years ago
  96. adb66f5 Don't include warning headers from catch_xmlwriter.hpp by Martin Hořeňovský · 7 years ago
  97. 377c9a7 Cosmetic fixes (whitespace and spelling) by Martin Hořeňovský · 7 years ago
  98. 2d1739b ExpressionLhs reconstruction based on value, not truthiness (#914) by twhittock · 7 years ago
  99. 169e260 Enable colourized output while in debugger by Martin Hořeňovský · 7 years ago
  100. 67914d8 Move back to static StringMaker<T>::convert by Martin Hořeňovský · 7 years ago