1. de49ec4 Fixed broken single header following script change by Phil Nash · 11 years ago
  2. 87b20e8 SourceLineInfo takes char*s instead of std::strings by Phil Nash · 11 years ago
  3. 47a5ad3 Normalised “hidden” tags by Phil Nash · 11 years ago
  4. 3524321 Removed some cruft by Phil Nash · 11 years ago
  5. 3649fdf Build 15 by Phil Nash · 11 years ago
  6. c4a089c Refactored a lot of code from headers into impl headers only compiled into one TU by Phil Nash · 11 years ago
  7. 8ba6555 Merge pull request #224 from PetterS/cygwinfix by Phil Nash · 11 years ago
  8. c032dfa Fix fileno not always present. fileno(stdout) = STDOUT_FILENO. by Petter Strandmark · 11 years ago
  9. 5ecb72b Build 14 by Phil Nash · 11 years ago
  10. 782c2b5 Added ability to load names of tests to run from a file by Phil Nash · 11 years ago
  11. 993430a Merge pull request #222 from gnzlbg/cmake-docs by Phil Nash · 11 years ago
  12. 69a921f Add documentation for the CMake build system by gnzlbg · 11 years ago
  13. ba13f3f Restored second arg to a TEST_CASE for non variadic compilers by Phil Nash · 11 years ago
  14. 0635938 Removed deleted file from CMake by Phil Nash · 11 years ago
  15. ca7292e Removed redundant MetaTestRunner by Phil Nash · 11 years ago
  16. 200197f Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 11 years ago
  17. 337dc25 Converted all test case names to "modern" style (freeform text + tags) by Phil Nash · 11 years ago
  18. da0f464 Merge pull request #217 from nanoant/patch/std-auto_ptr-deprecated by Phil Nash · 11 years ago
  19. d1e5480 std::auto_ptr is deprecated in c++11/c++0x by Adam Strzelecki · 11 years ago
  20. a9fd5b3 Removed cruft from VS projects by Phil Nash · 11 years ago
  21. d3c8c98 Merge pull request #214 from AIM360/weibelt/fix-eol by Phil Nash · 11 years ago
  22. f15b74c Added some more docs by Phil Nash · 11 years ago
  23. 8d44f2d build 13 by Phil Nash · 11 years ago
  24. 4f57c8c Print warnings if no assertions and not running with -s by Phil Nash · 11 years ago
  25. 2f086ae If no assertions print custom message by Phil Nash · 11 years ago
  26. ecb9432 Simplified and tidied test case and tag listing by Phil Nash · 11 years ago
  27. 5320518 Build 12 by Phil Nash · 11 years ago
  28. 11ba377 Change one more in-page link to work with GitHub generated anchors by Phil Nash · 11 years ago
  29. d17bb40 Converted all html anchors in command line docs to match github generated anchors by Phil Nash · 11 years ago
  30. 6916298 Attempt to match html anchors (which github strips out) with the ones github generates. by Phil Nash · 11 years ago
  31. 2e4be21 Fixed crlf issue by Tobias Weibel · 11 years ago
  32. 0712bbb Merge pull request #207 from Fraser999/list_tests_issue by Phil Nash · 11 years ago
  33. c2b0c6f Added missing #include for <vector> by Phil Nash · 11 years ago
  34. 0d4894e Updated command line docs with -w and -d by Phil Nash · 11 years ago
  35. 69a3f16 Added CTest targets to perform basic test of --list-tests and --list-tags options. by Fraser Hutchison · 11 years ago
  36. 6253386 Fixes overflow issue when listing tests. by Fraser Hutchison · 11 years ago
  37. 93a945c Fixed uninitialised members in Context object by Phil Nash · 11 years ago
  38. 2b644b5 Updated travis URL by Phil Nash · 11 years ago
  39. a2bff48 Merge branch 'master' of git://github.com/AIM360/Catch by Phil Nash · 11 years ago
  40. cb7b4ec Updated VS2010 project by Phil Nash · 11 years ago
  41. d0e7b62 Fixed typo by Phil Nash · 11 years ago
  42. faafa24 Git Attributes, with control for line-endings by Phil Nash · 11 years ago
  43. f4959e7 First commit of docs for contributors by Phil Nash · 11 years ago
  44. bdb7184 Fixed typo by Phil Nash · 11 years ago
  45. 380f98e Regenerated single include by Phil Nash · 11 years ago
  46. 39ef46a Truncate excessively long messages rather than asserting by Phil Nash · 11 years ago
  47. aafed30 Added an extra tag test by Phil Nash · 11 years ago
  48. 34266b6 more doc formatting fixes by Phil Nash · 11 years ago
  49. 0b097c2 Fix wrapping width when listing tests - addresses #201 by Phil Nash · 11 years ago
  50. b9c6d30 minor doc tweaks by Phil Nash · 11 years ago
  51. 716a3a0 escaped square brackets by Phil Nash · 11 years ago
  52. 76ef79a Expanded test-cases-and-exceptions docs and added to reference-index by Phil Nash · 11 years ago
  53. 4ab680a Expanded docs on tests cases and sections (still work-in-progress) by Phil Nash · 11 years ago
  54. a35ee20 Filter out version number from approval tests by Phil Nash · 11 years ago
  55. 16c21ee No, really trim paths in approval tests down to just filenames by Phil Nash · 11 years ago
  56. 1e74938 Trim paths in approval tests down to filenames by Phil Nash · 11 years ago
  57. 2f7a296 Split approve file into multiple files by Phil Nash · 11 years ago
  58. 345a4ea Removed outdated Xcode 3 project by Phil Nash · 11 years ago
  59. b4af9b9 Merge commit '22ded1f2bb3caf96d90c2f1981ede29d3aeb1c74' by Phil Nash · 11 years ago
  60. 22ded1f Merge pull request #198 from PureAbstract/vector_to_string by Phil Nash · 11 years ago
  61. 41b27af Fix for comma separated tags on the command line - also added more test for tags by Phil Nash · 11 years ago
  62. 649cd13 Upgraded project for latest Xcode by Phil Nash · 11 years ago
  63. 358b7b2 Eliminate a warning in the latest clang with Xcode by Phil Nash · 11 years ago
  64. 7974e1c updated single-include version by Andy Sawyer · 11 years ago
  65. d6f23a9 catch_tostring : moved defintion of rangeToString by Andy Sawyer · 11 years ago
  66. 0dbcf21 Add allocator support to StringMaker<vector> by Andy Sawyer · 11 years ago
  67. 1e2f1d1 Fixes toString forward reference issue: by Phil Nash · 11 years ago
  68. f7378ee Fixed string indexing bug by Phil Nash · 11 years ago
  69. 04a3364 Regen single header by Phil Nash · 11 years ago
  70. 638cf9f Separated out catch_platform.h by Phil Nash · 11 years ago
  71. 4611871 Build 8 - includes command line tweaks and fixes for durations by Phil Nash · 11 years ago
  72. 1870ca8 Some Clara/ command line clean-up and tweaks by Phil Nash · 11 years ago
  73. f41fad7 Don't report durations if not reporter anything else by Phil Nash · 11 years ago
  74. 357d654 Added missing assert include by Phil Nash · 11 years ago
  75. 3faa412 Removed basic reporter by Phil Nash · 11 years ago
  76. aa7123b Build 7 - New Junit reporter - New Timer class by Phil Nash · 11 years ago
  77. 11b5179 Redacted test durations from JUnit reporter output in approval test script by Phil Nash · 11 years ago
  78. d68510d Removed legacy JUnit reporter by Phil Nash · 11 years ago
  79. 2ddb9d3 Completed CumulativeReporterBase and reimplemented JUnitReporter in terms of it by Phil Nash · 11 years ago
  80. 1f519dd Added LazyStat wrapper by Phil Nash · 11 years ago
  81. 29ccaa6 Replaced currentSectionInfo and m_rootSection with m_sectionStack by Phil Nash · 11 years ago
  82. 6339254 First cut of Timer class. by Phil Nash · 11 years ago
  83. d8f93f7 Update README.md by Kosta · 11 years ago
  84. af36d93 Update README.md by Kosta · 11 years ago
  85. cd9a593 fixed formatting of travis status icons by Kosta · 11 years ago
  86. 7fcde92 added travis status to the readme by Kosta · 11 years ago
  87. ba24e51 cmake: call SelfTest exe instead of approvalTests script by Kosta · 11 years ago
  88. c486384 more approval tests script debugging by Kosta · 11 years ago
  89. 0c8ad55 more debugging by Kosta · 11 years ago
  90. f3119b0 more debugging by Kosta · 11 years ago
  91. a5c4231 debugging arguments passed to the approvalTests script by Kosta · 11 years ago
  92. 3f2e2bd printing the executable into the console window by Kosta · 11 years ago
  93. 5553a53 tweak CMakeLists.txt by Kosta · 11 years ago
  94. f8d24b1 Calling SelfTest exe directly by Kosta · 11 years ago
  95. a74e68a Merge branch 'Kosta/travis_ci_integration' of https://github.com/AIM360/Catch into Kosta/travis_ci_integration by Kosta · 11 years ago
  96. ce441a9 initial checkin of cmake and travis config files by Kosta · 11 years ago
  97. 5cb93fd initial checkin of cmake and travis config files by Kosta · 11 years ago
  98. 649f8c2 Removed now redundant handling for missing assertions in test cases by Phil Nash · 11 years ago
  99. e8cf726 Refactored missing assertions handling by Phil Nash · 11 years ago
  100. b80280f Tidied up reporting of missing assertions in test cases by Phil Nash · 11 years ago