Commit Graph

  • 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
  • 0edebf41b0 approvals rebase - I *think* this fixes an earlier regression, but I'm not 100% sure where that came from! Phil Nash 2015-07-28 18:24:20 +0100
  • f3308ed7c4 Let gcc use __cplusplus identifier to decide if nullptr supported - or, for 4.6, continue to check __GX_EXPERIMENTAL_CXX0X__ See GitHb issue #445 and PR #471 Phil Nash 2015-07-27 18:34:21 +0100
  • 0a67b1ac6d Fix missing CATCH_ for CHECK_THAT in prefixed macro version jbo-ableton 2015-07-27 00:25:56 +0200
  • 2e4b8ccea6 Merge c8b4c922a5 into 74eef52644 David Grayson 2015-07-24 21:03:47 +0000
  • eab345c786 Merge c8b4c922a5 into 1dd0d4c61a David Grayson 2015-07-24 21:00:50 +0000
  • c8b4c922a5 GCC 5.2 only has nullptr if running in C++11 mode (or greater). Every GCC since 4.7 has a __cplusplus macro we can check to see what version of the C++ standard is being used. David Grayson 2015-07-24 13:48:58 -0700
  • 74eef52644 dev build 10 v1.2.1-develop.10 Phil Nash 2015-07-24 08:13:52 +0100
  • e085d4811a Qualified path to xmlwriter to fix travis error Phil Nash 2015-07-24 08:13:07 +0100
  • 2f6371f2ec dev build 9 v1.2.1-develop.9 Phil Nash 2015-07-23 23:06:26 +0100
  • 70975517b3 rebased approvals for long long test Phil Nash 2015-07-23 23:05:52 +0100
  • 733ebb6024 Added CATCH_CONFIG_CPP11_LONG_LONG support Phil Nash 2015-07-23 19:03:33 +0100
  • d6e59cd56f Fixed Xml encoding - don't encode apostrophes - only encode quotes in attributes - encode control characters (as in PR #465) Phil Nash 2015-07-23 18:45:31 +0100
  • 6de135c63a Given, When, Then prefixes are now std::strings (and so can be prepended to std::strings themselves) see #455 Phil Nash 2015-07-22 18:07:28 +0100
  • a0f6c9965d Proposal for fixing #464 - invalid XML in output. Espen Albrektsen 2015-07-17 19:07:19 +0200
  • 5bbdc8fd38 Dev build 8 v1.2.1-develop.8 Phil Nash 2015-07-15 23:03:11 +0100
  • 72868920bb Exception message assertions now work with matchers Phil Nash 2015-07-15 23:02:25 +0100
  • 8342ae8dfb dev build 7 v1.2.1-develop.7 Phil Nash 2015-07-13 15:03:26 +0100
  • 2104ca2aa4 Exception message testing now supports wildcards - extracted WildcardPattern from TestSpec::NamePattern Phil Nash 2015-07-13 15:03:04 +0100
  • 93a842e2f0 dev build 6 v1.2.1-develop.6 Phil Nash 2015-07-13 06:36:07 +0100
  • 85de743d70 Added _THROWS_WITH macros - asserts on exception message Phil Nash 2015-07-13 06:34:41 +0100
  • 5d5ed5a283 Updated approvalTests script to allow for modified version strings Phil Nash 2015-07-10 08:08:37 +0100
  • 1dd0d4c61a Force cout/ cerr to be initialised before errors in test registry are printed - see #461 Phil Nash 2015-07-10 07:44:37 +0100
  • 57df3ba998 Force cout/ cerr to be initialised before errors in test registry are printed - see #461 Phil Nash 2015-07-10 07:44:37 +0100
  • e6b365dc8c dev build 5 v1.2.1-develop.5 Phil Nash 2015-07-07 08:25:15 +0100
  • 02e1966db3 Changed --filenames-as-tags prefix to #, added -# as short form and updated docs Phil Nash 2015-07-06 18:46:50 +0100
  • 584032dfa4 dev build 4 - undisturbed background colour (windows), from PR #456 v1.2.1-develop.4 Phil Nash 2015-07-06 06:22:28 +0100
  • 18acff62d3 Merge branch 'develop' of git://github.com/RandomInEqualities/Catch into RandomInEqualities-develop Phil Nash 2015-07-06 06:13:56 +0100
  • 1a2d027346 Fixed code analysis warning C28251. Tommy Nguyen 2015-07-04 20:13:18 +0200
  • c1ca0fdabe dev build 3 v1.2.1-develop.3 Phil Nash 2015-07-03 18:30:25 +0100
  • d6f1446e4e Fixed an issue on some compilers with implicit conversion from nullptr to Ptr - also cleaned up some warnings to do with CATCH_NULL Phil Nash 2015-07-03 18:27:36 +0100
  • 62e517f833 Fixed backslash detection in filenames-as-tags Phil Nash 2015-07-03 18:07:13 +0100
  • 6160a2b079 Fix for white background in windows powershell when using colour output. csa 2015-07-03 12:02:40 +0200
  • 56a67045d7
    Add missing 'break' in switch statement. Landon Fuller 2015-07-02 16:29:26 -0600
  • 8f66e3495b dev build 2 v1.2.1-develop.2 Phil Nash 2015-07-02 23:03:13 +0100
  • d87e551efa reseeds rng before each test case and provides access to seed through Catch::rngSeed() function Phil Nash 2015-07-02 23:02:35 +0100
  • e2dd571606
    Use our own test runner to handle reporting of failures via XCTest. Landon Fuller 2015-07-02 13:03:35 -0600
  • b971fe785b develop build 1 v1.2.1-develop.1 Phil Nash 2015-07-02 08:21:38 +0100
  • 088c5bc53e --filenames-as-tags Phil Nash 2015-07-02 08:20:18 +0100
  • 25556790eb
    Stub out an XCTestRunner implementation. Landon Fuller 2015-07-01 18:10:27 -0600
  • 680b1a881b Squashed some warnings about local variables shadowing members - see #444 Phil Nash 2015-07-01 07:50:53 +0100
  • 805de43a3d Use CATCH_NULL instead of NULL - expands to nullptr if CATCH_CONFIG_CPP11_NULLPTR is defined (see #444) Phil Nash 2015-07-01 07:33:27 +0100
  • 3b18d9e962 build for v1.2.1 v1.2.1 Phil Nash 2015-06-30 18:26:09 +0100
  • 6d5797231c Split imply from TrackedSection class to avoid use of incomplete type - see #450 Phil Nash 2015-06-30 18:25:49 +0100
  • 804896cdfa Fixed approval tests script for new version number formatting Phil Nash 2015-06-30 18:24:59 +0100
  • 7ab3b5aefb Added compiler feature suppression macros Phil Nash 2015-06-30 08:41:55 +0100
  • 21f7ef6fdc Committed to semantic versioning v1.2.0 Phil Nash 2015-06-29 18:05:23 +0100
  • f5fef1ebed Fixed readme to not refer to develop branch Phil Nash 2015-06-26 06:55:11 +0100
  • 8cc1108f2b Use <= operator instead of ->* for decomposer Phil Nash 2015-06-26 06:35:33 +0100
  • 0c6abf4cd0 Fixed typo in docs Sumith 2015-06-24 20:01:59 +0530
  • 8b6e6f6a96 Fixed shell color code of "Blue" Philipp Claßen 2015-06-17 01:17:33 +0200
  • 9ab4ba8252 Make backticks symmetric in markdown Kylo Ginsberg 2015-06-14 10:40:40 -0700
  • a51502c1c3 Improve error messages Timon 2015-06-10 10:05:22 +0200
  • fe963ebcd6 fixes spacing tutorial.md Trevor Hickey 2015-05-29 13:05:02 -0400
  • 9f49dc2b76 defines BDD acronym, and replaces TDD with BDD Trevor Hickey 2015-05-29 13:01:53 -0400
  • bbacd75d80 Merge d0f5996864 into c51e86819d jespert 2015-05-27 20:32:22 +0000
  • d0f5996864 Fixed "char * const" versus "const char *" confusions throught the code base. Javier Espert Real 2015-05-27 20:56:41 +0100
  • 7b033660d0 Merge 83e063488c into c51e86819d Václav Haisman 2015-05-24 11:35:03 +0000
  • 83e063488c
    Fix -Wshadow warnings with GCC. Vaclav Haisman 2015-05-24 13:32:20 +0200
  • 4e3e031ecd Merge 9b3189fce0 into c51e86819d Kenman 2015-05-21 16:45:13 +0000
  • c51e86819d build 3 Phil Nash 2015-05-21 06:16:15 +0100
  • fc63b020c5 suppressed some more warnings Phil Nash 2015-05-21 06:15:53 +0100
  • 4cdb44b34a Merge 783965991a into 4af4405ce1 Baruch 2015-05-20 20:01:59 +0000