1. e04dc51 use inline 'libraryVersion()' function (closes #858) by Kevin Ushey · 7 years ago
  2. f9db24a Refactored console reporter include logic to match Xml Reporter’s by Phil Nash · 7 years ago
  3. 40f6a5b Added duration reporting to compact reporter by Martin Hořeňovský · 7 years ago
  4. 061a183 Console reporter now uses fixed decimal formatting by Martin Hořeňovský · 7 years ago
  5. 9bab7c8 Changed console reporter test duration reporting format by Martin Hořeňovský · 7 years ago
  6. ab44fb6 The file/ line in sections is now of the section. not the test case by Phil Nash · 7 years ago
  7. bcaa2f9 Use char literal instead of string literal with 1 char by Martin Hořeňovský · 8 years ago
  8. 447f53e Fixed !shouldfail by Phil Nash · 8 years ago
  9. 368714e Added Listeners (programatically provided extra reporters) by Phil Nash · 9 years ago
  10. 21f7ef6 Committed to semantic versioning by Phil Nash · 9 years ago
  11. a9f16b1 Fix memset build error by Phil Nash · 10 years ago
  12. 8ec959e TeamCity reporter work by Phil Nash · 10 years ago
  13. fa0122b Allow testing ordering to be specified as declaration, lexicographical, or random. Allow random seed to be specified by Phil Nash · 10 years ago
  14. c1a8e1c Added signal handlers (and placeholder for SEH handlers) by Phil Nash · 10 years ago
  15. 76f80a6 More summary formatting tweaks by Phil Nash · 10 years ago
  16. cab9141 Green summary bar is darker if not all passed by Phil Nash · 10 years ago
  17. a31f05f Removed C-style casts by Phil Nash · 10 years ago
  18. 94a1acf More tweaks to summary format by Phil Nash · 10 years ago
  19. 9c1f9a8 Added [!mayfail] tag to indicate test case that can fail without failing the suite. by Phil Nash · 10 years ago
  20. f1928b7 Include missing <cstring> header - should fix issue #274 by Phil Nash · 10 years ago
  21. f219194 Replace some static strings with static char*s for leak detection friendliness (h/t #272) by Phil Nash · 10 years ago
  22. 7303b2b Changed branchName to char*, as per #266 by Phil Nash · 10 years ago
  23. c4a089c Refactored a lot of code from headers into impl headers only compiled into one TU by Phil Nash · 11 years ago
  24. 4f57c8c Print warnings if no assertions and not running with -s by Phil Nash · 11 years ago
  25. 2f086ae If no assertions print custom message by Phil Nash · 11 years ago
  26. f7378ee Fixed string indexing bug by Phil Nash · 11 years ago
  27. f41fad7 Don't report durations if not reporter anything else by Phil Nash · 11 years ago
  28. 2ddb9d3 Completed CumulativeReporterBase and reimplemented JUnitReporter in terms of it by Phil Nash · 11 years ago
  29. 1f519dd Added LazyStat wrapper by Phil Nash · 11 years ago
  30. 29ccaa6 Replaced currentSectionInfo and m_rootSection with m_sectionStack by Phil Nash · 11 years ago
  31. 6339254 First cut of Timer class. by Phil Nash · 11 years ago
  32. 649f8c2 Removed now redundant handling for missing assertions in test cases by Phil Nash · 11 years ago
  33. b80280f Tidied up reporting of missing assertions in test cases by Phil Nash · 11 years ago
  34. 9aff9aa Integrated new section tracker. by Phil Nash · 11 years ago
  35. f3d1f08 Removed all trailing whitespace - addresses #105 by Phil Nash · 11 years ago
  36. 503d5d0 Converted stray tabs to spaces by Phil Nash · 11 years ago
  37. 0d35730 INFOs only reset at assertion if consumed by Phil Nash · 11 years ago
  38. cb60d13 Runner -> RunContext, Runner2 -> Runner and fixed issue with processName by Phil Nash · 11 years ago
  39. e145995 Refactoring towards interface based config by Phil Nash · 11 years ago
  40. d430537 Fixed inconsistency in reporting of _FALSE (negated) expressions by Phil Nash · 11 years ago
  41. b3acf45 Fully committed to new Text class. by Phil Nash · 11 years ago
  42. 7059c6e Text class mostly working - tabs not yet working by Phil Nash · 11 years ago
  43. bd5910e Moved line info in header again by Phil Nash · 11 years ago
  44. 3bd4241 Fixed Junit issue with REQUIRE_THROWS by Phil Nash · 11 years ago
  45. 4746caa LineWrapper can indent first line differently to subsequent lines by Phil Nash · 11 years ago
  46. f186a91 Switched TextColour out for Colour - Removed TextColour by Phil Nash · 11 years ago
  47. 2c90533 More formatting/ colour tweaks by Phil Nash · 11 years ago
  48. 2a17ef9 Use SecondaryText code in lists by Phil Nash · 11 years ago
  49. 9e8abc3 Simplified StringWrapper by Phil Nash · 11 years ago
  50. b052bd7 Refactored string wrapper by Phil Nash · 11 years ago
  51. 2e3c5fa Addressed some warnings (mostly MSVC) by Phil Nash · 11 years ago
  52. a46ee02 Print ~~~ at start of console output. Some cleanup in the reporter code by Phil Nash · 11 years ago
  53. 7542685 Moved "no test cases matched" message to reporter by Phil Nash · 11 years ago
  54. b7ff995 Tidied up some loose ends with reporting test cases and sections (now handles them as a single block). by Phil Nash · 11 years ago
  55. 90b2bfe Patched issue where an assert before the first section can cause a set-fault (needs a better fix, though) by Phil Nash · 11 years ago
  56. 767f158 Added StringMaker (for partially specialising string conversions), extended BDD macros and moved file/line info to top of message. by Phil Nash · 11 years ago
  57. 207b27b Changed the way info messages are handled. by Phil Nash · 11 years ago
  58. 603002c Removed circular dependency between SectionInfo and its parent by Phil Nash · 12 years ago
  59. 67ccd8d Allows console line width to be configured (and defaults to 80). by Phil Nash · 12 years ago
  60. 3682433 console_reporter refactoring by Phil Nash · 12 years ago
  61. 3ce320d More console reporter tweaks by Phil Nash · 12 years ago
  62. b588755 Tweaked console reporter some more by Phil Nash · 12 years ago
  63. 10e8917 Dropped "Test case" and "Section" prefixes in test report headers by Phil Nash · 12 years ago
  64. 0a87795 Some test case header refactoring by Phil Nash · 12 years ago
  65. 5a60ce2 console reporter: got rid of spurious blank lines by Phil Nash · 12 years ago
  66. f8ba227 console reporter: by Phil Nash · 12 years ago
  67. 097282e Merged test case/ sections headers by Phil Nash · 12 years ago
  68. 9beb6f2 More console reporter refactoring by Phil Nash · 12 years ago
  69. 3134810 Refactored printResultType and printMessage to work off a single switch by Phil Nash · 12 years ago
  70. 3b970e2 Refactored printResultType into switch by Phil Nash · 12 years ago
  71. 60ed3c1 Some tidy up by Phil Nash · 12 years ago
  72. 21c479f More console reporter tweaks and approved new output by Phil Nash · 12 years ago
  73. bb76e47 More console reporter tweaks - mostly newlines by Phil Nash · 12 years ago
  74. 42aef1d Fairly major reworking of console reporter (still in progress). by Phil Nash · 12 years ago
  75. bcf722e Reporter interface uses value types instead of shared ptrs again by Phil Nash · 12 years ago
  76. 86ad634 Split original/ expanded expressions over multiple lines by Phil Nash · 12 years ago
  77. eac51f3 Fix for long headers by Phil Nash · 12 years ago
  78. a7079a2 Changed header and summary logs to multiline forms by Phil Nash · 12 years ago
  79. 6488fc1 Console reporter: Don't print full path for every line by Phil Nash · 12 years ago
  80. 6fb8260 Tweaks to summary counts in console reporter by Phil Nash · 12 years ago
  81. bcad093 Console reporter is now the default by Phil Nash · 12 years ago
  82. f4c0a18 console reporter is now a full replacement for the basic reporter, using the new streaming interface directly by Phil Nash · 12 years ago
  83. e6d1c98 Fleshed out console reporter by Phil Nash · 12 years ago
  84. ff03cdf Work in progress on Console reporter. by Phil Nash · 12 years ago
  85. fe98123 Started new reporter, "console", which will replace "basic" when done. by Phil Nash · 12 years ago