1. 368714e Added Listeners (programatically provided extra reporters) by Phil Nash · 9 years ago
  2. 4cb7476 Support for multiple reporters by Phil Nash · 9 years ago
  3. c06e190 Refactored test filtering and sorting by Phil Nash · 9 years ago
  4. 8b1b7cd dev build 11 by Phil Nash · 9 years ago
  5. 34fa25e Removed Runner class - it served no purpose - split into functions instead by Phil Nash · 9 years ago
  6. 85c8074 Set group name to -n parameter (or exe name) - As discussed in #469 by Phil Nash · 9 years ago
  7. 0edebf4 approvals rebase by Phil Nash · 9 years ago
  8. f3308ed Let gcc use __cplusplus identifier to decide if nullptr supported by Phil Nash · 9 years ago
  9. 74eef52 dev build 10 by Phil Nash · 9 years ago
  10. e085d48 Qualified path to xmlwriter to fix travis error by Phil Nash · 9 years ago
  11. 2f6371f dev build 9 by Phil Nash · 9 years ago
  12. 7097551 rebased approvals for long long test by Phil Nash · 9 years ago
  13. 733ebb6 Added CATCH_CONFIG_CPP11_LONG_LONG support by Phil Nash · 9 years ago
  14. d6e59cd Fixed Xml encoding by Phil Nash · 9 years ago
  15. 6de135c Given, When, Then prefixes are now std::strings by Phil Nash · 9 years ago
  16. 5bbdc8f Dev build 8 by Phil Nash · 9 years ago
  17. 7286892 Exception message assertions now work with matchers by Phil Nash · 9 years ago
  18. 8342ae8 dev build 7 by Phil Nash · 9 years ago
  19. 2104ca2 Exception message testing now supports wildcards by Phil Nash · 9 years ago
  20. 93a842e dev build 6 by Phil Nash · 9 years ago
  21. 85de743 Added _THROWS_WITH macros - asserts on exception message by Phil Nash · 9 years ago
  22. 5d5ed5a Updated approvalTests script to allow for modified version strings by Phil Nash · 9 years ago
  23. 57df3ba Force cout/ cerr to be initialised before errors in test registry are printed by Phil Nash · 9 years ago
  24. e6b365d dev build 5 by Phil Nash · 9 years ago
  25. 02e1966 Changed --filenames-as-tags prefix to #, added -# as short form and updated docs by Phil Nash · 9 years ago
  26. 584032d dev build 4 - undisturbed background colour (windows), from PR #456 by Phil Nash · 9 years ago
  27. 18acff6 Merge branch 'develop' of git://github.com/RandomInEqualities/Catch into RandomInEqualities-develop by Phil Nash · 9 years ago
  28. c1ca0fd dev build 3 by Phil Nash · 9 years ago
  29. d6f1446 Fixed an issue on some compilers with implicit conversion from nullptr to Ptr by Phil Nash · 9 years ago
  30. 62e517f Fixed backslash detection in filenames-as-tags by Phil Nash · 9 years ago
  31. 6160a2b Fix for white background in windows powershell when using colour output. by csa · 9 years ago
  32. 8f66e34 dev build 2 by Phil Nash · 9 years ago
  33. d87e551 reseeds rng before each test case and provides access to seed through Catch::rngSeed() function by Phil Nash · 9 years ago
  34. b971fe7 develop build 1 by Phil Nash · 9 years ago
  35. 088c5bc --filenames-as-tags by Phil Nash · 9 years ago
  36. 680b1a8 Squashed some warnings about local variables shadowing members - see #444 by Phil Nash · 9 years ago
  37. 805de43 Use CATCH_NULL instead of NULL by Phil Nash · 9 years ago
  38. 3b18d9e build for v1.2.1 by Phil Nash · 9 years ago
  39. 6d57972 Split imply from TrackedSection class to avoid use of incomplete type - see #450 by Phil Nash · 9 years ago
  40. 804896c Fixed approval tests script for new version number formatting by Phil Nash · 9 years ago
  41. 7ab3b5a Added compiler feature suppression macros by Phil Nash · 9 years ago
  42. 21f7ef6 Committed to semantic versioning by Phil Nash · 9 years ago
  43. f5fef1e Fixed readme to not refer to develop branch by Phil Nash · 9 years ago
  44. 8cc1108 Use <= operator instead of ->* for decomposer by Phil Nash · 9 years ago
  45. c51e868 build 3 by Phil Nash · 9 years ago
  46. fc63b02 suppressed some more warnings by Phil Nash · 9 years ago
  47. 6ed74b5 changed hex threshold on ints to 255 by Phil Nash · 9 years ago
  48. bdbfe69 Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 9 years ago
  49. 605d870 Updated toString docs with StringMaker by Phil Nash · 9 years ago
  50. a55c1cf Merge pull request #380 from socantre/master by Phil Nash · 9 years ago
  51. 43470b2 Removed CATCH_CONFIG_CPP11_NULLPTR for VS2015 by Phil Nash · 9 years ago
  52. 318c936 build 2 by Phil Nash · 9 years ago
  53. e86daf8 Reorganised C+11 feature detection a bit by Phil Nash · 9 years ago
  54. bfa3f86 Removed some more warnings by Phil Nash · 9 years ago
  55. 2946c19 Added comments on multi-file tests to tutorial by Phil Nash · 9 years ago
  56. 7975920 Merge pull request #404 from adzenith/patch-1 by Phil Nash · 9 years ago
  57. 702cbc1 Merge branch 'BMBurstein-develop' by Phil Nash · 9 years ago
  58. 2fc9de9 Updated approvals following merge of develop back to master by Phil Nash · 9 years ago
  59. c708570 Merge branch 'develop' of git://github.com/BMBurstein/Catch into BMBurstein-develop by Phil Nash · 9 years ago
  60. 465454f Fix REQUIRE_FALSE so that it aborts test case by Baruch · 9 years ago
  61. 6595387 Fix typo in tutorial.md by Nikolaus Wittenstein · 9 years ago
  62. 35f4266 Merge branch 'develop' by Phil Nash · 9 years ago
  63. 4af4405 Fixed a missing ), as per PR #363 and PR #390 by Phil Nash · 9 years ago
  64. 37e5561 v1.1 build 1 (master) Updated version for master and regenerated single include by Phil Nash · 9 years ago
  65. a21fb80 Ignore *.xccheckout by Phil Nash · 9 years ago
  66. d9fbc62 Merged from develop by Phil Nash · 9 years ago
  67. dd460f0 s/ran/run by socantre · 9 years ago
  68. 0ae7578 Restored tag parsing when checking for reserved tags by Phil Nash · 9 years ago
  69. 090c74c Use reinterpret_cast to eliminate some warnings #369 by Phil Nash · 9 years ago
  70. 572911d Changed comment to work around header stitching bug by Phil Nash · 9 years ago
  71. a806c3e Build 14 by Phil Nash · 9 years ago
  72. 856468c Rebased to include new --force-colour tests by Phil Nash · 9 years ago
  73. 0362659 Merge branch 'peterhuene-develop' into develop by Phil Nash · 9 years ago
  74. 6d1da8e Merge branch 'develop' of git://github.com/peterhuene/Catch into peterhuene-develop by Phil Nash · 9 years ago
  75. ce0b170 Suppress warnings correctly for Intel compiler #376 by Phil Nash · 9 years ago
  76. e04ba5c Removed over-eager assertion. Doesn't hold if reporting due to a segfault #377 by Phil Nash · 9 years ago
  77. 5eb7748 Changed relative #includes and made SourceLineInfo sortable (added < op) by Phil Nash · 9 years ago
  78. e5280b2 Add --force-colour option to force colour output. by Peter Huene · 9 years ago
  79. 7f56152 build 13 by Phil Nash · 10 years ago
  80. 5018320 Added tests for toString<std::tuple<>> and rebased by Phil Nash · 10 years ago
  81. e8a9923 Merge branch 'PureAbstract-tuple_to_string' into develop by Phil Nash · 10 years ago
  82. 75a08bb Merge branch 'tuple_to_string' of https://github.com/PureAbstract/Catch into PureAbstract-tuple_to_string by Phil Nash · 10 years ago
  83. b9ec8a1 Merge pull request #344 from therocode/patch-1 by Phil Nash · 10 years ago
  84. 060b65b Merge pull request #329 from AnthonySuper/betterdocs by Phil Nash · 10 years ago
  85. d76e081 build 12 by Phil Nash · 10 years ago
  86. c6635a7 Added type attribute to xml reporter output by Phil Nash · 10 years ago
  87. 6817bb0 Fixed up xml reporter and rebased by Phil Nash · 10 years ago
  88. 3e0c501 Fixed escaping of ' in TeamCity reporter by Phil Nash · 10 years ago
  89. 1cbc4f2 Merge branch 'develop' of https://github.com/SeanCline/Catch into develop by Phil Nash · 10 years ago
  90. 92f0836 build 11 by Phil Nash · 10 years ago
  91. 3c8c9b2 rebased by Phil Nash · 10 years ago
  92. fa751e6 FIxed a couple of test names by Phil Nash · 10 years ago
  93. 7619920 Support for reporting skipped tests by Phil Nash · 10 years ago
  94. 58dcb5e Removed #includes for Catch headers by Phil Nash · 10 years ago
  95. b771394 regenerated single include by Phil Nash · 10 years ago
  96. a9f16b1 Fix memset build error by Phil Nash · 10 years ago
  97. 576aff6 build 10 by Phil Nash · 10 years ago
  98. 3dc3763 Rebased by Phil Nash · 10 years ago
  99. 3f9e3e2 Some clean-up ready for first push to GitHub by Phil Nash · 10 years ago
  100. 2771220 Cleaned up section headers by Phil Nash · 10 years ago