1. 77c9edf Fix python scripts for python 3 (print now a function rather than a keyword) by Martin Moene · 10 years ago
  2. 91ea20c Change <> to != by Martin Moene · 10 years ago
  3. dd2810d build 30 - with Clara fix for null deref crash by Phil Nash · 10 years ago
  4. 04f994a Updated VS2010 project (removed CmdLineTests.cpp) by Phil Nash · 10 years ago
  5. 9abb276 Fix problem (hopefully) with single source definitions from Clara by Phil Nash · 10 years ago
  6. 9b4c7fa Updated cmake file with command line test removal by Phil Nash · 10 years ago
  7. 8cd1b31 Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 10 years ago
  8. fd879f7 Build 28 - new version of Clara - removed command line tests by Phil Nash · 10 years ago
  9. b9fea75 New version of Clara. by Phil Nash · 10 years ago
  10. 174ada4 Merge pull request #251 from ThatOtherPerson/patch-1 by Phil Nash · 10 years ago
  11. e6ee29a Highlight block as C++ by David Beckley · 10 years ago
  12. 1f1ee3c New version of Clara by Phil Nash · 10 years ago
  13. 1c2fbe1 build 26 by Phil Nash · 10 years ago
  14. f899552 updated single include test project by Phil Nash · 10 years ago
  15. d29cbec Updated single include generator to allow for embedded micro-libraries by Phil Nash · 10 years ago
  16. 5845ae9 Added private assignment operator to fix VS2010 issue - thanks to Kosta (#239) by Phil Nash · 10 years ago
  17. b15726b Added #include for <memory> to Clara - thanks again, Martin by Phil Nash · 10 years ago
  18. 160b74d … and <stdexcept> by Phil Nash · 10 years ago
  19. 633feaa Added #include <algorithm> to clara.h - thanks Martin by Phil Nash · 10 years ago
  20. 0dc49d1 Extracted stand-alone micro-library, tbc_text_format.h, from catch_text.h. by Phil Nash · 10 years ago
  21. b756243 Fixed some comments by Phil Nash · 10 years ago
  22. c98a97c Tweaked Cliche macros/ names by Phil Nash · 10 years ago
  23. 4554155 Made Clara a “Cliche” header, which will be usable independently of Catch. by Phil Nash · 10 years ago
  24. 7eb5acc build 25 - fix for #231 by Phil Nash · 11 years ago
  25. 46a1fc7 Removed unnecessary union name by Phil Nash · 11 years ago
  26. be890d0 build 24 by Phil Nash · 11 years ago
  27. e091018 Fixes toString() for function pointers and added support for member function pointers. by Phil Nash · 11 years ago
  28. 440a470 Convert pointers to integrates when printing. by Phil Nash · 11 years ago
  29. e45e3a1 Clara ignores anything after a lone — (double dash) by Phil Nash · 11 years ago
  30. 91ef5f7 build 22 by Phil Nash · 11 years ago
  31. 886d9d3 Reporter command line parser errors more eagerly by Phil Nash · 11 years ago
  32. f385a0b build 21 by Phil Nash · 11 years ago
  33. 1aa60fa Changed Approx::toString() to be implemented in terms of toString( double ) (as proposed in #233) by Phil Nash · 11 years ago
  34. fb90d38 Changed stdout/ stderr messages to be less misleading by Phil Nash · 11 years ago
  35. eb760f6 Build 20 by Phil Nash · 11 years ago
  36. f6d2fef Updated project for OCUnit by Phil Nash · 11 years ago
  37. 9e52985 Fixes compiler error for some versions of GCC by Phil Nash · 11 years ago
  38. 66d641a Sneaking last change in without version bump by Phil Nash · 11 years ago
  39. 557b3bd Made SUCCESS variadic too (optional stream) by Phil Nash · 11 years ago
  40. 2851b4a Try again with nullptr compatibility check in GCC by Phil Nash · 11 years ago
  41. 9d7b779 build 19 by Phil Nash · 11 years ago
  42. 859760a Build 18 by Phil Nash · 11 years ago
  43. 563429d Compile in CATCH_CONFIG_CPP11_NULLPTR for some compilers by Phil Nash · 11 years ago
  44. b462520 Test for FAIL that doesn’t take an argument by Phil Nash · 11 years ago
  45. 274ed3e Allow FAIL() to be empty by Phil Nash · 11 years ago
  46. a6d74bd Build 17 by Phil Nash · 11 years ago
  47. 0b63e0d Fixed warnings for platforms that don’t implement CATCH_BREAK_INTO_DEBUGGER by Phil Nash · 11 years ago
  48. a1e87a4 trim test/ section names in xml reporter by Phil Nash · 11 years ago
  49. ef95020 Stop overloading virtualise defined at multiple levels by Phil Nash · 11 years ago
  50. de49ec4 Fixed broken single header following script change by Phil Nash · 11 years ago
  51. 87b20e8 SourceLineInfo takes char*s instead of std::strings by Phil Nash · 11 years ago
  52. 47a5ad3 Normalised “hidden” tags by Phil Nash · 11 years ago
  53. 3524321 Removed some cruft by Phil Nash · 11 years ago
  54. 3649fdf Build 15 by Phil Nash · 11 years ago
  55. c4a089c Refactored a lot of code from headers into impl headers only compiled into one TU by Phil Nash · 11 years ago
  56. 8ba6555 Merge pull request #224 from PetterS/cygwinfix by Phil Nash · 11 years ago
  57. c032dfa Fix fileno not always present. fileno(stdout) = STDOUT_FILENO. by Petter Strandmark · 11 years ago
  58. 5ecb72b Build 14 by Phil Nash · 11 years ago
  59. 782c2b5 Added ability to load names of tests to run from a file by Phil Nash · 11 years ago
  60. 993430a Merge pull request #222 from gnzlbg/cmake-docs by Phil Nash · 11 years ago
  61. 69a921f Add documentation for the CMake build system by gnzlbg · 11 years ago
  62. ba13f3f Restored second arg to a TEST_CASE for non variadic compilers by Phil Nash · 11 years ago
  63. 0635938 Removed deleted file from CMake by Phil Nash · 11 years ago
  64. ca7292e Removed redundant MetaTestRunner by Phil Nash · 11 years ago
  65. 200197f Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 11 years ago
  66. 337dc25 Converted all test case names to "modern" style (freeform text + tags) by Phil Nash · 11 years ago
  67. da0f464 Merge pull request #217 from nanoant/patch/std-auto_ptr-deprecated by Phil Nash · 11 years ago
  68. d1e5480 std::auto_ptr is deprecated in c++11/c++0x by Adam Strzelecki · 11 years ago
  69. a9fd5b3 Removed cruft from VS projects by Phil Nash · 11 years ago
  70. d3c8c98 Merge pull request #214 from AIM360/weibelt/fix-eol by Phil Nash · 11 years ago
  71. f15b74c Added some more docs by Phil Nash · 11 years ago
  72. 8d44f2d build 13 by Phil Nash · 11 years ago
  73. 4f57c8c Print warnings if no assertions and not running with -s by Phil Nash · 11 years ago
  74. 2f086ae If no assertions print custom message by Phil Nash · 11 years ago
  75. ecb9432 Simplified and tidied test case and tag listing by Phil Nash · 11 years ago
  76. 5320518 Build 12 by Phil Nash · 11 years ago
  77. 11ba377 Change one more in-page link to work with GitHub generated anchors by Phil Nash · 11 years ago
  78. d17bb40 Converted all html anchors in command line docs to match github generated anchors by Phil Nash · 11 years ago
  79. 6916298 Attempt to match html anchors (which github strips out) with the ones github generates. by Phil Nash · 11 years ago
  80. 2e4be21 Fixed crlf issue by Tobias Weibel · 11 years ago
  81. 0712bbb Merge pull request #207 from Fraser999/list_tests_issue by Phil Nash · 11 years ago
  82. c2b0c6f Added missing #include for <vector> by Phil Nash · 11 years ago
  83. 0d4894e Updated command line docs with -w and -d by Phil Nash · 11 years ago
  84. 69a3f16 Added CTest targets to perform basic test of --list-tests and --list-tags options. by Fraser Hutchison · 11 years ago
  85. 6253386 Fixes overflow issue when listing tests. by Fraser Hutchison · 11 years ago
  86. 93a945c Fixed uninitialised members in Context object by Phil Nash · 11 years ago
  87. 2b644b5 Updated travis URL by Phil Nash · 11 years ago
  88. a2bff48 Merge branch 'master' of git://github.com/AIM360/Catch by Phil Nash · 11 years ago
  89. cb7b4ec Updated VS2010 project by Phil Nash · 11 years ago
  90. d0e7b62 Fixed typo by Phil Nash · 11 years ago
  91. faafa24 Git Attributes, with control for line-endings by Phil Nash · 11 years ago
  92. f4959e7 First commit of docs for contributors by Phil Nash · 11 years ago
  93. bdb7184 Fixed typo by Phil Nash · 11 years ago
  94. 380f98e Regenerated single include by Phil Nash · 11 years ago
  95. 39ef46a Truncate excessively long messages rather than asserting by Phil Nash · 11 years ago
  96. aafed30 Added an extra tag test by Phil Nash · 11 years ago
  97. 34266b6 more doc formatting fixes by Phil Nash · 11 years ago
  98. 0b097c2 Fix wrapping width when listing tests - addresses #201 by Phil Nash · 11 years ago
  99. b9c6d30 minor doc tweaks by Phil Nash · 11 years ago
  100. 716a3a0 escaped square brackets by Phil Nash · 11 years ago