1. 0e64973 Added support for manually registering test functions. As discussed in #421 by Phil Nash · 9 years ago
  2. e4fa62a dev build 3 by Phil Nash · 9 years ago
  3. a49f088 exception translators considered even for types deriving from std::exception, now by Phil Nash · 9 years ago
  4. ed6e912 Session's argv now taken by char const* const* - see #427 by Phil Nash · 9 years ago
  5. 9235676 dev build 2 by Phil Nash · 9 years ago
  6. d10b73f changed Not struct to a class. by Phil Nash · 9 years ago
  7. 71fd2c2 Fixed test names mentioning the new Matcher combinator operators by Phil Nash · 9 years ago
  8. 08844e7 build 1.3.0-develop.1 by Phil Nash · 9 years ago
  9. 054e3c5 Added &&, || and ! operator overloads for matchers by Phil Nash · 9 years ago
  10. f3e7722 Don't introduce Catch::Matchers namespace in macro by Phil Nash · 9 years ago
  11. 315c83a Removed unnecessary parentheses by Phil Nash · 9 years ago
  12. 9576ad9 Removed unused parameter - as per PR #530 by Phil Nash · 9 years ago
  13. e917381 Stripped trailing whitespace from all source code lines by Phil Nash · 9 years ago
  14. 8c32b49 Added script to strip trailing whitespace from source files by Phil Nash · 9 years ago
  15. ece529a Fixed noexcept destructors issue by Phil Nash · 9 years ago
  16. 9e42153 dev build 16 by Phil Nash · 9 years ago
  17. c81778e Fixed CMake file by Phil Nash · 9 years ago
  18. f5642be Fixed reversed logic of NoAssertions warning check by Phil Nash · 9 years ago
  19. 7e34619 v1.2.1-develop.15 - includes all new section tracker by Phil Nash · 9 years ago
  20. 4636be9 Merge branch 'NewSectionTracking' into develop by Phil Nash · 9 years ago
  21. 015e071 Added SUCCEEDs to empty leaf sections to avoid failing due to no assertions by Phil Nash · 9 years ago
  22. bc8840c Removed deprecated section tracking implementation and tests by Phil Nash · 9 years ago
  23. 471bd25 Approved changes due to "No assertions" warnings now firing correctly on inner sections by Phil Nash · 9 years ago
  24. aa49823 perform startRun() at the start of each test case by Phil Nash · 9 years ago
  25. 52a417d Fitted new section tracking by Phil Nash · 9 years ago
  26. 0b523db Converted all new part tracking tests/ sections to non variadic form by Phil Nash · 9 years ago
  27. b851592 Moved all new tracking impl into catch_test_case_tracker.pp by Phil Nash · 9 years ago
  28. 3deb3e0 Removed the "part" component of the tracker names by Phil Nash · 9 years ago
  29. 73a140f More minor tweaks by Phil Nash · 9 years ago
  30. ef62b57 Added tests for failing a section within a generator by Phil Nash · 9 years ago
  31. f4389b4 more minor clean-ups by Phil Nash · 9 years ago
  32. 4b99be6 Cleaned tests up a bit by Phil Nash · 9 years ago
  33. 293e54d Added IndexTracker and got it working with a single generator by Phil Nash · 9 years ago
  34. 9a6a086 More name changes by Phil Nash · 9 years ago
  35. 2c6411e Tweaks by Phil Nash · 9 years ago
  36. 1cb9939 First cut of new section/ part tracking by Phil Nash · 9 years ago
  37. b3b2352 Fixed some missing sentence structure by Phil Nash · 9 years ago
  38. c9a188d Merge pull request #512 from daniel-j-h/better_travis by Phil Nash · 9 years ago
  39. e904aa7 Improve the Travis CI integration. by Daniel J. Hofmann · 9 years ago
  40. d43a47e Refactored stream related stuff by Phil Nash · 9 years ago
  41. a0de07d Some small clean-ups and refactorings by Phil Nash · 9 years ago
  42. 0c1c9fa dev build 14 by Phil Nash · 9 years ago
  43. 166ca2e Do uncaught_exception checking before calling sectionEnded by Phil Nash · 9 years ago
  44. d234ed1 dev build 13 by Phil Nash · 9 years ago
  45. 7fd7c5b Merge branch 'matcher-not' into develop by Phil Nash · 9 years ago
  46. 312b94e Add matcher: Not() by Simon Warta · 9 years ago
  47. 40d0d2f Added unique_ptr detection to compiler_capabilities by Phil Nash · 9 years ago
  48. 1952015 regen single header by Phil Nash · 9 years ago
  49. ad7edd0 Replaced some stray overrides with CATCH_OVERRIDE by Phil Nash · 9 years ago
  50. 8a05f46 Removed use of std::copy_if (as it's limited to c++11) by Phil Nash · 9 years ago
  51. e73583d dev build 12 by Phil Nash · 9 years ago
  52. afcc38e Fixes for single include by Phil Nash · 9 years ago
  53. 368714e Added Listeners (programatically provided extra reporters) by Phil Nash · 9 years ago
  54. 4cb7476 Support for multiple reporters by Phil Nash · 9 years ago
  55. c06e190 Refactored test filtering and sorting by Phil Nash · 9 years ago
  56. 8b1b7cd dev build 11 by Phil Nash · 9 years ago
  57. 34fa25e Removed Runner class - it served no purpose - split into functions instead by Phil Nash · 9 years ago
  58. 85c8074 Set group name to -n parameter (or exe name) - As discussed in #469 by Phil Nash · 9 years ago
  59. 0edebf4 approvals rebase by Phil Nash · 9 years ago
  60. f3308ed Let gcc use __cplusplus identifier to decide if nullptr supported by Phil Nash · 9 years ago
  61. 74eef52 dev build 10 by Phil Nash · 9 years ago
  62. e085d48 Qualified path to xmlwriter to fix travis error by Phil Nash · 9 years ago
  63. 2f6371f dev build 9 by Phil Nash · 9 years ago
  64. 7097551 rebased approvals for long long test by Phil Nash · 9 years ago
  65. 733ebb6 Added CATCH_CONFIG_CPP11_LONG_LONG support by Phil Nash · 9 years ago
  66. d6e59cd Fixed Xml encoding by Phil Nash · 9 years ago
  67. 6de135c Given, When, Then prefixes are now std::strings by Phil Nash · 9 years ago
  68. 5bbdc8f Dev build 8 by Phil Nash · 9 years ago
  69. 7286892 Exception message assertions now work with matchers by Phil Nash · 9 years ago
  70. 8342ae8 dev build 7 by Phil Nash · 9 years ago
  71. 2104ca2 Exception message testing now supports wildcards by Phil Nash · 9 years ago
  72. 93a842e dev build 6 by Phil Nash · 9 years ago
  73. 85de743 Added _THROWS_WITH macros - asserts on exception message by Phil Nash · 9 years ago
  74. 5d5ed5a Updated approvalTests script to allow for modified version strings by Phil Nash · 9 years ago
  75. 57df3ba Force cout/ cerr to be initialised before errors in test registry are printed by Phil Nash · 9 years ago
  76. e6b365d dev build 5 by Phil Nash · 9 years ago
  77. 02e1966 Changed --filenames-as-tags prefix to #, added -# as short form and updated docs by Phil Nash · 9 years ago
  78. 584032d dev build 4 - undisturbed background colour (windows), from PR #456 by Phil Nash · 9 years ago
  79. 18acff6 Merge branch 'develop' of git://github.com/RandomInEqualities/Catch into RandomInEqualities-develop by Phil Nash · 9 years ago
  80. c1ca0fd dev build 3 by Phil Nash · 9 years ago
  81. d6f1446 Fixed an issue on some compilers with implicit conversion from nullptr to Ptr by Phil Nash · 9 years ago
  82. 62e517f Fixed backslash detection in filenames-as-tags by Phil Nash · 9 years ago
  83. 6160a2b Fix for white background in windows powershell when using colour output. by csa · 9 years ago
  84. 8f66e34 dev build 2 by Phil Nash · 9 years ago
  85. d87e551 reseeds rng before each test case and provides access to seed through Catch::rngSeed() function by Phil Nash · 9 years ago
  86. b971fe7 develop build 1 by Phil Nash · 9 years ago
  87. 088c5bc --filenames-as-tags by Phil Nash · 9 years ago
  88. 680b1a8 Squashed some warnings about local variables shadowing members - see #444 by Phil Nash · 9 years ago
  89. 805de43 Use CATCH_NULL instead of NULL by Phil Nash · 9 years ago
  90. 3b18d9e build for v1.2.1 by Phil Nash · 9 years ago
  91. 6d57972 Split imply from TrackedSection class to avoid use of incomplete type - see #450 by Phil Nash · 9 years ago
  92. 804896c Fixed approval tests script for new version number formatting by Phil Nash · 9 years ago
  93. 7ab3b5a Added compiler feature suppression macros by Phil Nash · 9 years ago
  94. 21f7ef6 Committed to semantic versioning by Phil Nash · 9 years ago
  95. f5fef1e Fixed readme to not refer to develop branch by Phil Nash · 9 years ago
  96. 8cc1108 Use <= operator instead of ->* for decomposer by Phil Nash · 9 years ago
  97. c51e868 build 3 by Phil Nash · 9 years ago
  98. fc63b02 suppressed some more warnings by Phil Nash · 9 years ago
  99. 6ed74b5 changed hex threshold on ints to 255 by Phil Nash · 9 years ago
  100. bdbfe69 Merge branch 'master' of github.com:philsquared/Catch by Phil Nash · 9 years ago