1. 31caba4 Added test for invisibles by Phil Nash · 11 years ago
  2. 328a469 Moved tostring impl into catch_tostring.hpp by Phil Nash · 11 years ago
  3. 97150f2 Renamed catch_tostring.hpp catch_tostring.h by Phil Nash · 11 years ago
  4. 48153e8 Considers endianness when printing raw memory into a string by Phil Nash · 11 years ago
  5. a020865 Sections are, once again, eagerly entered. by Phil Nash · 11 years ago
  6. cfc37b5 Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 11 years ago
  7. 41d3f2b Merge pull request #269 from alexander-manenko/master by Phil Nash · 11 years ago
  8. 6c4a7cd Renamed XCode4 folder to just XCode by Phil Nash · 11 years ago
  9. 87891cf Updated approval tests baselines by Phil Nash · 11 years ago
  10. 20cad7c Tags beginning with a non alpha-numeric character are now disallowed. by Phil Nash · 11 years ago
  11. 1bccc03 Secondary fix for #270 (addresses same issue with CHECK) by Phil Nash · 11 years ago
  12. a176b93 Fix for #270 (REQUIRE continues if test throws an exception). by Phil Nash · 11 years ago
  13. e9d3537 re-approved following recent command line description tweak by Phil Nash · 11 years ago
  14. 3627ee6 Fix build issue with TchRunnerMainView in XCode 5 by Alexander Manenko · 11 years ago
  15. 472dc2a New version of Clara by Phil Nash · 11 years ago
  16. 04f994a Updated VS2010 project (removed CmdLineTests.cpp) by Phil Nash · 11 years ago
  17. 9b4c7fa Updated cmake file with command line test removal by Phil Nash · 11 years ago
  18. fd879f7 Build 28 - new version of Clara - removed command line tests by Phil Nash · 11 years ago
  19. b9fea75 New version of Clara. by Phil Nash · 11 years ago
  20. f899552 updated single include test project by Phil Nash · 11 years ago
  21. 0dc49d1 Extracted stand-alone micro-library, tbc_text_format.h, from catch_text.h. by Phil Nash · 11 years ago
  22. c98a97c Tweaked Cliche macros/ names by Phil Nash · 11 years ago
  23. 4554155 Made Clara a “Cliche” header, which will be usable independently of Catch. by Phil Nash · 11 years ago
  24. e091018 Fixes toString() for function pointers and added support for member function pointers. by Phil Nash · 11 years ago
  25. 886d9d3 Reporter command line parser errors more eagerly by Phil Nash · 11 years ago
  26. 1aa60fa Changed Approx::toString() to be implemented in terms of toString( double ) (as proposed in #233) by Phil Nash · 11 years ago
  27. fb90d38 Changed stdout/ stderr messages to be less misleading by Phil Nash · 11 years ago
  28. f6d2fef Updated project for OCUnit by Phil Nash · 11 years ago
  29. 557b3bd Made SUCCESS variadic too (optional stream) by Phil Nash · 11 years ago
  30. 9d7b779 build 19 by Phil Nash · 11 years ago
  31. 859760a Build 18 by Phil Nash · 11 years ago
  32. b462520 Test for FAIL that doesn’t take an argument by Phil Nash · 11 years ago
  33. a1e87a4 trim test/ section names in xml reporter by Phil Nash · 11 years ago
  34. de49ec4 Fixed broken single header following script change by Phil Nash · 11 years ago
  35. 87b20e8 SourceLineInfo takes char*s instead of std::strings by Phil Nash · 11 years ago
  36. 3524321 Removed some cruft by Phil Nash · 11 years ago
  37. c4a089c Refactored a lot of code from headers into impl headers only compiled into one TU by Phil Nash · 11 years ago
  38. ba13f3f Restored second arg to a TEST_CASE for non variadic compilers by Phil Nash · 11 years ago
  39. 0635938 Removed deleted file from CMake by Phil Nash · 11 years ago
  40. ca7292e Removed redundant MetaTestRunner by Phil Nash · 11 years ago
  41. 337dc25 Converted all test case names to "modern" style (freeform text + tags) by Phil Nash · 11 years ago
  42. a9fd5b3 Removed cruft from VS projects by Phil Nash · 11 years ago
  43. d3c8c98 Merge pull request #214 from AIM360/weibelt/fix-eol by Phil Nash · 11 years ago
  44. 4f57c8c Print warnings if no assertions and not running with -s by Phil Nash · 11 years ago
  45. 2e4be21 Fixed crlf issue by Tobias Weibel · 11 years ago
  46. 69a3f16 Added CTest targets to perform basic test of --list-tests and --list-tags options. by Fraser Hutchison · 11 years ago
  47. 93a945c Fixed uninitialised members in Context object by Phil Nash · 11 years ago
  48. a2bff48 Merge branch 'master' of git://github.com/AIM360/Catch by Phil Nash · 11 years ago
  49. cb7b4ec Updated VS2010 project by Phil Nash · 11 years ago
  50. aafed30 Added an extra tag test by Phil Nash · 11 years ago
  51. a35ee20 Filter out version number from approval tests by Phil Nash · 11 years ago
  52. 16c21ee No, really trim paths in approval tests down to just filenames by Phil Nash · 11 years ago
  53. 1e74938 Trim paths in approval tests down to filenames by Phil Nash · 11 years ago
  54. 2f7a296 Split approve file into multiple files by Phil Nash · 11 years ago
  55. 345a4ea Removed outdated Xcode 3 project by Phil Nash · 11 years ago
  56. 41b27af Fix for comma separated tags on the command line - also added more test for tags by Phil Nash · 11 years ago
  57. 649cd13 Upgraded project for latest Xcode by Phil Nash · 11 years ago
  58. 1e2f1d1 Fixes toString forward reference issue: by Phil Nash · 11 years ago
  59. f7378ee Fixed string indexing bug by Phil Nash · 11 years ago
  60. 638cf9f Separated out catch_platform.h by Phil Nash · 11 years ago
  61. 4611871 Build 8 - includes command line tweaks and fixes for durations by Phil Nash · 11 years ago
  62. 1870ca8 Some Clara/ command line clean-up and tweaks by Phil Nash · 11 years ago
  63. 3faa412 Removed basic reporter by Phil Nash · 11 years ago
  64. 11b5179 Redacted test durations from JUnit reporter output in approval test script by Phil Nash · 11 years ago
  65. 2ddb9d3 Completed CumulativeReporterBase and reimplemented JUnitReporter in terms of it by Phil Nash · 11 years ago
  66. 29ccaa6 Replaced currentSectionInfo and m_rootSection with m_sectionStack by Phil Nash · 11 years ago
  67. 6339254 First cut of Timer class. by Phil Nash · 11 years ago
  68. ba24e51 cmake: call SelfTest exe instead of approvalTests script by Kosta · 11 years ago
  69. c486384 more approval tests script debugging by Kosta · 11 years ago
  70. 5553a53 tweak CMakeLists.txt by Kosta · 11 years ago
  71. ce441a9 initial checkin of cmake and travis config files by Kosta · 11 years ago
  72. b80280f Tidied up reporting of missing assertions in test cases by Phil Nash · 11 years ago
  73. 28d3881 Merged TestCaseTracker and SectionTracker and introduced TestCaseTracker::Guard by Phil Nash · 11 years ago
  74. ee647f5 Removed displaced RunningTest class by Phil Nash · 11 years ago
  75. 9aff9aa Integrated new section tracker. by Phil Nash · 11 years ago
  76. 6a484fd Reworked SectionTracker and moved into own header by Phil Nash · 11 years ago
  77. 372a6c6 Small fixes and started new section tracking code by Phil Nash · 11 years ago
  78. ad7445d build 5 - added throw() to streambuf destructor overrides (#182) by Phil Nash · 11 years ago
  79. 3907559 build 4 by Phil Nash · 11 years ago
  80. 109f46a Fixed broken test by Phil Nash · 11 years ago
  81. 066a638 Fix for #179 by Phil Nash · 11 years ago
  82. 4b5e008 guard NOMINMAX definition (windows) by Phil Nash · 11 years ago
  83. cd68830 Build 2 by Phil Nash · 11 years ago
  84. 5d26ca1 Static assertion for && and || expressions by Phil Nash · 11 years ago
  85. a9b346b Removed line numbers from approval tests of xml too by Phil Nash · 11 years ago
  86. 40b8c77 Removed line numbers from approval tests by Phil Nash · 11 years ago
  87. b5fd5a6 INFO and CAPTURE are now scoped by Phil Nash · 11 years ago
  88. 0d35730 INFOs only reset at assertion if consumed by Phil Nash · 11 years ago
  89. 239fa28 Added run without -s to approvals by Phil Nash · 11 years ago
  90. 47751e4 Approved [.] change by Phil Nash · 11 years ago
  91. 9c39a5e Support [.] as alias for [hide] by Phil Nash · 11 years ago
  92. 2352043 Big merge from Integration - now v1.0 build 1 by Phil Nash · 11 years ago
  93. 5b15c21 Fixed iTChRunner by Phil Nash · 11 years ago
  94. c57ebc8 Approved latest changes by Phil Nash · 11 years ago
  95. cb60d13 Runner -> RunContext, Runner2 -> Runner and fixed issue with processName by Phil Nash · 11 years ago
  96. 2ed56c4 Removed legacy cli parser by Phil Nash · 11 years ago
  97. aee9b75 Now fully switched over to Clara-based command line with modified args by Phil Nash · 11 years ago
  98. 0514fe4 Got parseCommandLine ready to use new Clara (but not doing so yet) by Phil Nash · 11 years ago
  99. c9f0f55 Last changes to ConfigData names (for now) by Phil Nash · 11 years ago
  100. 40e5297 Removed stream name from config by Phil Nash · 11 years ago