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