1. 5561d03 Different approach to proper colouring of filters by Martin Hořeňovský · 5 years ago
  2. 3a15315 Switch back to uncolored output after printing filters by Till Hofmann · 5 years ago
  3. 022b61f Don't cast nanoseconds to integers when writing output by khyperia · 5 years ago
  4. 8485684 Fixes #1766: Catch terminates when parsing invalid test name by amitherman95 · 5 years ago
  5. 2331249 Simplified benchmark output with --benchmark-no-analysis by RT222 · 5 years ago
  6. 293012a Inline SourceLineInfo::empty definition by Martin Hořeňovský · 6 years ago
  7. a5bb3e3 Small updates to include directives (#1726) by Matthias Moulin · 6 years ago
  8. fe967b1 Remove the ill-considered StringRef::numberOfCharacters by Martin Hořeňovský · 6 years ago
  9. 789f359 Do not write singular characters into stream as C-strings by Martin Hořeňovský · 6 years ago
  10. e340ab8 Various improvements to the benchmarking support by Martin Hořeňovský · 6 years ago
  11. ce2560c Integrate Nonius benchmark into Catch2 by Joachim Meyer · 6 years ago
  12. 8af8704 support for printing test filters (PR #1585) by Ziv Shahaf · 6 years ago
  13. 093b724 Remove non-ASCII characters from the distributable parts by Martin Hořeňovský · 6 years ago
  14. 489a410 ConsoleReporter: minor formatting fix by Jozef Grajciar · 6 years ago
  15. 3035120 Some bits of tidy up by Phil Nash · 7 years ago
  16. 61e29b5 Fix AssertionPrinter name conflict in console and compact reporters by Neal Coombes · 7 years ago
  17. 98d4c49 Provide ConsoleReporter declaration with EXTERNAL_INTERFACES by Martin Hořeňovský · 7 years ago
  18. 56e1075 Introduced ReusableStringStream and removed all uses of std::ostringstream from the main path by Phil Nash · 7 years ago
  19. c672512 Fix C4601 and enable C4602 warning for internal builds by Martin Hořeňovský · 7 years ago
  20. b9ff7ec Fixed issues for ObjC use (see #1011) by Phil Nash · 8 years ago
  21. 8da0d04 qualified a load of size_ts with std:: namespace (all those not from Clara) by Phil Nash · 8 years ago
  22. c5608f0 Changed all .hpp extensions to .h where there is now a corresponding .cpp by Phil Nash · 8 years ago
  23. f99f511 Removed *_REGISTER_REPORTER from main path by Martin Hořeňovský · 8 years ago
  24. ece64c3 Removed redundant .c_str()s from StringRef usages by Phil Nash · 8 years ago
  25. 1aab791 reformatted benchmark output a bit by Phil Nash · 8 years ago
  26. 519db85 Report benchmark durations in natural units by Phil Nash · 8 years ago
  27. 22e9ebe Factored table writing code out into a TablePrinter class (removes a lot of magic numbers and ad-hoc formatting) by Phil Nash · 8 years ago
  28. a9b6813 First draft of (experimental) benchmarking support by Phil Nash · 8 years ago
  29. 1e59cce Addressed Resharper-C++ warnings by Martin Hořeňovský · 8 years ago
  30. 3a37f45 Removed tbc_text_format (superceded by TextFlow) by Phil Nash · 8 years ago
  31. 6ec7709 removed final use of tbc_text_format (console reporter) by Phil Nash · 8 years ago
  32. f0890dc removed redundant virtuals on override functions (and added a couple of overrides) by Phil Nash · 8 years ago
  33. 87a66b8 Address results of PVS-Studio static analysis by Martin Hořeňovský · 8 years ago
  34. cf2678d Merge branch 'dev-better-verbosity' of https://github.com/BMBurstein/Catch by Martin Hořeňovský · 8 years ago
  35. 01a21f6 Converted a load of spelt out iterators to auto by Phil Nash · 8 years ago
  36. 1d3bfa0 More include and impl refactoring by Martin Hořeňovský · 8 years ago
  37. 5f3f19d Default included reporters are now also in .cpp files by Martin Hořeňovský · 8 years ago[Renamed (98%) from include/reporters/catch_reporter_console.hpp]
  38. af05ccf Merge remote-tracking branch 'upstream/dev-modernize' into dev-better-verbosity by Baruch Burstein · 8 years ago
  39. e749724 A load more C++11 tweaks - mostly moving initialisations from constructors to inline by Phil Nash · 8 years ago
  40. 71df663 Gutted catch_compiler_capabilities by Martin Hořeňovský · 8 years ago
  41. 1f3ba8a Converted (almost) all for-loops with iterators or indices to range-based by Phil Nash · 8 years ago
  42. 9a07dde print messages when unexpected exceptions are thrown by dvirtz · 8 years ago
  43. e04dc51 use inline 'libraryVersion()' function (closes #858) by Kevin Ushey · 8 years ago
  44. f9db24a Refactored console reporter include logic to match Xml Reporter’s by Phil Nash · 8 years ago
  45. 40f6a5b Added duration reporting to compact reporter by Martin Hořeňovský · 8 years ago
  46. 061a183 Console reporter now uses fixed decimal formatting by Martin Hořeňovský · 8 years ago
  47. 9bab7c8 Changed console reporter test duration reporting format by Martin Hořeňovský · 8 years ago
  48. ab44fb6 The file/ line in sections is now of the section. not the test case by Phil Nash · 8 years ago
  49. bcaa2f9 Use char literal instead of string literal with 1 char by Martin Hořeňovský · 8 years ago
  50. 447f53e Fixed !shouldfail by Phil Nash · 9 years ago
  51. 368714e Added Listeners (programatically provided extra reporters) by Phil Nash · 10 years ago
  52. 21f7ef6 Committed to semantic versioning by Phil Nash · 10 years ago
  53. a9f16b1 Fix memset build error by Phil Nash · 10 years ago
  54. 8ec959e TeamCity reporter work by Phil Nash · 10 years ago
  55. fa0122b Allow testing ordering to be specified as declaration, lexicographical, or random. Allow random seed to be specified by Phil Nash · 11 years ago
  56. c1a8e1c Added signal handlers (and placeholder for SEH handlers) by Phil Nash · 11 years ago
  57. 76f80a6 More summary formatting tweaks by Phil Nash · 11 years ago
  58. cab9141 Green summary bar is darker if not all passed by Phil Nash · 11 years ago
  59. a31f05f Removed C-style casts by Phil Nash · 11 years ago
  60. 94a1acf More tweaks to summary format by Phil Nash · 11 years ago
  61. 9c1f9a8 Added [!mayfail] tag to indicate test case that can fail without failing the suite. by Phil Nash · 11 years ago
  62. f1928b7 Include missing <cstring> header - should fix issue #274 by Phil Nash · 11 years ago
  63. f219194 Replace some static strings with static char*s for leak detection friendliness (h/t #272) by Phil Nash · 11 years ago
  64. 7303b2b Changed branchName to char*, as per #266 by Phil Nash · 11 years ago
  65. c4a089c Refactored a lot of code from headers into impl headers only compiled into one TU by Phil Nash · 11 years ago
  66. 4f57c8c Print warnings if no assertions and not running with -s by Phil Nash · 11 years ago
  67. 2f086ae If no assertions print custom message by Phil Nash · 11 years ago
  68. f7378ee Fixed string indexing bug by Phil Nash · 12 years ago
  69. f41fad7 Don't report durations if not reporter anything else by Phil Nash · 12 years ago
  70. 2ddb9d3 Completed CumulativeReporterBase and reimplemented JUnitReporter in terms of it by Phil Nash · 12 years ago
  71. 1f519dd Added LazyStat wrapper by Phil Nash · 12 years ago
  72. 29ccaa6 Replaced currentSectionInfo and m_rootSection with m_sectionStack by Phil Nash · 12 years ago
  73. 6339254 First cut of Timer class. by Phil Nash · 12 years ago
  74. 649f8c2 Removed now redundant handling for missing assertions in test cases by Phil Nash · 12 years ago
  75. b80280f Tidied up reporting of missing assertions in test cases by Phil Nash · 12 years ago
  76. 9aff9aa Integrated new section tracker. by Phil Nash · 12 years ago
  77. f3d1f08 Removed all trailing whitespace - addresses #105 by Phil Nash · 12 years ago
  78. 503d5d0 Converted stray tabs to spaces by Phil Nash · 12 years ago
  79. 0d35730 INFOs only reset at assertion if consumed by Phil Nash · 12 years ago
  80. cb60d13 Runner -> RunContext, Runner2 -> Runner and fixed issue with processName by Phil Nash · 12 years ago
  81. e145995 Refactoring towards interface based config by Phil Nash · 12 years ago
  82. d430537 Fixed inconsistency in reporting of _FALSE (negated) expressions by Phil Nash · 12 years ago
  83. b3acf45 Fully committed to new Text class. by Phil Nash · 12 years ago
  84. 7059c6e Text class mostly working - tabs not yet working by Phil Nash · 12 years ago
  85. bd5910e Moved line info in header again by Phil Nash · 12 years ago
  86. 3bd4241 Fixed Junit issue with REQUIRE_THROWS by Phil Nash · 12 years ago
  87. 4746caa LineWrapper can indent first line differently to subsequent lines by Phil Nash · 12 years ago
  88. f186a91 Switched TextColour out for Colour - Removed TextColour by Phil Nash · 12 years ago
  89. 2c90533 More formatting/ colour tweaks by Phil Nash · 12 years ago
  90. 2a17ef9 Use SecondaryText code in lists by Phil Nash · 12 years ago
  91. 9e8abc3 Simplified StringWrapper by Phil Nash · 12 years ago
  92. b052bd7 Refactored string wrapper by Phil Nash · 12 years ago
  93. 2e3c5fa Addressed some warnings (mostly MSVC) by Phil Nash · 12 years ago
  94. a46ee02 Print ~~~ at start of console output. Some cleanup in the reporter code by Phil Nash · 12 years ago
  95. 7542685 Moved "no test cases matched" message to reporter by Phil Nash · 12 years ago
  96. b7ff995 Tidied up some loose ends with reporting test cases and sections (now handles them as a single block). by Phil Nash · 12 years ago
  97. 90b2bfe Patched issue where an assert before the first section can cause a set-fault (needs a better fix, though) by Phil Nash · 12 years ago
  98. 767f158 Added StringMaker (for partially specialising string conversions), extended BDD macros and moved file/line info to top of message. by Phil Nash · 12 years ago
  99. 207b27b Changed the way info messages are handled. by Phil Nash · 12 years ago
  100. 603002c Removed circular dependency between SectionInfo and its parent by Phil Nash · 12 years ago