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