1. 11b5179 Redacted test durations from JUnit reporter output in approval test script by Phil Nash · 11 years ago
  2. d68510d Removed legacy JUnit reporter by Phil Nash · 11 years ago
  3. 2ddb9d3 Completed CumulativeReporterBase and reimplemented JUnitReporter in terms of it by Phil Nash · 11 years ago
  4. 1f519dd Added LazyStat wrapper by Phil Nash · 11 years ago
  5. 29ccaa6 Replaced currentSectionInfo and m_rootSection with m_sectionStack by Phil Nash · 11 years ago
  6. 6339254 First cut of Timer class. by Phil Nash · 11 years ago
  7. 649f8c2 Removed now redundant handling for missing assertions in test cases by Phil Nash · 11 years ago
  8. e8cf726 Refactored missing assertions handling by Phil Nash · 11 years ago
  9. b80280f Tidied up reporting of missing assertions in test cases by Phil Nash · 11 years ago
  10. 801672b Fix MSVC warning by Phil Nash · 11 years ago
  11. 8a52a39 Build 6 - fixes infinite loop bug (#185 and #166) by Phil Nash · 11 years ago
  12. 28d3881 Merged TestCaseTracker and SectionTracker and introduced TestCaseTracker::Guard by Phil Nash · 11 years ago
  13. ee647f5 Removed displaced RunningTest class by Phil Nash · 11 years ago
  14. 9aff9aa Integrated new section tracker. by Phil Nash · 11 years ago
  15. 6a484fd Reworked SectionTracker and moved into own header by Phil Nash · 11 years ago
  16. 372a6c6 Small fixes and started new section tracking code by Phil Nash · 11 years ago
  17. f3d1f08 Removed all trailing whitespace - addresses #105 by Phil Nash · 11 years ago
  18. 503d5d0 Converted stray tabs to spaces by Phil Nash · 11 years ago
  19. dea43e0 Merge pull request #180 from benjamg/patch-1 by Phil Nash · 11 years ago
  20. 54e6f9d Slightly tweaked docs on supplying your own main by Phil Nash · 11 years ago
  21. ad7445d build 5 - added throw() to streambuf destructor overrides (#182) by Phil Nash · 11 years ago
  22. 3907559 build 4 by Phil Nash · 11 years ago
  23. 109f46a Fixed broken test by Phil Nash · 11 years ago
  24. 066a638 Fix for #179 by Phil Nash · 11 years ago
  25. ba9b2b5 Use MFCs windows include if present by Phil Nash · 11 years ago
  26. 27a4d7a Fix external site links by Ben Gray · 11 years ago
  27. 4b5e008 guard NOMINMAX definition (windows) by Phil Nash · 11 years ago
  28. cd68830 Build 2 by Phil Nash · 11 years ago
  29. eb81850 Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 11 years ago
  30. 5d26ca1 Static assertion for && and || expressions by Phil Nash · 11 years ago
  31. a9b346b Removed line numbers from approval tests of xml too by Phil Nash · 11 years ago
  32. 40b8c77 Removed line numbers from approval tests by Phil Nash · 11 years ago
  33. f987da4 Update whats-changed.md by Phil Nash · 11 years ago
  34. 54c8817 Update whats-changed.md by Phil Nash · 11 years ago
  35. 7bd033c Update whats-changed.md by Phil Nash · 11 years ago
  36. c22cfc4 Addd test-fixtures docs from wiki by Phil Nash · 11 years ago
  37. d60b248 Updated docs with INFO/ CAPTURE changes by Phil Nash · 11 years ago
  38. b5fd5a6 INFO and CAPTURE are now scoped by Phil Nash · 11 years ago
  39. 881c61b Updated docs to reflect INFO change by Phil Nash · 11 years ago
  40. 0d35730 INFOs only reset at assertion if consumed by Phil Nash · 11 years ago
  41. 239fa28 Added run without -s to approvals by Phil Nash · 11 years ago
  42. 47751e4 Approved [.] change by Phil Nash · 11 years ago
  43. 9c39a5e Support [.] as alias for [hide] by Phil Nash · 11 years ago
  44. 2352043 Big merge from Integration - now v1.0 build 1 by Phil Nash · 11 years ago
  45. 53f128f Ignore DerivedData by Phil Nash · 11 years ago
  46. a76d93a Removed filename from --reporter option (it's not implemented yet) by Phil Nash · 11 years ago
  47. ae1c1ac Added "what's changed" by Phil Nash · 11 years ago
  48. 5ddd6e3 Added #define NOMINMAX - thanks to @robson3 in #171 by Phil Nash · 11 years ago
  49. 1d3dd71 Fixed returns in docs ref by Phil Nash · 11 years ago
  50. a26ddc9 New docs for command line and logging by Phil Nash · 11 years ago
  51. 5b15c21 Fixed iTChRunner by Phil Nash · 11 years ago
  52. fd1cd78 Completed assertions docs by Phil Nash · 11 years ago
  53. 46953c8 Filled out reference index and added placeholders for assertions and logging docs by Phil Nash · 11 years ago
  54. d07cd33 Added new docs for supplying your own main. by Phil Nash · 11 years ago
  55. 0ec7ea2 Doc updates by Phil Nash · 11 years ago
  56. 7d5f271 Fixed script for new readme by Phil Nash · 11 years ago
  57. f3592f2 Docs progress by Phil Nash · 11 years ago
  58. 786959d build 39 by Phil Nash · 11 years ago
  59. 11381c1 Tweaked indentation of errors and test lists by Phil Nash · 11 years ago
  60. 27cae85 Use Text formatter to list reporters by Phil Nash · 11 years ago
  61. 8055764 re-encapsulated session vars. - construct Config object lazily by Phil Nash · 11 years ago
  62. 8fde143 Session vars are public by Phil Nash · 11 years ago
  63. f438e04 list options return number listed by Phil Nash · 11 years ago
  64. e035e28 tweaks by Phil Nash · 11 years ago
  65. a7e657f Refactored new Session class to make it more friendly for custom client code by Phil Nash · 11 years ago
  66. c1196b6 Moved all Catch::Main()s into new Session class by Phil Nash · 11 years ago
  67. c57ebc8 Approved latest changes by Phil Nash · 11 years ago
  68. cb60d13 Runner -> RunContext, Runner2 -> Runner and fixed issue with processName by Phil Nash · 11 years ago
  69. 1b47e11 Added processConfig() method by Phil Nash · 11 years ago
  70. 2ed56c4 Removed legacy cli parser by Phil Nash · 11 years ago
  71. aee9b75 Now fully switched over to Clara-based command line with modified args by Phil Nash · 11 years ago
  72. 130ec98 Start of new docs by Phil Nash · 11 years ago
  73. 4e88ccd Start of new docs by Phil Nash · 11 years ago
  74. 0514fe4 Got parseCommandLine ready to use new Clara (but not doing so yet) by Phil Nash · 11 years ago
  75. f330fe7 Made generated function name more obvious (for quickly finding in debugger's stack viewer) by Phil Nash · 11 years ago
  76. c9f0f55 Last changes to ConfigData names (for now) by Phil Nash · 11 years ago
  77. 40e5297 Removed stream name from config by Phil Nash · 11 years ago
  78. 3f184e2 ConfigData now looks virtually identical to the Clara test Config by Phil Nash · 11 years ago
  79. 20ddb00 ConfigData just keeps strings for test names/ specs/ tags (processed in Config actor) by Phil Nash · 11 years ago
  80. c2ca80d Config refactoring: split List enum into three bools by Phil Nash · 11 years ago
  81. 3c3beb5 More config refactoring by Phil Nash · 11 years ago
  82. be8fd82 Started nudging ConfigData towards new layout by Phil Nash · 11 years ago
  83. f6892bf Listing is now in terms of interface (and calls to bool functions) by Phil Nash · 11 years ago
  84. 6b8837b Final refactoring to remove direct access to encapsulated ConfigData once in Config by Phil Nash · 11 years ago
  85. 43fe6c6 Main() functions deal with raw ConfigData by Phil Nash · 11 years ago
  86. ca9b92f Most of system now uses Ptr<IConfig const> by Phil Nash · 11 years ago
  87. e145995 Refactoring towards interface based config by Phil Nash · 11 years ago
  88. 10fa059 Moved Clara into its (her?) own file by Phil Nash · 11 years ago
  89. 1e547af Tweaked some option names and added verbosity by Phil Nash · 11 years ago
  90. ab6dd55 Clara: formatting and code tweaks by Phil Nash · 11 years ago
  91. b763265 Clara: Usage strings for args by Phil Nash · 11 years ago
  92. ed79d72 Clara: support for positional arguments by Phil Nash · 11 years ago
  93. 30cb460 Clara: added test for positional arg by Phil Nash · 11 years ago
  94. 3dde25b Clara: support for binary functions by Phil Nash · 11 years ago
  95. d44f2cf Added binding to free functions (and renamed hierarchy) by Phil Nash · 11 years ago
  96. d430537 Fixed inconsistency in reporting of _FALSE (negated) expressions by Phil Nash · 11 years ago
  97. 374335f Approved current output by Phil Nash · 11 years ago
  98. 6574f63 Refactored CLI tests and converted main one into a scenario by Phil Nash · 11 years ago
  99. 8d1100d Clara: added -r option by Phil Nash · 11 years ago
  100. 8333e64 Clara: some refactoring by Phil Nash · 11 years ago