1. 97150f2 Renamed catch_tostring.hpp catch_tostring.h by Phil Nash · 10 years ago
  2. 7059b2c Added ability to show “invisibles” in strings (just tabs and newline chars, for now). by Phil Nash · 10 years ago
  3. f219194 Replace some static strings with static char*s for leak detection friendliness (h/t #272) by Phil Nash · 10 years ago
  4. 48153e8 Considers endianness when printing raw memory into a string by Phil Nash · 10 years ago
  5. 878c257 Merge pull request #255 from johannesmoene/fix-python-print by Phil Nash · 10 years ago
  6. 6da62d2 Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 10 years ago
  7. a020865 Sections are, once again, eagerly entered. by Phil Nash · 10 years ago
  8. 463f7bd Merge pull request #260 from paleozogt/patch-1 by Phil Nash · 10 years ago
  9. d7e1790 Merge branch 'master' of https://github.com/gnzlbg/Catch by Phil Nash · 10 years ago
  10. 9d469b6 build 37 by Phil Nash · 10 years ago
  11. 7303b2b Changed branchName to char*, as per #266 by Phil Nash · 10 years ago
  12. cfc37b5 Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 10 years ago
  13. 41d3f2b Merge pull request #269 from alexander-manenko/master by Phil Nash · 10 years ago
  14. 6c4a7cd Renamed XCode4 folder to just XCode by Phil Nash · 10 years ago
  15. 970127e Removed some unnecessary core macros by Phil Nash · 10 years ago
  16. 87891cf Updated approval tests baselines by Phil Nash · 10 years ago
  17. 3c34d65 Doc tweaks by Phil Nash · 10 years ago
  18. 94f47d5 Updated docs with new [!throws] behaviour by Phil Nash · 10 years ago
  19. 20cad7c Tags beginning with a non alpha-numeric character are now disallowed. by Phil Nash · 10 years ago
  20. c5406a2 build 35 by Phil Nash · 10 years ago
  21. 1bccc03 Secondary fix for #270 (addresses same issue with CHECK) by Phil Nash · 10 years ago
  22. a176b93 Fix for #270 (REQUIRE continues if test throws an exception). by Phil Nash · 10 years ago
  23. e9d3537 re-approved following recent command line description tweak by Phil Nash · 10 years ago
  24. 3627ee6 Fix build issue with TchRunnerMainView in XCode 5 by Alexander Manenko · 10 years ago
  25. af8cd98 New version of Clara that fixes operator= issue with ref member (#265) by Phil Nash · 10 years ago
  26. ce65985 Conditionally removes usage of deprecated features by gnzlbg · 10 years ago
  27. 72e96d9 GIT_EXECUTABLE undefined by Aaron Simmons · 10 years ago
  28. 472dc2a New version of Clara by Phil Nash · 10 years ago
  29. f9df35b Fixed instance of Clara::_ placeholder when using CATCH_CONFIG_RUNNER by Phil Nash · 10 years ago
  30. 77c9edf Fix python scripts for python 3 (print now a function rather than a keyword) by Martin Moene · 10 years ago
  31. 91ea20c Change <> to != by Martin Moene · 10 years ago
  32. dd2810d build 30 - with Clara fix for null deref crash by Phil Nash · 10 years ago
  33. 04f994a Updated VS2010 project (removed CmdLineTests.cpp) by Phil Nash · 10 years ago
  34. 9abb276 Fix problem (hopefully) with single source definitions from Clara by Phil Nash · 10 years ago
  35. 9b4c7fa Updated cmake file with command line test removal by Phil Nash · 10 years ago
  36. 8cd1b31 Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 10 years ago
  37. fd879f7 Build 28 - new version of Clara - removed command line tests by Phil Nash · 10 years ago
  38. b9fea75 New version of Clara. by Phil Nash · 10 years ago
  39. 174ada4 Merge pull request #251 from ThatOtherPerson/patch-1 by Phil Nash · 10 years ago
  40. e6ee29a Highlight block as C++ by David Beckley · 10 years ago
  41. 1f1ee3c New version of Clara by Phil Nash · 10 years ago
  42. 1c2fbe1 build 26 by Phil Nash · 10 years ago
  43. f899552 updated single include test project by Phil Nash · 10 years ago
  44. d29cbec Updated single include generator to allow for embedded micro-libraries by Phil Nash · 10 years ago
  45. 5845ae9 Added private assignment operator to fix VS2010 issue - thanks to Kosta (#239) by Phil Nash · 10 years ago
  46. b15726b Added #include for <memory> to Clara - thanks again, Martin by Phil Nash · 10 years ago
  47. 160b74d … and <stdexcept> by Phil Nash · 10 years ago
  48. 633feaa Added #include <algorithm> to clara.h - thanks Martin by Phil Nash · 10 years ago
  49. 0dc49d1 Extracted stand-alone micro-library, tbc_text_format.h, from catch_text.h. by Phil Nash · 10 years ago
  50. b756243 Fixed some comments by Phil Nash · 10 years ago
  51. c98a97c Tweaked Cliche macros/ names by Phil Nash · 10 years ago
  52. 4554155 Made Clara a “Cliche” header, which will be usable independently of Catch. by Phil Nash · 10 years ago
  53. 7eb5acc build 25 - fix for #231 by Phil Nash · 11 years ago
  54. 46a1fc7 Removed unnecessary union name by Phil Nash · 11 years ago
  55. be890d0 build 24 by Phil Nash · 11 years ago
  56. e091018 Fixes toString() for function pointers and added support for member function pointers. by Phil Nash · 11 years ago
  57. 440a470 Convert pointers to integrates when printing. by Phil Nash · 11 years ago
  58. e45e3a1 Clara ignores anything after a lone — (double dash) by Phil Nash · 11 years ago
  59. 91ef5f7 build 22 by Phil Nash · 11 years ago
  60. 886d9d3 Reporter command line parser errors more eagerly by Phil Nash · 11 years ago
  61. f385a0b build 21 by Phil Nash · 11 years ago
  62. 1aa60fa Changed Approx::toString() to be implemented in terms of toString( double ) (as proposed in #233) by Phil Nash · 11 years ago
  63. fb90d38 Changed stdout/ stderr messages to be less misleading by Phil Nash · 11 years ago
  64. eb760f6 Build 20 by Phil Nash · 11 years ago
  65. f6d2fef Updated project for OCUnit by Phil Nash · 11 years ago
  66. 9e52985 Fixes compiler error for some versions of GCC by Phil Nash · 11 years ago
  67. 66d641a Sneaking last change in without version bump by Phil Nash · 11 years ago
  68. 557b3bd Made SUCCESS variadic too (optional stream) by Phil Nash · 11 years ago
  69. 2851b4a Try again with nullptr compatibility check in GCC by Phil Nash · 11 years ago
  70. 9d7b779 build 19 by Phil Nash · 11 years ago
  71. 859760a Build 18 by Phil Nash · 11 years ago
  72. 563429d Compile in CATCH_CONFIG_CPP11_NULLPTR for some compilers by Phil Nash · 11 years ago
  73. b462520 Test for FAIL that doesn’t take an argument by Phil Nash · 11 years ago
  74. 274ed3e Allow FAIL() to be empty by Phil Nash · 11 years ago
  75. a6d74bd Build 17 by Phil Nash · 11 years ago
  76. 0b63e0d Fixed warnings for platforms that don’t implement CATCH_BREAK_INTO_DEBUGGER by Phil Nash · 11 years ago
  77. a1e87a4 trim test/ section names in xml reporter by Phil Nash · 11 years ago
  78. ef95020 Stop overloading virtualise defined at multiple levels by Phil Nash · 11 years ago
  79. de49ec4 Fixed broken single header following script change by Phil Nash · 11 years ago
  80. 87b20e8 SourceLineInfo takes char*s instead of std::strings by Phil Nash · 11 years ago
  81. 47a5ad3 Normalised “hidden” tags by Phil Nash · 11 years ago
  82. 3524321 Removed some cruft by Phil Nash · 11 years ago
  83. 3649fdf Build 15 by Phil Nash · 11 years ago
  84. c4a089c Refactored a lot of code from headers into impl headers only compiled into one TU by Phil Nash · 11 years ago
  85. 8ba6555 Merge pull request #224 from PetterS/cygwinfix by Phil Nash · 11 years ago
  86. c032dfa Fix fileno not always present. fileno(stdout) = STDOUT_FILENO. by Petter Strandmark · 11 years ago
  87. 5ecb72b Build 14 by Phil Nash · 11 years ago
  88. 782c2b5 Added ability to load names of tests to run from a file by Phil Nash · 11 years ago
  89. 993430a Merge pull request #222 from gnzlbg/cmake-docs by Phil Nash · 11 years ago
  90. 69a921f Add documentation for the CMake build system by gnzlbg · 11 years ago
  91. ba13f3f Restored second arg to a TEST_CASE for non variadic compilers by Phil Nash · 11 years ago
  92. 0635938 Removed deleted file from CMake by Phil Nash · 11 years ago
  93. ca7292e Removed redundant MetaTestRunner by Phil Nash · 11 years ago
  94. 200197f Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 11 years ago
  95. 337dc25 Converted all test case names to "modern" style (freeform text + tags) by Phil Nash · 11 years ago
  96. da0f464 Merge pull request #217 from nanoant/patch/std-auto_ptr-deprecated by Phil Nash · 11 years ago
  97. d1e5480 std::auto_ptr is deprecated in c++11/c++0x by Adam Strzelecki · 11 years ago
  98. a9fd5b3 Removed cruft from VS projects by Phil Nash · 11 years ago
  99. d3c8c98 Merge pull request #214 from AIM360/weibelt/fix-eol by Phil Nash · 11 years ago
  100. f15b74c Added some more docs by Phil Nash · 11 years ago