1. 447f53e Fixed !shouldfail by Phil Nash · 8 years ago
  2. 13a887a Use __COUNTER__ when generating unique names instead of __LINE__, if available. by Phil Nash · 9 years ago
  3. 02af70e build v1.3.6 (include's David Grayson's fix for the gcc pragma) by Phil Nash · 8 years ago
  4. c362894 Merge branch 'DavidEGrayson-pr_gcc_pragma_typo' by Phil Nash · 8 years ago
  5. 97e3354 Fix CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS: GCC needs to be capitalized. by David Grayson · 8 years ago
  6. ae5ee2c v1.3.5 by Phil Nash · 8 years ago
  7. f895e0d Rebased approvals following colour changes by Phil Nash · 8 years ago
  8. 458f37e Merge branch 'explicit-bool-conversion' of git://github.com/seanmiddleditch/Catch into seanmiddleditch-explicit-bool-conversion by Phil Nash · 8 years ago
  9. 91bfe68 Suppress parentheses warnings on clang and gcc by Phil Nash · 8 years ago
  10. 8ccb18d Added --use-colour option to give finer control over colourisation. by Phil Nash · 8 years ago
  11. dce2154 Merge pull request #598 from luxe/patch-1 by Phil Nash · 8 years ago
  12. e52ad48 removes link to missing readme file by Trevor Hickey · 8 years ago
  13. 776247a Support explicit operator bool by Sean Middleditch · 8 years ago
  14. 3b4edd7 Build for v1.3.4 by Phil Nash · 8 years ago
  15. 880a204 Use Clara v0.0.1.1 by Phil Nash · 8 years ago
  16. ffad3a0 Fix as suggested in #574 by Phil Nash · 8 years ago
  17. 3bd20bf Removed reference to pre 1.0 release from README by Phil Nash · 9 years ago
  18. c724356 v1.3.3 by Phil Nash · 9 years ago
  19. b84e08a Fix EndsWith Matcher (and refactored EndsWith and StartsWith in terms of endsWith and startsWith) (see Issue #573) by Phil Nash · 9 years ago
  20. aca16a0 Fixed CATCH_REGISTER_TEST_CASE too by Phil Nash · 9 years ago
  21. f294c98 Fixed REGISTER_TEST_CASE for VS2013 (hopefully) - see #549 by Phil Nash · 9 years ago
  22. 7424b23 v1.3.1 by Phil Nash · 9 years ago
  23. dbd3a84 Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) by Phil Nash · 9 years ago
  24. 5262e61 Approvals for Matcher change (added comma) by Phil Nash · 9 years ago
  25. a5fba67 Add missing comma when in captured expression for matchers by Simon Warta · 9 years ago
  26. 2106d82 Fixed non-variadic version of REGISTER_TEST_CASE by Phil Nash · 9 years ago
  27. 981347b patch build to include last two fixes by Phil Nash · 9 years ago
  28. 9e34123 main takes args by non-const char* - see #548 by Phil Nash · 9 years ago
  29. 2b688e1 Initialise m_currentSortOrder - as reported in #545 by Phil Nash · 9 years ago
  30. 84d1c08 Keep Xcode 7.1 happy by Phil Nash · 9 years ago
  31. 722315a Removed some trailing whitespace by Phil Nash · 9 years ago
  32. fdc42d0 Merged from develop branch - now v1.3.0 by Phil Nash · 9 years ago
  33. d274fc5 Added noexcept to CustomStdException destructor by Phil Nash · 9 years ago
  34. 7e15d9b dev build 4 by Phil Nash · 9 years ago
  35. 0e64973 Added support for manually registering test functions. As discussed in #421 by Phil Nash · 9 years ago
  36. e4fa62a dev build 3 by Phil Nash · 9 years ago
  37. a49f088 exception translators considered even for types deriving from std::exception, now by Phil Nash · 9 years ago
  38. ed6e912 Session's argv now taken by char const* const* - see #427 by Phil Nash · 9 years ago
  39. 9235676 dev build 2 by Phil Nash · 9 years ago
  40. d10b73f changed Not struct to a class. by Phil Nash · 9 years ago
  41. 71fd2c2 Fixed test names mentioning the new Matcher combinator operators by Phil Nash · 9 years ago
  42. 08844e7 build 1.3.0-develop.1 by Phil Nash · 9 years ago
  43. 054e3c5 Added &&, || and ! operator overloads for matchers by Phil Nash · 9 years ago
  44. f3e7722 Don't introduce Catch::Matchers namespace in macro by Phil Nash · 9 years ago
  45. 315c83a Removed unnecessary parentheses by Phil Nash · 9 years ago
  46. 9576ad9 Removed unused parameter - as per PR #530 by Phil Nash · 9 years ago
  47. e917381 Stripped trailing whitespace from all source code lines by Phil Nash · 9 years ago
  48. 8c32b49 Added script to strip trailing whitespace from source files by Phil Nash · 9 years ago
  49. ece529a Fixed noexcept destructors issue by Phil Nash · 9 years ago
  50. 9e42153 dev build 16 by Phil Nash · 9 years ago
  51. c81778e Fixed CMake file by Phil Nash · 9 years ago
  52. f5642be Fixed reversed logic of NoAssertions warning check by Phil Nash · 9 years ago
  53. 7e34619 v1.2.1-develop.15 - includes all new section tracker by Phil Nash · 9 years ago
  54. 4636be9 Merge branch 'NewSectionTracking' into develop by Phil Nash · 9 years ago
  55. 015e071 Added SUCCEEDs to empty leaf sections to avoid failing due to no assertions by Phil Nash · 9 years ago
  56. bc8840c Removed deprecated section tracking implementation and tests by Phil Nash · 9 years ago
  57. 471bd25 Approved changes due to "No assertions" warnings now firing correctly on inner sections by Phil Nash · 9 years ago
  58. aa49823 perform startRun() at the start of each test case by Phil Nash · 9 years ago
  59. 52a417d Fitted new section tracking by Phil Nash · 9 years ago
  60. 0b523db Converted all new part tracking tests/ sections to non variadic form by Phil Nash · 9 years ago
  61. b851592 Moved all new tracking impl into catch_test_case_tracker.pp by Phil Nash · 9 years ago
  62. 3deb3e0 Removed the "part" component of the tracker names by Phil Nash · 9 years ago
  63. 73a140f More minor tweaks by Phil Nash · 9 years ago
  64. ef62b57 Added tests for failing a section within a generator by Phil Nash · 9 years ago
  65. f4389b4 more minor clean-ups by Phil Nash · 9 years ago
  66. 4b99be6 Cleaned tests up a bit by Phil Nash · 9 years ago
  67. 293e54d Added IndexTracker and got it working with a single generator by Phil Nash · 9 years ago
  68. d758428 Merge pull request #523 from nabijaczleweli/patch-1 by Phil Nash · 9 years ago
  69. 9a6a086 More name changes by Phil Nash · 9 years ago
  70. 2c6411e Tweaks by Phil Nash · 9 years ago
  71. 1cb9939 First cut of new section/ part tracking by Phil Nash · 9 years ago
  72. bc00d59 Fix typo in catch_stream.hpp by Jędrzej · 9 years ago
  73. b3b2352 Fixed some missing sentence structure by Phil Nash · 9 years ago
  74. c9a188d Merge pull request #512 from daniel-j-h/better_travis by Phil Nash · 9 years ago
  75. e904aa7 Improve the Travis CI integration. by Daniel J. Hofmann · 9 years ago
  76. d43a47e Refactored stream related stuff by Phil Nash · 9 years ago
  77. a0de07d Some small clean-ups and refactorings by Phil Nash · 9 years ago
  78. 0c1c9fa dev build 14 by Phil Nash · 9 years ago
  79. 166ca2e Do uncaught_exception checking before calling sectionEnded by Phil Nash · 9 years ago
  80. 1531763 Revert "Fix parentheses warning on expression evaluation when using ccache" by Phil Nash · 9 years ago
  81. a28d40e Merge pull request #496 from segalaj/master by Phil Nash · 9 years ago
  82. 7da777a Fix parentheses warning on expression evaluation when using ccache by segalaj · 9 years ago
  83. d234ed1 dev build 13 by Phil Nash · 9 years ago
  84. 7fd7c5b Merge branch 'matcher-not' into develop by Phil Nash · 9 years ago
  85. 312b94e Add matcher: Not() by Simon Warta · 9 years ago
  86. 40d0d2f Added unique_ptr detection to compiler_capabilities by Phil Nash · 9 years ago
  87. 1952015 regen single header by Phil Nash · 9 years ago
  88. ad7edd0 Replaced some stray overrides with CATCH_OVERRIDE by Phil Nash · 9 years ago
  89. 8a05f46 Removed use of std::copy_if (as it's limited to c++11) by Phil Nash · 9 years ago
  90. e73583d dev build 12 by Phil Nash · 9 years ago
  91. afcc38e Fixes for single include by Phil Nash · 9 years ago
  92. 368714e Added Listeners (programatically provided extra reporters) by Phil Nash · 9 years ago
  93. 4cb7476 Support for multiple reporters by Phil Nash · 9 years ago
  94. c06e190 Refactored test filtering and sorting by Phil Nash · 9 years ago
  95. 8b1b7cd dev build 11 by Phil Nash · 9 years ago
  96. 34fa25e Removed Runner class - it served no purpose - split into functions instead by Phil Nash · 9 years ago
  97. 85c8074 Set group name to -n parameter (or exe name) - As discussed in #469 by Phil Nash · 9 years ago
  98. 0edebf4 approvals rebase by Phil Nash · 9 years ago
  99. f3308ed Let gcc use __cplusplus identifier to decide if nullptr supported by Phil Nash · 9 years ago
  100. 74eef52 dev build 10 by Phil Nash · 9 years ago