1. bd7f797 build 27 by Phil Nash · 12 years ago
  2. 49d7ce4 Minor tidy up by Phil Nash · 12 years ago
  3. 9390675 Build 26 by Phil Nash · 12 years ago
  4. c0b6980 Initial support for variadic macros by Phil Nash · 12 years ago
  5. 9c5bbab build 25 by Phil Nash · 12 years ago
  6. 37186a1 Added BDD macros (Also includes regenerated files from previous commits) by Phil Nash · 12 years ago
  7. 0db35c0 Cleaned up -Wpadded warning handling a bit more by Phil Nash · 12 years ago
  8. dc2735c Removed some cruft and warnings by Phil Nash · 12 years ago
  9. 7542685 Moved "no test cases matched" message to reporter by Phil Nash · 12 years ago
  10. 6d56d71 build 24 by Phil Nash · 12 years ago
  11. 3df6c0d Refactored ConsoleColour impl. Tweaked the (Windows) colours a bit. by Phil Nash · 12 years ago
  12. a04981b Build 22 by Phil Nash · 12 years ago
  13. 5de07c3 Removed unnecessary test by Phil Nash · 12 years ago
  14. 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
  15. 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
  16. 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
  17. ead139e Reverted ANSI colour change (it was failing for Windows) Produced build 20 by Phil Nash · 12 years ago
  18. 10ed1e0 Handle section ends in the event of unexpected exceptions by Phil Nash · 12 years ago
  19. 3f50385 Updated approval file by Phil Nash · 12 years ago
  20. 35cb97f Cleaned up some stray tests by Phil Nash · 12 years ago
  21. d768b1b Fixed sticky INFO (which persisted across TEST_CASEs) from #152 and generated build 18 by Phil Nash · 12 years ago
  22. fb944f2 Updated message tests to reflect slightly changed semantics by Phil Nash · 12 years ago
  23. 207b27b Changed the way info messages are handled. by Phil Nash · 12 years ago
  24. 67ccd8d Allows console line width to be configured (and defaults to 80). by Phil Nash · 12 years ago
  25. 3ce320d More console reporter tweaks by Phil Nash · 12 years ago
  26. b588755 Tweaked console reporter some more by Phil Nash · 12 years ago
  27. 10e8917 Dropped "Test case" and "Section" prefixes in test report headers by Phil Nash · 12 years ago
  28. 5a60ce2 console reporter: got rid of spurious blank lines by Phil Nash · 12 years ago
  29. f8ba227 console reporter: by Phil Nash · 12 years ago
  30. 21c479f More console reporter tweaks and approved new output by Phil Nash · 12 years ago
  31. 42aef1d Fairly major reworking of console reporter (still in progress). by Phil Nash · 12 years ago
  32. 619d534 Added "basic" reports to the Approval results (in addition to the console reports) by Phil Nash · 12 years ago
  33. bcf722e Reporter interface uses value types instead of shared ptrs again by Phil Nash · 12 years ago
  34. 7409075 Approval filter condenses hop filenames as well as cpp by Phil Nash · 12 years ago
  35. 8b71158 Fixed reference to basic reporter (to console reporter) by Phil Nash · 12 years ago
  36. 86ad634 Split original/ expanded expressions over multiple lines by Phil Nash · 12 years ago
  37. eac51f3 Fix for long headers by Phil Nash · 12 years ago
  38. a7079a2 Changed header and summary logs to multiline forms by Phil Nash · 12 years ago
  39. 6488fc1 Console reporter: Don't print full path for every line by Phil Nash · 12 years ago
  40. 6fb8260 Tweaks to summary counts in console reporter by Phil Nash · 12 years ago
  41. bcad093 Console reporter is now the default by Phil Nash · 12 years ago
  42. f4c0a18 console reporter is now a full replacement for the basic reporter, using the new streaming interface directly by Phil Nash · 12 years ago
  43. 51f0572 Added approval test for aborted test results (-a) by Phil Nash · 12 years ago
  44. fe98123 Started new reporter, "console", which will replace "basic" when done. by Phil Nash · 12 years ago
  45. 2632dca Completed IStreamingInterface abstraction with TestRunInfo and GroupInfo by Phil Nash · 12 years ago
  46. 602880f Approval filenames are now approvedResults.txt and unapprovedResults.txt (only the former is checked in) by Phil Nash · 12 years ago
  47. 209e89b Removed some more test cruft by Phil Nash · 12 years ago
  48. 37ce023 Removed mocked output logging tests in favour of approval tests by Phil Nash · 12 years ago
  49. 8255acf IStreamingReporter is now the default. Use REGISTER_LEGACY_REPORTER to register… you guessed it: legacy reporters by Phil Nash · 12 years ago
  50. 4e12e12 Streaming reporter interface is now used natively. by Phil Nash · 12 years ago
  51. 994e64c Added xml and junit output - also fixed a typo in a test name by Phil Nash · 12 years ago
  52. 2269433 Scripts for running approval tests using diff. by Phil Nash · 12 years ago
  53. 4b36001 Tightened up ReporterConfig and added it to LegacyReporterAdapter by Phil Nash · 12 years ago
  54. 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
  55. 8baa06c Split TestCaseInfo into a data only component and the test case function and behaviour. by Phil Nash · 12 years ago
  56. 06a671a Renamed TestCaseInfo -> TestCase by Phil Nash · 12 years ago
  57. deb3e9d Fixed SUCCEED so it logs message in basic reporter by Phil Nash · 12 years ago
  58. 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
  59. db48a6d Updated baselines to include NoAssertions warning by Phil Nash · 12 years ago
  60. 5497cd8 Expanded baseline to include all tests by Phil Nash · 12 years ago
  61. a90a88a Junit reporter uses filename for suite name if no explicit groups by Phil Nash · 12 years ago
  62. d0cc33f Unchecked exceptions don't report previous assertions message (only its line number) by Phil Nash · 12 years ago
  63. 75b89a9 New baselines by Phil Nash · 12 years ago
  64. 08142bf Fixes const int error seen on some compilers (see #136) by Phil Nash · 12 years ago
  65. 42d1b45 Squashed commit of the following: by Phil Nash · 12 years ago
  66. 7717c29 Implemented CHECK_NOFAIL by Phil Nash · 12 years ago
  67. d539da9 Implemented CHECK_NO_FAIL by Phil Nash · 12 years ago
  68. f54ac56 New (combined) baselines by Phil Nash · 12 years ago
  69. ec5956f Fix for #134 by Phil Nash · 12 years ago
  70. b323fc7 Fixed line/no regression for SECTIONs by Phil Nash · 12 years ago
  71. 78fba28 Added className to TestCaseInfo by Phil Nash · 12 years ago
  72. ce612bf Squashed commit of the following: by Phil Nash · 12 years ago
  73. 8f4cc54 Added regression test baselines by Phil Nash · 12 years ago
  74. 134e45b Fixed #132 by Phil Nash · 12 years ago
  75. c597a89 ResultInfo -> AssertionResult filenames and variables by Phil Nash · 12 years ago
  76. d16955f Renamed ResultInfo -> AssertionResult by Phil Nash · 12 years ago
  77. 9444bbc Added AllOf and AnyOf matchers by Phil Nash · 12 years ago
  78. 47f679e Disabled WIP code by Phil Nash · 12 years ago
  79. 803f6b7 Added SCOPED_CAPTURE by Phil Nash · 12 years ago
  80. 4104fb7 Random bits of clean-up by Phil Nash · 12 years ago
  81. 4b93fb8 Added some surrogate cpps by Phil Nash · 12 years ago
  82. 67ec870 First cut of command line support for tags by Phil Nash · 12 years ago
  83. 85c0e3d Tag command line parsing implementation by Phil Nash · 12 years ago
  84. 9d8570f Removed spurious files by Phil Nash · 12 years ago
  85. 6196488 Added copy ctor to ReporterConfig to get rid of warnings by Phil Nash · 12 years ago
  86. fc1baac First cut of tags support by Phil Nash · 12 years ago
  87. a70fbe3 Completed NoAssertions warning implementation by Phil Nash · 12 years ago
  88. ecf934b Option objects now enforce min/ max args generically by Phil Nash · 12 years ago
  89. eb775aa Refactored command line parsers into polymorphic classes by Phil Nash · 12 years ago
  90. 95ae50a Test for ~ and removed debug print by Phil Nash · 12 years ago
  91. 4c97fc5 WIldcards at both ends by Phil Nash · 12 years ago
  92. 56d5c42 First cut of new filtering mechanism by Phil Nash · 12 years ago
  93. d5fbe2e conditionally compile GCC pragmas by Phil Nash · 12 years ago
  94. d178df0 First cut of filters implementation by Phil Nash · 12 years ago
  95. cda2149 Conditionally compile clang pragmas by Phil Nash · 12 years ago
  96. c1dbc9c Separated getting test cases to run from running them by Phil Nash · 12 years ago
  97. a695eb9 Builds almost completely cleanly with -WEverything in LLVM by Phil Nash · 12 years ago
  98. 3b80af7 Recreated the single include test project and got it working after impl refactorings by Phil Nash · 12 years ago
  99. da0ae95 Renamed static registries -> registry hub by Phil Nash · 12 years ago
  100. 1091ca8 First cut of StaticRegistries - separate from Context by Phil Nash · 12 years ago