Commit Graph

  • 3523c39f44 Changed 'auto' into 'bool' for C++98 compatibility CNugteren 2015-11-12 15:31:42 +0100
  • 2585d280d1 Added an optional absolute margin to the approximation checks cnugteren 2015-11-12 15:07:20 +0100
  • 30e5affa2e Merge 1b4383185c into 92356769f1 Stefan Näwe 2015-11-06 18:08:04 +0000
  • 92356769f1 dev build 2 v1.3.0-develop.2 Phil Nash 2015-11-06 18:06:56 +0000
  • d10b73f9f1 changed Not struct to a class. - it was forward declared as a class, which caused warnings on some compilers. It should really have been a class anyway. - this addresses the same issue as PR #534, albeit from the other angle. Phil Nash 2015-11-06 18:05:35 +0000
  • 71fd2c2fdf Fixed test names mentioning the new Matcher combinator operators Phil Nash 2015-11-06 06:54:15 +0000
  • 1b4383185c don't forward declare as class and later define as struct Stefan Näwe 2015-11-06 14:51:56 +0100
  • 6ed5d5f6ca don't forward declare as class and define as struct Stefan Näwe 2015-11-06 14:15:01 +0100
  • 08844e7e57 build 1.3.0-develop.1 v1.3.0-develop.1 Phil Nash 2015-11-05 18:52:18 +0000
  • 054e3c5b43 Added &&, || and ! operator overloads for matchers (syntactic sugar for AllOf, AnyOf and Not compositional matchers, respectively) Phil Nash 2015-11-05 18:46:00 +0000
  • f3e7722cc6 Don't introduce Catch::Matchers namespace in macro - this could be a breaking change - fixed up self-test code to compensate Phil Nash 2015-11-05 18:10:33 +0000
  • 315c83ad87 Removed unnecessary parentheses Phil Nash 2015-11-04 18:49:19 +0000
  • 9576ad9108 Removed unused parameter - as per PR #530 Phil Nash 2015-11-04 18:11:54 +0000
  • e91738103c Stripped trailing whitespace from all source code lines (replaces need for PRs #310 and #504) Phil Nash 2015-11-04 18:01:28 +0000
  • 8c32b49d5f Added script to strip trailing whitespace from source files Phil Nash 2015-11-04 07:33:39 +0000
  • ece529ae7c Fixed noexcept destructors issue Phil Nash 2015-11-03 17:37:43 +0000
  • 9e42153fe5 dev build 16 v1.2.1-develop.16 Phil Nash 2015-11-03 17:06:54 +0000
  • c81778ecd0 Fixed CMake file (changed SectionTrackerTests.cpp - now deleted - to the new PartTrackerTests.cpp) Phil Nash 2015-11-03 17:06:24 +0000
  • f5642be7b4 Fixed reversed logic of NoAssertions warning check (that explains the previous regressions) Phil Nash 2015-11-03 17:05:08 +0000
  • 7e34619f03 v1.2.1-develop.15 - includes all new section tracker v1.2.1-develop.15 Phil Nash 2015-11-03 08:00:43 +0000
  • 4636be9744 Merge branch 'NewSectionTracking' into develop Phil Nash 2015-11-03 07:55:29 +0000
  • 015e07100e Added SUCCEEDs to empty leaf sections to avoid failing due to no assertions Phil Nash 2015-11-03 07:46:37 +0000
  • bc8840cbb8 Removed deprecated section tracking implementation and tests Phil Nash 2015-11-03 07:38:14 +0000
  • 471bd2556a Approved changes due to "No assertions" warnings now firing correctly on inner sections Phil Nash 2015-11-03 07:33:43 +0000
  • aa49823bc0 perform startRun() at the start of each test case Phil Nash 2015-11-03 07:29:23 +0000
  • 52a417df7b Fitted new section tracking Phil Nash 2015-11-02 19:21:46 +0000
  • bfc2fc8191 Merge 4f2e51cafe into d758428fe2 Michael Vetter 2015-11-02 12:58:42 +0000
  • 4f2e51cafe Remove trailing whitespaces Michael Vetter 2015-11-02 13:55:21 +0100
  • 0b523db6b9 Converted all new part tracking tests/ sections to non variadic form Phil Nash 2015-11-02 06:16:09 +0000
  • b8515929b8 Moved all new tracking impl into catch_test_case_tracker.pp Phil Nash 2015-11-02 06:14:52 +0000
  • 1df7610550 Merge a0e64729f0 into d758428fe2 xaizek 2015-10-30 22:01:15 +0000
  • a0e64729f0 Fix whitespace errors in include/** xaizek 2015-09-30 12:46:21 +0300
  • 3deb3e010f Removed the "part" component of the tracker names Phil Nash 2015-10-29 19:41:50 +0000
  • 73a140fb9e More minor tweaks Phil Nash 2015-10-29 19:33:25 +0000
  • ef62b578e2 Added tests for failing a section within a generator - small fixes to implementation to make it work Phil Nash 2015-10-29 19:25:27 +0000
  • f4389b4fdb more minor clean-ups Phil Nash 2015-10-29 08:33:50 +0000
  • 4b99be6a9a Cleaned tests up a bit Phil Nash 2015-10-29 08:17:55 +0000
  • 293e54dcbe Added IndexTracker and got it working with a single generator - made some simplifications to state machine Phil Nash 2015-10-29 08:02:40 +0000
  • 804786f840 Merge 4c41641799 into b3b2352045 VZ 2015-10-28 23:53:38 +0000
  • 4c41641799 Get rid of unused parameter in TestEventListenerBase::assertionEnded() Vadim Zeitlin 2015-10-29 00:52:05 +0100
  • 73dd1ddf1f Disable -Wparentheses warnings for g++ < 4.8 Vadim Zeitlin 2015-10-28 20:19:35 +0100
  • 1f481e4da0 Merge 0394905325 into d758428fe2 Kevin Ushey 2015-10-27 20:49:14 +0000
  • 0394905325 restrict nullptr detection to gcc 4 (closes #526) Kevin Ushey 2015-10-27 13:44:57 -0700
  • 0546ade3e1 Merge 3fc8a8c82c into b3b2352045 Pavel Vainerman 2015-10-26 20:34:30 +0000
  • 3fc8a8c82c LexSort function optimization Pavel Vaynerman 2015-10-26 23:28:25 +0300
  • 71767e44d3 Merge 85f160075a into d758428fe2 jh3141 2015-10-26 17:00:13 +0000
  • d758428fe2 Merge pull request #523 from nabijaczleweli/patch-1 Phil Nash 2015-10-26 14:47:29 +0000
  • 9a6a0865f2 More name changes Phil Nash 2015-10-23 18:44:48 +0100
  • 2c6411e70a Tweaks Phil Nash 2015-10-23 18:34:16 +0100
  • 1cb993970a First cut of new section/ part tracking Phil Nash 2015-10-23 18:20:33 +0100
  • bc00d59a4e Fix typo in catch_stream.hpp Jędrzej 2015-10-22 21:49:32 +0200
  • 6b8887fe61 Fix warnings with gcc 4.7 and -Werror=parentheses Matt Godbolt 2015-10-19 20:34:08 -0500
  • b3b2352045 Fixed some missing sentence structure Phil Nash 2015-10-19 09:16:16 +0100
  • b3c9d58484
    Add TAP reporter Colton Wolkins (Ogre) 2015-10-15 00:54:37 -0600
  • c9a188df45 Merge pull request #512 from daniel-j-h/better_travis Phil Nash 2015-10-07 15:12:17 +0100
  • e904aa7f6e Improve the Travis CI integration. Daniel J. Hofmann 2015-10-06 12:28:18 +0200
  • d4948d825e Merge 67ba3bd0ce into 15317632f3 Roberto Di Remigio 2015-10-05 23:08:59 +0000
  • 67ba3bd0ce Merge remote-tracking branch 'upstream/master' Roberto Di Remigio 2015-10-06 01:08:33 +0200
  • 4d123dbf90 Fix test Pietro Cerutti 2015-10-02 18:08:52 +0000
  • 4addc7430c Change --force-no-color to --no-colour Kristopher Johnson 2015-10-01 08:59:48 -0400
  • d43a47efca Refactored stream related stuff - simpler, polymorphic hierarchy-based, approach - less bitty conditionals spread across the code - all resolved up-front so now config class is immutable (it had evolved the way it was and in need of a clean-up sweep for a long time) Phil Nash 2015-09-29 19:21:08 +0100
  • 587569ac33 Add --force-no-colour command-line option Kristopher Johnson 2015-09-29 09:41:45 -0400
  • 5fffbbf0fb Merge 84f60460bc into 15317632f3 Sergey Podobry 2015-09-29 07:39:16 +0000
  • 84f60460bc Use original background colour in windows console (instead of black). Sergey Podobry 2015-09-29 10:31:06 +0300
  • a0de07d45b Some small clean-ups and refactorings - removed previous instance saves in RunContext (they were a hang-over from embedded contexts) - started cleaning up config usage Phil Nash 2015-09-28 01:09:06 -0700
  • 0c1c9fa922 dev build 14 - workaround for uncaught_exception issue - avoid mutating vector while iterating it (due to re-entrancy) v1.2.1-develop.14 Phil Nash 2015-09-27 03:28:14 -0700
  • 166ca2e819 Do uncaught_exception checking before calling sectionEnded - split the uncaught handling (adding to unfinishedSections) into separate method Phil Nash 2015-09-26 18:12:21 -0700
  • 15317632f3 Revert "Fix parentheses warning on expression evaluation when using ccache" Phil Nash 2015-09-26 18:06:53 -0700
  • a28d40e941 Merge pull request #496 from segalaj/master Phil Nash 2015-09-18 08:12:56 +0100
  • 415b2473ba Allow overriding std::exception translation Mike Gelfand 2015-09-16 17:33:45 +0300
  • 0d827989de Switch to container-based and enable OS X on Travis Roberto Di Remigio 2015-09-16 11:58:46 +0200
  • 7da777a4b7 Fix parentheses warning on expression evaluation when using ccache segalaj 2015-09-14 14:28:34 +0200
  • 4eb19add11 [On behalf of Lexmark]: Initialize scalar field in catch_assertionresult.h James Trey Nickelsen 2015-09-02 14:20:05 -0500
  • 866f8ac6bd [On behalf of Lexmark]: Initialize scalar fields in catch_test_spec_parser.hpp James Trey Nickelsen 2015-09-02 14:18:50 -0500
  • 1ff1266730 [On behalf of Lexmark]: Initialize scalar field in catch_reporter_junit.hpp James Trey Nickelsen 2015-09-02 14:16:46 -0500
  • c4661a04e1 [On behalf of Lexmark]: Pass TestCase by reference James Trey Nickelsen 2015-09-02 14:14:29 -0500
  • 4f14aabbf9 Enable tuple printing for MSVC Stuart Dootson 2015-08-28 13:16:08 +0100
  • 8078fc1d24 Add std::vector Equals matcher Simon Warta 2015-07-18 16:53:32 +0200
  • d234ed1a67 dev build 13 Phil Nash 2015-08-24 06:28:25 +0100
  • 7fd7c5b8c8 Merge branch 'matcher-not' into develop Phil Nash 2015-08-24 06:22:03 +0100
  • 4c5728186a add CMakeLists.txt Alexey Syrnikov 2015-08-21 02:25:14 +0300
  • d57aceb86e Merge 9b851a3bcb into 1dd0d4c61a James Trey Nickelsen 2015-08-20 19:12:41 +0000
  • 9b851a3bcb [On behalf of Lexmark]: Initialize scalar field in catch_assertionresult.h James Trey Nickelsen 2015-08-19 14:59:48 -0500
  • f31903ca3f [On behalf of Lexmark]: Initialize scalar fields in catch_test_spec_parser.hpp James Trey Nickelsen 2015-08-19 14:52:24 -0500
  • e684a0f6d3 [On behalf of Lexmark]: Initialize scalar field in catch_reporter_junit.hpp James Trey Nickelsen 2015-08-19 14:48:23 -0500
  • 146f065097 [On behalf of Lexmark]: Pass TestCase by reference James Trey Nickelsen 2015-08-19 10:21:36 -0500
  • 312b94e532 Add matcher: Not() Simon Warta 2015-08-12 11:05:16 +0200
  • cc7eddb0db Add missing comma when in captured expression for matchers Simon Warta 2015-08-08 00:15:58 +0200
  • 40d0d2f656 Added unique_ptr detection to compiler_capabilities - as well as use by C++11 conformant compilers now enabled for VS2013 on too (see #479) - updated docs with this (and long long and override support) Phil Nash 2015-08-11 08:09:41 +0100
  • 19520157fb regen single header Phil Nash 2015-08-10 07:32:48 +0100
  • ad7edd0680 Replaced some stray overrides with CATCH_OVERRIDE Phil Nash 2015-08-10 07:32:21 +0100
  • 8a05f46a37 Removed use of std::copy_if (as it's limited to c++11) Phil Nash 2015-08-07 17:53:29 +0100
  • e73583d556 dev build 12 v1.2.1-develop.12 Phil Nash 2015-08-07 17:30:34 +0100
  • afcc38efc5 Fixes for single include Phil Nash 2015-08-07 17:28:48 +0100
  • 368714e7aa Added Listeners (programatically provided extra reporters) Phil Nash 2015-08-07 08:20:56 +0100
  • 4cb74761d9 Support for multiple reporters - can't (yet) specify different targets for each reporter (e.g. different files) Phil Nash 2015-08-05 19:02:17 +0100
  • c06e1909ae Refactored test filtering and sorting Phil Nash 2015-08-04 23:11:56 +0100
  • 8b1b7cd66e dev build 11 v1.2.1-develop.11 Phil Nash 2015-08-03 07:40:52 +0100
  • 34fa25ed2f Removed Runner class - it served no purpose - split into functions instead Phil Nash 2015-07-28 18:55:11 +0100
  • 85c8074784 Set group name to -n parameter (or exe name) - As discussed in #469 Phil Nash 2015-07-28 18:26:09 +0100