1. 856468c Rebased to include new --force-colour tests by Phil Nash · 9 years ago
  2. 0362659 Merge branch 'peterhuene-develop' into develop by Phil Nash · 9 years ago
  3. 6d1da8e Merge branch 'develop' of git://github.com/peterhuene/Catch into peterhuene-develop by Phil Nash · 9 years ago
  4. ce0b170 Suppress warnings correctly for Intel compiler #376 by Phil Nash · 9 years ago
  5. e04ba5c Removed over-eager assertion. Doesn't hold if reporting due to a segfault #377 by Phil Nash · 9 years ago
  6. 5eb7748 Changed relative #includes and made SourceLineInfo sortable (added < op) by Phil Nash · 9 years ago
  7. e5280b2 Add --force-colour option to force colour output. by Peter Huene · 9 years ago
  8. 7f56152 build 13 by Phil Nash · 10 years ago
  9. 5018320 Added tests for toString<std::tuple<>> and rebased by Phil Nash · 10 years ago
  10. e8a9923 Merge branch 'PureAbstract-tuple_to_string' into develop by Phil Nash · 10 years ago
  11. 75a08bb Merge branch 'tuple_to_string' of https://github.com/PureAbstract/Catch into PureAbstract-tuple_to_string by Phil Nash · 10 years ago
  12. d76e081 build 12 by Phil Nash · 10 years ago
  13. c6635a7 Added type attribute to xml reporter output by Phil Nash · 10 years ago
  14. 6817bb0 Fixed up xml reporter and rebased by Phil Nash · 10 years ago
  15. 3e0c501 Fixed escaping of ' in TeamCity reporter by Phil Nash · 10 years ago
  16. 1cbc4f2 Merge branch 'develop' of https://github.com/SeanCline/Catch into develop by Phil Nash · 10 years ago
  17. 92f0836 build 11 by Phil Nash · 10 years ago
  18. 3c8c9b2 rebased by Phil Nash · 10 years ago
  19. fa751e6 FIxed a couple of test names by Phil Nash · 10 years ago
  20. 7619920 Support for reporting skipped tests by Phil Nash · 10 years ago
  21. 58dcb5e Removed #includes for Catch headers by Phil Nash · 10 years ago
  22. b771394 regenerated single include by Phil Nash · 10 years ago
  23. a9f16b1 Fix memset build error by Phil Nash · 10 years ago
  24. 576aff6 build 10 by Phil Nash · 10 years ago
  25. 3dc3763 Rebased by Phil Nash · 10 years ago
  26. 3f9e3e2 Some clean-up ready for first push to GitHub by Phil Nash · 10 years ago
  27. 2771220 Cleaned up section headers by Phil Nash · 10 years ago
  28. 8ec959e TeamCity reporter work by Phil Nash · 10 years ago
  29. 5933d75 Fixed HasExpression check by Phil Nash · 10 years ago
  30. 3724463 Fixed escape order and expression reporting by Phil Nash · 10 years ago
  31. 7306eb3 TeamCity reporter by Phil Nash · 10 years ago
  32. 458b3ae Fixed replace(inPlace) function by Phil Nash · 10 years ago
  33. db0421e First commit of (in progress) TeamCity reporter by Phil Nash · 10 years ago
  34. acf638f Added docs for floating point comparisons by Phil Nash · 10 years ago
  35. b454c43 Extends configuration docs by Phil Nash · 10 years ago
  36. 7abc9fa Added docs for --invisibles by Phil Nash · 10 years ago
  37. f5c9859 Try again to fix --order docs by Phil Nash · 10 years ago
  38. c0c6e7a Fixed single_include link by Phil Nash · 10 years ago
  39. 0b1fa6a fixed (hopefully) formatting of '--order' docs by Phil Nash · 10 years ago
  40. 840b99a Added docs for --input-file (somehow missing from previous commit) by Phil Nash · 10 years ago
  41. 5259b78 Updated command line docs by Phil Nash · 10 years ago
  42. 91c17f3 build 9 by Phil Nash · 10 years ago
  43. 7e1f21b tweaks to tutorial by Phil Nash · 10 years ago
  44. 0dd214f tags with . prefix are all hidden by Phil Nash · 10 years ago
  45. 6725e09 any tag prefixed with . hides the test by Phil Nash · 10 years ago
  46. 30888f5 removed spurious } by Phil Nash · 10 years ago
  47. 82754c1 tweaked formatting by Phil Nash · 10 years ago
  48. 13f9843 build 8 by Phil Nash · 10 years ago
  49. ff9e51d toString( int ) uses hex for large values by Phil Nash · 10 years ago
  50. bd9fbe2 Fixed toString for Approx by Phil Nash · 10 years ago
  51. a99e75b Made approvals more platform agnostic by Phil Nash · 10 years ago
  52. c6d9bde fixed case of tostring.md link by Phil Nash · 10 years ago
  53. 15a8bdf Added string conversions link by Phil Nash · 10 years ago
  54. d8e3c1f Last tweak to download text - honest by Phil Nash · 10 years ago
  55. 93da743 tweaked download link text by Phil Nash · 10 years ago
  56. e8f704c Absolute path to single direct download by Phil Nash · 10 years ago
  57. 94ab8f6 Updated README with direct download link by Phil Nash · 10 years ago
  58. 27ce70c Added documentation for toString by Phil Nash · 10 years ago
  59. b0545d1 Some toString cleanups by Phil Nash · 10 years ago
  60. 32186db Added first cut of docs for configuring Catch by Phil Nash · 10 years ago
  61. e54ac70 build 7 by Phil Nash · 10 years ago
  62. bde3567 Cleaned up terminal colouring impl and added more config options by Phil Nash · 10 years ago
  63. 6e99695 XmlReporter enhancement: Add an attribute for the macro name of an expression. by Sean D. Cline · 10 years ago
  64. ea81e98 XmlReporter enhancement: Add attributes for duration when requested by the command line. by Sean D. Cline · 10 years ago
  65. b0e53a8 Move the xml reporter away from the deprecated IReporter interface. by Sean D. Cline · 10 years ago
  66. a5dca3d removed some warnings by Phil Nash · 10 years ago
  67. 12fe67c Updated NonCopyable (to include C++11 version) and use for Session and Section by Phil Nash · 10 years ago
  68. e606ceb Fixed #include by Phil Nash · 10 years ago
  69. 383d7c0 Only use std::cout/ cert via Catch::cout/ cert - and make those conditional on CATCH_CONFIG_NOSTDOUT by Phil Nash · 10 years ago
  70. 85b4e94 build 6 by Phil Nash · 10 years ago
  71. 4b3fa47 Use reset instead of assignment when updating auto_ptr/unique_ptr by Phil Nash · 10 years ago
  72. b1936d3 Calls method of FatalConditionHandler (to avoid warnings) by Phil Nash · 10 years ago
  73. 8ec9a5a Updated project for Xcode 6 by Phil Nash · 10 years ago
  74. ee3b265 build 5 by Phil Nash · 10 years ago
  75. b62a1b5 Moved RandomNumberGenerator out of function and pass in a named instance instead of a temporary - both for C++03 compatibility reasons by Phil Nash · 10 years ago
  76. 16a7db0 enable nullptr for VS2010 by Phil Nash · 10 years ago
  77. 73a0744 Backed out PR #307 (use nullptr from VS2005) as it seems clr specific by Phil Nash · 10 years ago
  78. 6492560 Made sorting functors const by Phil Nash · 10 years ago
  79. 9630454 Added missing #include by Phil Nash · 10 years ago
  80. 6a8e8ad build 4 by Phil Nash · 10 years ago
  81. fa0122b Allow testing ordering to be specified as declaration, lexicographical, or random. Allow random seed to be specified by Phil Nash · 10 years ago
  82. ea33961 Factored out mention of "unprintable string" ("{?}") by Phil Nash · 10 years ago
  83. 3e1d3c7 Give (currently not used, so global only) group a name by Phil Nash · 10 years ago
  84. 886ef16 Some minor tidy-up/ style alignment of recent toString merges by Phil Nash · 10 years ago
  85. f559a51 ToStringTuple - gcc doesn't like tuple init_list ctor by Andy Sawyer · 10 years ago
  86. 13cbdf7 Add tests for toString(std::tuple<...>) by Andy Sawyer · 10 years ago
  87. 022a0b4 catch_tostring: toString for std::tuple by Andy Sawyer · 10 years ago
  88. 3196937 catch_tostring: Add includes for tuple, type_traits by Andy Sawyer · 10 years ago
  89. 9595644 catch_tostring: Move toString overload declarations by Andy Sawyer · 10 years ago
  90. 4caabfa build 3 by Phil Nash · 10 years ago
  91. 5ea3266 Added baselines for new test cases by Phil Nash · 10 years ago
  92. fcf5ef0 Changed time function name to reflect that it actually returns Microseconds as reported in #323 by Phil Nash · 10 years ago
  93. ee5e7ed Merge branch 'develop' of github.com:philsquared/Catch into develop by Phil Nash · 10 years ago
  94. a9d14c8 Merge pull request #319 from PureAbstract/to_string_tests by Phil Nash · 10 years ago
  95. dd22431 Merge branch 'develop' of github.com:philsquared/Catch into develop by Phil Nash · 10 years ago
  96. 9721296 Merge pull request #318 from PureAbstract/enum_to_string by Phil Nash · 10 years ago
  97. 3eefa7f use nullptr in MSVC from 2005+ (based on PR #307 - thanks alex85k) by Phil Nash · 10 years ago
  98. fdbbb2c Updated CMakeLists.txt for toString work by Andy Sawyer · 10 years ago
  99. abf9ffc A bunch of Catch::toString tests by Andy Sawyer · 10 years ago
  100. cd2a5aa catch_tostring: tostring for enum class types by Andy Sawyer · 10 years ago