1. 619d534 Added "basic" reports to the Approval results (in addition to the console reports) by Phil Nash · 12 years ago
  2. bcf722e Reporter interface uses value types instead of shared ptrs again by Phil Nash · 12 years ago
  3. 7409075 Approval filter condenses hop filenames as well as cpp by Phil Nash · 12 years ago
  4. 8b71158 Fixed reference to basic reporter (to console reporter) by Phil Nash · 12 years ago
  5. 86ad634 Split original/ expanded expressions over multiple lines by Phil Nash · 12 years ago
  6. eac51f3 Fix for long headers by Phil Nash · 12 years ago
  7. a7079a2 Changed header and summary logs to multiline forms by Phil Nash · 12 years ago
  8. 6488fc1 Console reporter: Don't print full path for every line by Phil Nash · 12 years ago
  9. 6fb8260 Tweaks to summary counts in console reporter by Phil Nash · 12 years ago
  10. bcad093 Console reporter is now the default by Phil Nash · 12 years ago
  11. f4c0a18 console reporter is now a full replacement for the basic reporter, using the new streaming interface directly by Phil Nash · 12 years ago
  12. 51f0572 Added approval test for aborted test results (-a) by Phil Nash · 12 years ago
  13. fe98123 Started new reporter, "console", which will replace "basic" when done. by Phil Nash · 12 years ago
  14. 2632dca Completed IStreamingInterface abstraction with TestRunInfo and GroupInfo by Phil Nash · 12 years ago
  15. 602880f Approval filenames are now approvedResults.txt and unapprovedResults.txt (only the former is checked in) by Phil Nash · 12 years ago
  16. 209e89b Removed some more test cruft by Phil Nash · 12 years ago
  17. 37ce023 Removed mocked output logging tests in favour of approval tests by Phil Nash · 12 years ago
  18. 8255acf IStreamingReporter is now the default. Use REGISTER_LEGACY_REPORTER to register… you guessed it: legacy reporters by Phil Nash · 12 years ago
  19. 4e12e12 Streaming reporter interface is now used natively. by Phil Nash · 12 years ago
  20. 994e64c Added xml and junit output - also fixed a typo in a test name by Phil Nash · 12 years ago
  21. 2269433 Scripts for running approval tests using diff. by Phil Nash · 12 years ago
  22. 4b36001 Tightened up ReporterConfig and added it to LegacyReporterAdapter by Phil Nash · 12 years ago
  23. 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
  24. 8baa06c Split TestCaseInfo into a data only component and the test case function and behaviour. by Phil Nash · 12 years ago
  25. 06a671a Renamed TestCaseInfo -> TestCase by Phil Nash · 12 years ago
  26. deb3e9d Fixed SUCCEED so it logs message in basic reporter by Phil Nash · 12 years ago
  27. 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
  28. db48a6d Updated baselines to include NoAssertions warning by Phil Nash · 12 years ago
  29. 5497cd8 Expanded baseline to include all tests by Phil Nash · 12 years ago
  30. a90a88a Junit reporter uses filename for suite name if no explicit groups by Phil Nash · 12 years ago
  31. d0cc33f Unchecked exceptions don't report previous assertions message (only its line number) by Phil Nash · 12 years ago
  32. 75b89a9 New baselines by Phil Nash · 12 years ago
  33. 08142bf Fixes const int error seen on some compilers (see #136) by Phil Nash · 12 years ago
  34. 42d1b45 Squashed commit of the following: by Phil Nash · 12 years ago
  35. 7717c29 Implemented CHECK_NOFAIL by Phil Nash · 12 years ago
  36. d539da9 Implemented CHECK_NO_FAIL by Phil Nash · 12 years ago
  37. f54ac56 New (combined) baselines by Phil Nash · 12 years ago
  38. ec5956f Fix for #134 by Phil Nash · 12 years ago
  39. b323fc7 Fixed line/no regression for SECTIONs by Phil Nash · 12 years ago
  40. 78fba28 Added className to TestCaseInfo by Phil Nash · 12 years ago
  41. ce612bf Squashed commit of the following: by Phil Nash · 12 years ago
  42. 8f4cc54 Added regression test baselines by Phil Nash · 12 years ago
  43. 134e45b Fixed #132 by Phil Nash · 12 years ago
  44. c597a89 ResultInfo -> AssertionResult filenames and variables by Phil Nash · 12 years ago
  45. d16955f Renamed ResultInfo -> AssertionResult by Phil Nash · 12 years ago
  46. 9444bbc Added AllOf and AnyOf matchers by Phil Nash · 12 years ago
  47. 47f679e Disabled WIP code by Phil Nash · 12 years ago
  48. 803f6b7 Added SCOPED_CAPTURE by Phil Nash · 12 years ago
  49. 4104fb7 Random bits of clean-up by Phil Nash · 12 years ago
  50. 4b93fb8 Added some surrogate cpps by Phil Nash · 12 years ago
  51. 67ec870 First cut of command line support for tags by Phil Nash · 12 years ago
  52. 85c0e3d Tag command line parsing implementation by Phil Nash · 12 years ago
  53. 9d8570f Removed spurious files by Phil Nash · 12 years ago
  54. 6196488 Added copy ctor to ReporterConfig to get rid of warnings by Phil Nash · 12 years ago
  55. fc1baac First cut of tags support by Phil Nash · 12 years ago
  56. a70fbe3 Completed NoAssertions warning implementation by Phil Nash · 12 years ago
  57. ecf934b Option objects now enforce min/ max args generically by Phil Nash · 12 years ago
  58. eb775aa Refactored command line parsers into polymorphic classes by Phil Nash · 12 years ago
  59. 95ae50a Test for ~ and removed debug print by Phil Nash · 12 years ago
  60. 4c97fc5 WIldcards at both ends by Phil Nash · 12 years ago
  61. 56d5c42 First cut of new filtering mechanism by Phil Nash · 12 years ago
  62. d5fbe2e conditionally compile GCC pragmas by Phil Nash · 12 years ago
  63. d178df0 First cut of filters implementation by Phil Nash · 12 years ago
  64. cda2149 Conditionally compile clang pragmas by Phil Nash · 12 years ago
  65. c1dbc9c Separated getting test cases to run from running them by Phil Nash · 12 years ago
  66. a695eb9 Builds almost completely cleanly with -WEverything in LLVM by Phil Nash · 12 years ago
  67. 3b80af7 Recreated the single include test project and got it working after impl refactorings by Phil Nash · 12 years ago
  68. da0ae95 Renamed static registries -> registry hub by Phil Nash · 12 years ago
  69. 1091ca8 First cut of StaticRegistries - separate from Context by Phil Nash · 12 years ago
  70. b084562 Improved error handling for --abort as per #108 by Phil Nash · 12 years ago
  71. d2553cd Made ReportConfig a value type by Phil Nash · 12 years ago
  72. 46bcd4b Added ability to specify if macros should be prefixed with CATCH_ by Phil Nash · 12 years ago
  73. 5d73c5a Resolve reporter outside of Config by Phil Nash · 12 years ago
  74. 8fbd8e0 Moved use of reporter into runner (our of Main, directly) by Phil Nash · 12 years ago
  75. abf2716 Added NotImplementedException by Phil Nash · 12 years ago
  76. 4c73aa5 Factored ConfigData out of data by Phil Nash · 12 years ago
  77. 46a3476 Added nothrow command line option by Phil Nash · 12 years ago
  78. 5824b56 Cleaned up some GCC/LLVM warnings by Phil Nash · 12 years ago
  79. 535edcb changed remaining cmd line checks to cmd.raiseError by Phil Nash · 12 years ago
  80. 8d02b93 Changed --cutoff to --abort by Phil Nash · 12 years ago
  81. 6d1c113 Fixed some signed/ unsigned warnings by Phil Nash · 12 years ago
  82. e9e6859 qualified #includes by Phil Nash · 12 years ago
  83. 19b2aa6 Added cutoff option to command line by Phil Nash · 12 years ago
  84. 163088a Refactored command line parser to be more cohesive by Phil Nash · 12 years ago
  85. 7035b55 Matchers macro uses Catch::Matchers namespace internally - so it doesn't have to be declared with "using" first by Phil Nash · 12 years ago
  86. 73e1bc2 Fixed some warnings by Phil Nash · 12 years ago
  87. 1787da5 Reinstated #include that broke single include by Phil Nash · 12 years ago
  88. 371db8b Context methods are non-static - accessed via interface by Phil Nash · 12 years ago
  89. ee18b8c Reformatting by Phil Nash · 12 years ago
  90. 0afa09f Reformatting by Phil Nash · 12 years ago
  91. 5ec53b2 renamed hub -> context by Phil Nash · 12 years ago
  92. d06dced Some more reformatting. Also fixed some warnings by Phil Nash · 12 years ago
  93. e1cb8f2 Fix for comparing (const) char* to NULL by Phil Nash · 12 years ago
  94. e848a91 Shifted some of MockReporter into the impl file file by Phil Nash · 12 years ago
  95. a976c07 Fixed section ordering issue by Phil Nash · 12 years ago
  96. b213202 Added self-test for section ordering by Phil Nash · 12 years ago
  97. 83a66a6 Removed redundant const by Phil Nash · 12 years ago
  98. 8fdf7f3 Added tests for signed/ unsigned fix by Phil Nash · 12 years ago
  99. 53c990a ARC support for Object-C projects by Phil Nash · 13 years ago
  100. 966f5db Added initial built-in matchers for NSString (ObjC) by Phil Nash · 13 years ago