1. e57a56b Converted tabs to spaces in some files where they have crept back in by Phil Nash · 12 years ago
  2. 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
  3. 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
  4. 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
  5. ead139e Reverted ANSI colour change (it was failing for Windows) Produced build 20 by Phil Nash · 12 years ago
  6. 5bdae84 build 19 by Phil Nash · 12 years ago
  7. 10ed1e0 Handle section ends in the event of unexpected exceptions by Phil Nash · 12 years ago
  8. ca79d19 Suppress "no test cases matched" message if there was no test spec string by Phil Nash · 12 years ago
  9. 429699e Added className to TestCase in Obj-C by Phil Nash · 12 years ago
  10. f45e09a Default to using colour in unix based terminals by Phil Nash · 12 years ago
  11. dbcd833 Don't use ANSI colour codes when debugging by Phil Nash · 12 years ago
  12. d768b1b Fixed sticky INFO (which persisted across TEST_CASEs) from #152 and generated build 18 by Phil Nash · 12 years ago
  13. a277381 Build 17 - includes reworking of message/ info handling by Phil Nash · 12 years ago
  14. ad65486 Removed deprecated message code by Phil Nash · 12 years ago
  15. 207b27b Changed the way info messages are handled. by Phil Nash · 12 years ago
  16. e475645 Build 16 by Phil Nash · 12 years ago
  17. 603002c Removed circular dependency between SectionInfo and its parent by Phil Nash · 12 years ago
  18. 67ccd8d Allows console line width to be configured (and defaults to 80). by Phil Nash · 12 years ago
  19. 3682433 console_reporter refactoring by Phil Nash · 12 years ago
  20. 3ce320d More console reporter tweaks by Phil Nash · 12 years ago
  21. b588755 Tweaked console reporter some more by Phil Nash · 12 years ago
  22. 10e8917 Dropped "Test case" and "Section" prefixes in test report headers by Phil Nash · 12 years ago
  23. 2e7d966 Generated build 13 by Phil Nash · 12 years ago
  24. 0a87795 Some test case header refactoring by Phil Nash · 12 years ago
  25. 5a60ce2 console reporter: got rid of spurious blank lines by Phil Nash · 12 years ago
  26. f8ba227 console reporter: by Phil Nash · 12 years ago
  27. 097282e Merged test case/ sections headers by Phil Nash · 12 years ago
  28. 9beb6f2 More console reporter refactoring by Phil Nash · 12 years ago
  29. 3134810 Refactored printResultType and printMessage to work off a single switch by Phil Nash · 12 years ago
  30. 3b970e2 Refactored printResultType into switch by Phil Nash · 12 years ago
  31. 60ed3c1 Some tidy up by Phil Nash · 12 years ago
  32. 21c479f More console reporter tweaks and approved new output by Phil Nash · 12 years ago
  33. bb76e47 More console reporter tweaks - mostly newlines by Phil Nash · 12 years ago
  34. 42aef1d Fairly major reworking of console reporter (still in progress). by Phil Nash · 12 years ago
  35. e9305ec Fixed bug in generators by Phil Nash · 12 years ago
  36. bcf722e Reporter interface uses value types instead of shared ptrs again by Phil Nash · 12 years ago
  37. 0d4609f Clear state in AccumulatingReporter by Phil Nash · 12 years ago
  38. 8b71158 Fixed reference to basic reporter (to console reporter) by Phil Nash · 12 years ago
  39. cf5ced5 Build 12 by Phil Nash · 12 years ago
  40. 86ad634 Split original/ expanded expressions over multiple lines by Phil Nash · 12 years ago
  41. eac51f3 Fix for long headers by Phil Nash · 12 years ago
  42. a7079a2 Changed header and summary logs to multiline forms by Phil Nash · 12 years ago
  43. f117812 build 11: Console reporter changes by Phil Nash · 12 years ago
  44. 6488fc1 Console reporter: Don't print full path for every line by Phil Nash · 12 years ago
  45. 6fb8260 Tweaks to summary counts in console reporter by Phil Nash · 12 years ago
  46. bcad093 Console reporter is now the default by Phil Nash · 12 years ago
  47. f4c0a18 console reporter is now a full replacement for the basic reporter, using the new streaming interface directly by Phil Nash · 12 years ago
  48. e6d1c98 Fleshed out console reporter by Phil Nash · 12 years ago
  49. ff03cdf Work in progress on Console reporter. by Phil Nash · 12 years ago
  50. 4424634 Updated obj-c bindings for new Matchers and TestCaseInfo changes by Phil Nash · 12 years ago
  51. fe98123 Started new reporter, "console", which will replace "basic" when done. by Phil Nash · 12 years ago
  52. f276a05 Added missing #include for assert to fix build failure by Phil Nash · 12 years ago
  53. a1fbfea Generated build 7 by Phil Nash · 12 years ago
  54. e3e9e07 Capture RunInfo by Phil Nash · 12 years ago
  55. 2632dca Completed IStreamingInterface abstraction with TestRunInfo and GroupInfo by Phil Nash · 12 years ago
  56. b56aaf4 Version uses constructor instead of initialiser to avoid warnings by Phil Nash · 12 years ago
  57. 8255acf IStreamingReporter is now the default. Use REGISTER_LEGACY_REPORTER to register… you guessed it: legacy reporters by Phil Nash · 12 years ago
  58. 4e12e12 Streaming reporter interface is now used natively. by Phil Nash · 12 years ago
  59. 7f04b56 Reporter "stats" objects passed in by Ptr by Phil Nash · 12 years ago
  60. f4774d9 Reference to legacy reporter adapter localised to one place by Phil Nash · 12 years ago
  61. ad6701d SectionInfo now goes via new streaming reporter interface by Phil Nash · 12 years ago
  62. 95df676 Renamed SectionInfo -> RunningSection. by Phil Nash · 12 years ago
  63. 3d6be03 Small logic tweaks by Phil Nash · 12 years ago
  64. 6f2343b Sections use vector instead of a map by Phil Nash · 12 years ago
  65. c4ba675 Added ReporterPreferences and started some SectionInfo refactoring by Phil Nash · 12 years ago
  66. 4b36001 Tightened up ReporterConfig and added it to LegacyReporterAdapter by Phil Nash · 12 years ago
  67. f9d9263 First cut of using new streaming reporter interface - using an adapter to map back to the legacy interface by Phil Nash · 12 years ago
  68. 8baa06c Split TestCaseInfo into a data only component and the test case function and behaviour. by Phil Nash · 12 years ago
  69. 06a671a Renamed TestCaseInfo -> TestCase by Phil Nash · 12 years ago
  70. 37f3820 Don't indent stdout/ stderr in JUnit reporter by Phil Nash · 12 years ago
  71. 2846367 build 6 by Phil Nash · 12 years ago
  72. fe6d1a5 Write stdOut/stdErr for each test car in JUnit reporter (for GitHub #5) by Phil Nash · 12 years ago
  73. deb3e9d Fixed SUCCEED so it logs message in basic reporter by Phil Nash · 12 years ago
  74. 5d248c9 Moved code that detects absence of assertions closer to where end of test case is reported (ready for merging). by Phil Nash · 12 years ago
  75. a90a88a Junit reporter uses filename for suite name if no explicit groups by Phil Nash · 12 years ago
  76. d0cc33f Unchecked exceptions don't report previous assertions message (only its line number) by Phil Nash · 12 years ago
  77. 3e2e318 Build 4 by Phil Nash · 12 years ago
  78. f825d67 Tweaked bitfield tests to avoid warnings by Phil Nash · 12 years ago
  79. 08142bf Fixes const int error seen on some compilers (see #136) by Phil Nash · 12 years ago
  80. fec1053 Fix expression compile errors. by Wichert Akkerman · 12 years ago
  81. ef60d54 Fix (hopefully) for #5 (reopened) by Phil Nash · 12 years ago
  82. 7673a30 Added versioning by Phil Nash · 12 years ago
  83. ceeebfd Fixed merge hiccup by Phil Nash · 12 years ago
  84. 42d1b45 Squashed commit of the following: by Phil Nash · 12 years ago
  85. 4ea535e Tidied up result enums by Phil Nash · 12 years ago
  86. 7717c29 Implemented CHECK_NOFAIL by Phil Nash · 12 years ago
  87. d539da9 Implemented CHECK_NO_FAIL by Phil Nash · 12 years ago
  88. defca58 negate() -> endExpression(), takes ResultDisposition by Phil Nash · 12 years ago
  89. b2ef998 Changed shouldNegate boolean to use part of ResultDisposition enum by Phil Nash · 12 years ago
  90. 1af13db Changed StopOnFailure boolean to an enum by Phil Nash · 12 years ago
  91. 20e59ce Added tags docs by Phil Nash · 12 years ago
  92. b5b1b1e Some expression/ evaluation clean-up by Phil Nash · 12 years ago
  93. ec5956f Fix for #134 by Phil Nash · 12 years ago
  94. b323fc7 Fixed line/no regression for SECTIONs by Phil Nash · 12 years ago
  95. 78fba28 Added className to TestCaseInfo by Phil Nash · 12 years ago
  96. 81cb69e AssertionInfo captures more info (for test cases and sections) by Phil Nash · 12 years ago
  97. a4e088c Removed __FUNCTION__ from SourceLineInfo by Phil Nash · 12 years ago
  98. ce612bf Squashed commit of the following: by Phil Nash · 12 years ago
  99. 2a1e8bf Updated colour comments by Phil Nash · 12 years ago
  100. f0f407f Manually applied merge #133 from Master by Phil Nash · 12 years ago