1. 1e74938 Trim paths in approval tests down to filenames by Phil Nash · 11 years ago
  2. 2f7a296 Split approve file into multiple files by Phil Nash · 11 years ago
  3. 345a4ea Removed outdated Xcode 3 project by Phil Nash · 11 years ago
  4. b4af9b9 Merge commit '22ded1f2bb3caf96d90c2f1981ede29d3aeb1c74' by Phil Nash · 11 years ago
  5. 22ded1f Merge pull request #198 from PureAbstract/vector_to_string by Phil Nash · 11 years ago
  6. 41b27af Fix for comma separated tags on the command line - also added more test for tags by Phil Nash · 11 years ago
  7. 649cd13 Upgraded project for latest Xcode by Phil Nash · 11 years ago
  8. 358b7b2 Eliminate a warning in the latest clang with Xcode by Phil Nash · 11 years ago
  9. 7974e1c updated single-include version by Andy Sawyer · 11 years ago
  10. d6f23a9 catch_tostring : moved defintion of rangeToString by Andy Sawyer · 11 years ago
  11. 0dbcf21 Add allocator support to StringMaker<vector> by Andy Sawyer · 11 years ago
  12. 1e2f1d1 Fixes toString forward reference issue: by Phil Nash · 11 years ago
  13. f7378ee Fixed string indexing bug by Phil Nash · 11 years ago
  14. 04a3364 Regen single header by Phil Nash · 11 years ago
  15. 638cf9f Separated out catch_platform.h by Phil Nash · 11 years ago
  16. 4611871 Build 8 - includes command line tweaks and fixes for durations by Phil Nash · 11 years ago
  17. 1870ca8 Some Clara/ command line clean-up and tweaks by Phil Nash · 11 years ago
  18. f41fad7 Don't report durations if not reporter anything else by Phil Nash · 11 years ago
  19. 357d654 Added missing assert include by Phil Nash · 11 years ago
  20. 3faa412 Removed basic reporter by Phil Nash · 11 years ago
  21. aa7123b Build 7 - New Junit reporter - New Timer class by Phil Nash · 11 years ago
  22. 11b5179 Redacted test durations from JUnit reporter output in approval test script by Phil Nash · 11 years ago
  23. d68510d Removed legacy JUnit reporter by Phil Nash · 11 years ago
  24. 2ddb9d3 Completed CumulativeReporterBase and reimplemented JUnitReporter in terms of it by Phil Nash · 11 years ago
  25. 1f519dd Added LazyStat wrapper by Phil Nash · 11 years ago
  26. 29ccaa6 Replaced currentSectionInfo and m_rootSection with m_sectionStack by Phil Nash · 11 years ago
  27. 6339254 First cut of Timer class. by Phil Nash · 11 years ago
  28. 649f8c2 Removed now redundant handling for missing assertions in test cases by Phil Nash · 11 years ago
  29. e8cf726 Refactored missing assertions handling by Phil Nash · 11 years ago
  30. b80280f Tidied up reporting of missing assertions in test cases by Phil Nash · 11 years ago
  31. 801672b Fix MSVC warning by Phil Nash · 11 years ago
  32. 8a52a39 Build 6 - fixes infinite loop bug (#185 and #166) by Phil Nash · 11 years ago
  33. 28d3881 Merged TestCaseTracker and SectionTracker and introduced TestCaseTracker::Guard by Phil Nash · 11 years ago
  34. ee647f5 Removed displaced RunningTest class by Phil Nash · 11 years ago
  35. 9aff9aa Integrated new section tracker. by Phil Nash · 11 years ago
  36. 6a484fd Reworked SectionTracker and moved into own header by Phil Nash · 11 years ago
  37. 372a6c6 Small fixes and started new section tracking code by Phil Nash · 11 years ago
  38. f3d1f08 Removed all trailing whitespace - addresses #105 by Phil Nash · 11 years ago
  39. 503d5d0 Converted stray tabs to spaces by Phil Nash · 11 years ago
  40. dea43e0 Merge pull request #180 from benjamg/patch-1 by Phil Nash · 11 years ago
  41. 54e6f9d Slightly tweaked docs on supplying your own main by Phil Nash · 11 years ago
  42. ad7445d build 5 - added throw() to streambuf destructor overrides (#182) by Phil Nash · 11 years ago
  43. 3907559 build 4 by Phil Nash · 11 years ago
  44. 109f46a Fixed broken test by Phil Nash · 11 years ago
  45. 066a638 Fix for #179 by Phil Nash · 11 years ago
  46. ba9b2b5 Use MFCs windows include if present by Phil Nash · 11 years ago
  47. 27a4d7a Fix external site links by Ben Gray · 11 years ago
  48. 4b5e008 guard NOMINMAX definition (windows) by Phil Nash · 11 years ago
  49. cd68830 Build 2 by Phil Nash · 11 years ago
  50. eb81850 Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 11 years ago
  51. 5d26ca1 Static assertion for && and || expressions by Phil Nash · 11 years ago
  52. a9b346b Removed line numbers from approval tests of xml too by Phil Nash · 11 years ago
  53. 40b8c77 Removed line numbers from approval tests by Phil Nash · 11 years ago
  54. f987da4 Update whats-changed.md by Phil Nash · 11 years ago
  55. 54c8817 Update whats-changed.md by Phil Nash · 11 years ago
  56. 7bd033c Update whats-changed.md by Phil Nash · 11 years ago
  57. c22cfc4 Addd test-fixtures docs from wiki by Phil Nash · 11 years ago
  58. d60b248 Updated docs with INFO/ CAPTURE changes by Phil Nash · 11 years ago
  59. b5fd5a6 INFO and CAPTURE are now scoped by Phil Nash · 11 years ago
  60. 881c61b Updated docs to reflect INFO change by Phil Nash · 11 years ago
  61. 0d35730 INFOs only reset at assertion if consumed by Phil Nash · 11 years ago
  62. 239fa28 Added run without -s to approvals by Phil Nash · 11 years ago
  63. 47751e4 Approved [.] change by Phil Nash · 11 years ago
  64. 9c39a5e Support [.] as alias for [hide] by Phil Nash · 11 years ago
  65. 2352043 Big merge from Integration - now v1.0 build 1 by Phil Nash · 11 years ago
  66. 53f128f Ignore DerivedData by Phil Nash · 11 years ago
  67. a76d93a Removed filename from --reporter option (it's not implemented yet) by Phil Nash · 11 years ago
  68. ae1c1ac Added "what's changed" by Phil Nash · 11 years ago
  69. 5ddd6e3 Added #define NOMINMAX - thanks to @robson3 in #171 by Phil Nash · 11 years ago
  70. 1d3dd71 Fixed returns in docs ref by Phil Nash · 11 years ago
  71. a26ddc9 New docs for command line and logging by Phil Nash · 11 years ago
  72. 5b15c21 Fixed iTChRunner by Phil Nash · 11 years ago
  73. fd1cd78 Completed assertions docs by Phil Nash · 11 years ago
  74. 46953c8 Filled out reference index and added placeholders for assertions and logging docs by Phil Nash · 11 years ago
  75. d07cd33 Added new docs for supplying your own main. by Phil Nash · 11 years ago
  76. 0ec7ea2 Doc updates by Phil Nash · 11 years ago
  77. 7d5f271 Fixed script for new readme by Phil Nash · 11 years ago
  78. f3592f2 Docs progress by Phil Nash · 11 years ago
  79. 786959d build 39 by Phil Nash · 11 years ago
  80. 11381c1 Tweaked indentation of errors and test lists by Phil Nash · 11 years ago
  81. 27cae85 Use Text formatter to list reporters by Phil Nash · 11 years ago
  82. 8055764 re-encapsulated session vars. - construct Config object lazily by Phil Nash · 11 years ago
  83. 8fde143 Session vars are public by Phil Nash · 11 years ago
  84. f438e04 list options return number listed by Phil Nash · 11 years ago
  85. e035e28 tweaks by Phil Nash · 11 years ago
  86. a7e657f Refactored new Session class to make it more friendly for custom client code by Phil Nash · 11 years ago
  87. c1196b6 Moved all Catch::Main()s into new Session class by Phil Nash · 11 years ago
  88. c57ebc8 Approved latest changes by Phil Nash · 11 years ago
  89. cb60d13 Runner -> RunContext, Runner2 -> Runner and fixed issue with processName by Phil Nash · 11 years ago
  90. 1b47e11 Added processConfig() method by Phil Nash · 11 years ago
  91. 2ed56c4 Removed legacy cli parser by Phil Nash · 11 years ago
  92. aee9b75 Now fully switched over to Clara-based command line with modified args by Phil Nash · 11 years ago
  93. 130ec98 Start of new docs by Phil Nash · 11 years ago
  94. 4e88ccd Start of new docs by Phil Nash · 11 years ago
  95. 0514fe4 Got parseCommandLine ready to use new Clara (but not doing so yet) by Phil Nash · 11 years ago
  96. f330fe7 Made generated function name more obvious (for quickly finding in debugger's stack viewer) by Phil Nash · 11 years ago
  97. c9f0f55 Last changes to ConfigData names (for now) by Phil Nash · 11 years ago
  98. 40e5297 Removed stream name from config by Phil Nash · 11 years ago
  99. 3f184e2 ConfigData now looks virtually identical to the Clara test Config by Phil Nash · 11 years ago
  100. 20ddb00 ConfigData just keeps strings for test names/ specs/ tags (processed in Config actor) by Phil Nash · 11 years ago