1. db0421e First commit of (in progress) TeamCity reporter by Phil Nash · 10 years ago
  2. acf638f Added docs for floating point comparisons by Phil Nash · 10 years ago
  3. b454c43 Extends configuration docs by Phil Nash · 10 years ago
  4. 7abc9fa Added docs for --invisibles by Phil Nash · 10 years ago
  5. f5c9859 Try again to fix --order docs by Phil Nash · 10 years ago
  6. c0c6e7a Fixed single_include link by Phil Nash · 10 years ago
  7. 0b1fa6a fixed (hopefully) formatting of '--order' docs by Phil Nash · 10 years ago
  8. 840b99a Added docs for --input-file (somehow missing from previous commit) by Phil Nash · 10 years ago
  9. 5259b78 Updated command line docs by Phil Nash · 10 years ago
  10. 91c17f3 build 9 by Phil Nash · 10 years ago
  11. 7e1f21b tweaks to tutorial by Phil Nash · 10 years ago
  12. 0dd214f tags with . prefix are all hidden by Phil Nash · 10 years ago
  13. 6725e09 any tag prefixed with . hides the test by Phil Nash · 10 years ago
  14. 30888f5 removed spurious } by Phil Nash · 10 years ago
  15. 82754c1 tweaked formatting by Phil Nash · 10 years ago
  16. 13f9843 build 8 by Phil Nash · 10 years ago
  17. ff9e51d toString( int ) uses hex for large values by Phil Nash · 10 years ago
  18. bd9fbe2 Fixed toString for Approx by Phil Nash · 10 years ago
  19. a99e75b Made approvals more platform agnostic by Phil Nash · 10 years ago
  20. c6d9bde fixed case of tostring.md link by Phil Nash · 10 years ago
  21. 15a8bdf Added string conversions link by Phil Nash · 10 years ago
  22. d8e3c1f Last tweak to download text - honest by Phil Nash · 10 years ago
  23. 93da743 tweaked download link text by Phil Nash · 10 years ago
  24. e8f704c Absolute path to single direct download by Phil Nash · 10 years ago
  25. 94ab8f6 Updated README with direct download link by Phil Nash · 10 years ago
  26. 27ce70c Added documentation for toString by Phil Nash · 10 years ago
  27. b0545d1 Some toString cleanups by Phil Nash · 10 years ago
  28. 32186db Added first cut of docs for configuring Catch by Phil Nash · 10 years ago
  29. e54ac70 build 7 by Phil Nash · 10 years ago
  30. bde3567 Cleaned up terminal colouring impl and added more config options by Phil Nash · 10 years ago
  31. a5dca3d removed some warnings by Phil Nash · 10 years ago
  32. 12fe67c Updated NonCopyable (to include C++11 version) and use for Session and Section by Phil Nash · 10 years ago
  33. e606ceb Fixed #include by Phil Nash · 10 years ago
  34. 383d7c0 Only use std::cout/ cert via Catch::cout/ cert - and make those conditional on CATCH_CONFIG_NOSTDOUT by Phil Nash · 10 years ago
  35. 85b4e94 build 6 by Phil Nash · 10 years ago
  36. 4b3fa47 Use reset instead of assignment when updating auto_ptr/unique_ptr by Phil Nash · 10 years ago
  37. b1936d3 Calls method of FatalConditionHandler (to avoid warnings) by Phil Nash · 10 years ago
  38. 8ec9a5a Updated project for Xcode 6 by Phil Nash · 10 years ago
  39. ee3b265 build 5 by Phil Nash · 10 years ago
  40. 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
  41. 16a7db0 enable nullptr for VS2010 by Phil Nash · 10 years ago
  42. 73a0744 Backed out PR #307 (use nullptr from VS2005) as it seems clr specific by Phil Nash · 10 years ago
  43. 6492560 Made sorting functors const by Phil Nash · 10 years ago
  44. 9630454 Added missing #include by Phil Nash · 10 years ago
  45. 6a8e8ad build 4 by Phil Nash · 10 years ago
  46. fa0122b Allow testing ordering to be specified as declaration, lexicographical, or random. Allow random seed to be specified by Phil Nash · 10 years ago
  47. ea33961 Factored out mention of "unprintable string" ("{?}") by Phil Nash · 10 years ago
  48. 3e1d3c7 Give (currently not used, so global only) group a name by Phil Nash · 10 years ago
  49. 886ef16 Some minor tidy-up/ style alignment of recent toString merges by Phil Nash · 10 years ago
  50. 4caabfa build 3 by Phil Nash · 10 years ago
  51. 5ea3266 Added baselines for new test cases by Phil Nash · 10 years ago
  52. fcf5ef0 Changed time function name to reflect that it actually returns Microseconds as reported in #323 by Phil Nash · 10 years ago
  53. ee5e7ed Merge branch 'develop' of github.com:philsquared/Catch into develop by Phil Nash · 10 years ago
  54. a9d14c8 Merge pull request #319 from PureAbstract/to_string_tests by Phil Nash · 10 years ago
  55. dd22431 Merge branch 'develop' of github.com:philsquared/Catch into develop by Phil Nash · 10 years ago
  56. 9721296 Merge pull request #318 from PureAbstract/enum_to_string by Phil Nash · 10 years ago
  57. 3eefa7f use nullptr in MSVC from 2005+ (based on PR #307 - thanks alex85k) by Phil Nash · 10 years ago
  58. fdbbb2c Updated CMakeLists.txt for toString work by Andy Sawyer · 10 years ago
  59. abf9ffc A bunch of Catch::toString tests by Andy Sawyer · 10 years ago
  60. cd2a5aa catch_tostring: tostring for enum class types by Andy Sawyer · 10 years ago
  61. 142f8f4 SelfTest: Build as C++11, add EnumToString tests by Andy Sawyer · 10 years ago
  62. 000e746 SelfTest: refresh makefile by Andy Sawyer · 10 years ago
  63. 341a9c4 Merge branch 'master' of github.com:philsquared/Catch into develop by Phil Nash · 10 years ago
  64. 93b61e1 v1.1 build 2 (develop branch) - Signal hander support by Phil Nash · 10 years ago
  65. 05743ee FatalErrorConditions now full close reporter states by Phil Nash · 10 years ago
  66. 85d33e2 Merge pull request #306 from andybalaam/master by Phil Nash · 10 years ago
  67. 389f3f5 Fix a typo (missing "n") by Andy Balaam · 10 years ago
  68. cb8fe47 Approvals for develop branch by Phil Nash · 10 years ago
  69. 8edf4bf Removed signal handler test, for now (to avoid screwing up the approval tests) by Phil Nash · 10 years ago
  70. c1a8e1c Added signal handlers (and placeholder for SEH handlers) by Phil Nash · 10 years ago
  71. 4f4b44e Merge branch 'develop' of github.com:philsquared/Catch by Phil Nash · 10 years ago
  72. aa31d1c Merge branch 'master' of github.com:philsquared/Catch into develop by Phil Nash · 10 years ago
  73. b3ece7e Tweaked wording around ability to do BDD by Phil Nash · 10 years ago
  74. b7e432e Updated version for develop branch by Phil Nash · 10 years ago
  75. 76edbc1 Updated “contributing” docs to reflect new develop branch by Phil Nash · 10 years ago
  76. 6e00e5e Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 10 years ago
  77. 544bf33 build 53 includes wchar_t toString overloads and SCENARIO_METHOD macros by Phil Nash · 10 years ago
  78. 8b5a4e9 Added approvals for new tests by Phil Nash · 10 years ago
  79. 3e025cc Added bundled compact reporter by Martin Moene · 10 years ago
  80. 487dfad Fixed link to reference section by Martin Moene · 10 years ago
  81. 4aaf67f const_casts to get rid of warnings in new wchar_t tests by Phil Nash · 10 years ago
  82. 7bc0b44 Merge branch 'master' of https://github.com/jbrwilkinson/Catch by Phil Nash · 10 years ago
  83. bcbd0cb Merge pull request #302 from johannesmoene/doc-index by Phil Nash · 10 years ago
  84. e35f862 Fixed link to blog post by Martin Moene · 10 years ago
  85. d59fd53 Update link in tutorial by Martin Moene · 10 years ago
  86. 6336bb1 Add Readme as documentation entry by Martin Moene · 10 years ago
  87. ee83a6f Merge pull request #301 from bena/master by Phil Nash · 10 years ago
  88. c7cf0a9 Catch's Travis builds are using gcc that doesn't like the auto keyword by Ben Arnold · 10 years ago
  89. 7b0a84a toString handles wchar_t raw strings by Ben Arnold · 10 years ago
  90. 08dc845 Updated docs on slow compiles by Phil Nash · 10 years ago
  91. 0aae635 Re-enable warnings disabled for GCC by Phil Nash · 10 years ago
  92. ae76945 Hide warnings with GCC by Fabien Caylus · 10 years ago
  93. 6880a0c Added FAQ on slow compiles to docs by Phil Nash · 10 years ago
  94. 785db43 Fixed issue with single include generator by Phil Nash · 10 years ago
  95. 63005a1 Added SCENARIO_METHOD for BDD testing with fixtures. by James Wilkinson · 10 years ago
  96. ca42b2c Manual fix for generation error by Phil Nash · 10 years ago
  97. 28c2e07 build 52 by Phil Nash · 10 years ago
  98. 3ff3acf Approvals for last change by Phil Nash · 10 years ago
  99. 76f80a6 More summary formatting tweaks by Phil Nash · 10 years ago
  100. cab9141 Green summary bar is darker if not all passed by Phil Nash · 10 years ago