https://github.com/philsquared/Catch

sort by:
Revision Author Date Message Commit Date
4eb19ad [On behalf of Lexmark]: Initialize scalar field in catch_assertionresult.h 02 September 2015, 19:20:05 UTC
866f8ac [On behalf of Lexmark]: Initialize scalar fields in catch_test_spec_parser.hpp 02 September 2015, 19:18:50 UTC
1ff1266 [On behalf of Lexmark]: Initialize scalar field in catch_reporter_junit.hpp 02 September 2015, 19:16:46 UTC
c4661a0 [On behalf of Lexmark]: Pass TestCase by reference 02 September 2015, 19:14:29 UTC
d234ed1 dev build 13 24 August 2015, 05:28:25 UTC
7fd7c5b Merge branch 'matcher-not' into develop * matcher-not: Add matcher: Not() 24 August 2015, 05:22:03 UTC
312b94e Add matcher: Not() 12 August 2015, 09:07:55 UTC
40d0d2f 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) 11 August 2015, 07:09:41 UTC
1952015 regen single header 10 August 2015, 06:32:48 UTC
ad7edd0 Replaced some stray overrides with CATCH_OVERRIDE 10 August 2015, 06:32:21 UTC
8a05f46 Removed use of std::copy_if (as it's limited to c++11) 07 August 2015, 16:53:29 UTC
e73583d dev build 12 07 August 2015, 16:30:34 UTC
afcc38e Fixes for single include 07 August 2015, 16:28:48 UTC
368714e Added Listeners (programatically provided extra reporters) 07 August 2015, 07:20:56 UTC
4cb7476 Support for multiple reporters - can't (yet) specify different targets for each reporter (e.g. different files) 05 August 2015, 18:02:17 UTC
c06e190 Refactored test filtering and sorting 04 August 2015, 22:11:56 UTC
8b1b7cd dev build 11 03 August 2015, 06:40:52 UTC
34fa25e Removed Runner class - it served no purpose - split into functions instead 28 July 2015, 17:55:11 UTC
85c8074 Set group name to -n parameter (or exe name) - As discussed in #469 28 July 2015, 17:26:09 UTC
0edebf4 approvals rebase - I *think* this fixes an earlier regression, but I'm not 100% sure where that came from! 28 July 2015, 17:24:20 UTC
f3308ed 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 27 July 2015, 17:42:36 UTC
74eef52 dev build 10 24 July 2015, 07:13:52 UTC
e085d48 Qualified path to xmlwriter to fix travis error 24 July 2015, 07:13:07 UTC
2f6371f dev build 9 23 July 2015, 22:06:26 UTC
7097551 rebased approvals for long long test 23 July 2015, 22:05:52 UTC
733ebb6 Added CATCH_CONFIG_CPP11_LONG_LONG support 23 July 2015, 22:05:05 UTC
d6e59cd Fixed Xml encoding - don't encode apostrophes - only encode quotes in attributes - encode control characters (as in PR #465) 23 July 2015, 17:45:31 UTC
6de135c Given, When, Then prefixes are now std::strings (and so can be prepended to std::strings themselves) see #455 22 July 2015, 17:07:28 UTC
5bbdc8f Dev build 8 15 July 2015, 22:03:11 UTC
7286892 Exception message assertions now work with matchers 15 July 2015, 22:02:25 UTC
8342ae8 dev build 7 13 July 2015, 14:03:26 UTC
2104ca2 Exception message testing now supports wildcards - extracted WildcardPattern from TestSpec::NamePattern 13 July 2015, 14:03:04 UTC
93a842e dev build 6 13 July 2015, 05:36:07 UTC
85de743 Added _THROWS_WITH macros - asserts on exception message 13 July 2015, 05:34:41 UTC
5d5ed5a Updated approvalTests script to allow for modified version strings 10 July 2015, 07:08:37 UTC
57df3ba Force cout/ cerr to be initialised before errors in test registry are printed - see #461 10 July 2015, 06:44:37 UTC
e6b365d dev build 5 07 July 2015, 07:25:15 UTC
02e1966 Changed --filenames-as-tags prefix to #, added -# as short form and updated docs 06 July 2015, 17:46:50 UTC
584032d dev build 4 - undisturbed background colour (windows), from PR #456 06 July 2015, 05:23:13 UTC
18acff6 Merge branch 'develop' of git://github.com/RandomInEqualities/Catch into RandomInEqualities-develop 06 July 2015, 05:13:56 UTC
c1ca0fd dev build 3 03 July 2015, 17:30:25 UTC
d6f1446 Fixed an issue on some compilers with implicit conversion from nullptr to Ptr - also cleaned up some warnings to do with CATCH_NULL 03 July 2015, 17:27:36 UTC
62e517f Fixed backslash detection in filenames-as-tags 03 July 2015, 17:07:13 UTC
6160a2b Fix for white background in windows powershell when using colour output. This commit fixes the white background that appears in windows powershell when catch outputs messages with colour. The previous implementation ignored the original background colour and defaulted to a white background. 03 July 2015, 10:02:40 UTC
8f66e34 dev build 2 02 July 2015, 22:03:13 UTC
d87e551 reseeds rng before each test case and provides access to seed through Catch::rngSeed() function 02 July 2015, 22:02:35 UTC
b971fe7 develop build 1 02 July 2015, 07:21:38 UTC
088c5bc --filenames-as-tags 02 July 2015, 07:20:18 UTC
680b1a8 Squashed some warnings about local variables shadowing members - see #444 01 July 2015, 06:50:53 UTC
805de43 Use CATCH_NULL instead of NULL - expands to nullptr if CATCH_CONFIG_CPP11_NULLPTR is defined (see #444) 01 July 2015, 06:33:27 UTC
3b18d9e build for v1.2.1 30 June 2015, 17:26:09 UTC
6d57972 Split imply from TrackedSection class to avoid use of incomplete type - see #450 30 June 2015, 17:25:49 UTC
804896c Fixed approval tests script for new version number formatting 30 June 2015, 17:24:59 UTC
7ab3b5a Added compiler feature suppression macros _NO_ forms to disable detection of features - particularly C++11 features. Also removed SFINAE detection (and use in tostring) 30 June 2015, 07:41:55 UTC
21f7ef6 Committed to semantic versioning as prompted by #365, #430, #447 and a thread on the google group. - split version bumping out of generateSingleHeader script - separate scripts for bumping each version component - "build" number only incremented for "develop" builds 29 June 2015, 17:06:15 UTC
f5fef1e Fixed readme to not refer to develop branch 29 June 2015, 17:06:14 UTC
8cc1108 Use <= operator instead of ->* for decomposer Allows more complex LHS expressions - and works around an Eclipse bug. See Issues #359, #393 and #247 for details 26 June 2015, 05:46:37 UTC
c51e868 build 3 21 May 2015, 05:16:15 UTC
fc63b02 suppressed some more warnings 21 May 2015, 05:15:53 UTC
6ed74b5 changed hex threshold on ints to 255 - and print it in *addition* to the decimal form 20 May 2015, 17:28:22 UTC
bdbfe69 Merge branch 'master' of github.com:philsquared/Catch 20 May 2015, 17:13:15 UTC
605d870 Updated toString docs with StringMaker 20 May 2015, 17:12:40 UTC
a55c1cf Merge pull request #380 from socantre/master s/ran/run 20 May 2015, 05:27:00 UTC
43470b2 Removed CATCH_CONFIG_CPP11_NULLPTR for VS2015 - as it was already there for VS2010 on 19 May 2015, 21:38:30 UTC
318c936 build 2 19 May 2015, 21:31:57 UTC
e86daf8 Reorganised C+11 feature detection a bit and added CATCH_CONFIG_CPP11_NULLPTR for VS2015 19 May 2015, 21:31:57 UTC
bfa3f86 Removed some more warnings 19 May 2015, 17:23:52 UTC
2946c19 Added comments on multi-file tests to tutorial Prompted by PR #397 (and a lot of support history!) - added some comments on how to move beyond "everything in a single file" 18 May 2015, 17:40:58 UTC
7975920 Merge pull request #404 from adzenith/patch-1 Fix typo in tutorial.md 18 May 2015, 17:18:33 UTC
702cbc1 Merge branch 'BMBurstein-develop' 18 May 2015, 17:13:17 UTC
2fc9de9 Updated approvals following merge of develop back to master 18 May 2015, 17:11:58 UTC
c708570 Merge branch 'develop' of git://github.com/BMBurstein/Catch into BMBurstein-develop 18 May 2015, 07:38:50 UTC
465454f Fix REQUIRE_FALSE so that it aborts test case 29 April 2015, 10:54:47 UTC
6595387 Fix typo in tutorial.md 20 April 2015, 23:49:40 UTC
35f4266 Merge branch 'develop' 27 March 2015, 20:49:32 UTC
4af4405 Fixed a missing ), as per PR #363 and PR #390 27 March 2015, 18:23:02 UTC
37e5561 v1.1 build 1 (master) Updated version for master and regenerated single include 27 March 2015, 18:02:28 UTC
a21fb80 Ignore *.xccheckout 27 March 2015, 17:55:13 UTC
d9fbc62 Merged from develop 27 March 2015, 17:54:45 UTC
dd460f0 s/ran/run 07 March 2015, 21:09:36 UTC
0ae7578 Restored tag parsing when checking for reserved tags - had been accidentally deleted in an earlier refactoring. A bit worrying that this didn't get spotted sooner! 04 March 2015, 19:01:25 UTC
090c74c Use reinterpret_cast to eliminate some warnings #369 04 March 2015, 19:00:29 UTC
572911d Changed comment to work around header stitching bug 04 March 2015, 18:33:31 UTC
a806c3e Build 14 04 March 2015, 08:23:40 UTC
856468c Rebased to include new --force-colour tests 04 March 2015, 08:22:32 UTC
0362659 Merge branch 'peterhuene-develop' into develop 04 March 2015, 08:06:36 UTC
6d1da8e Merge branch 'develop' of git://github.com/peterhuene/Catch into peterhuene-develop 04 March 2015, 08:06:04 UTC
ce0b170 Suppress warnings correctly for Intel compiler #376 04 March 2015, 07:54:35 UTC
e04ba5c Removed over-eager assertion. Doesn't hold if reporting due to a segfault #377 04 March 2015, 07:47:43 UTC
5eb7748 Changed relative #includes and made SourceLineInfo sortable (added < op) 04 March 2015, 07:17:12 UTC
e5280b2 Add --force-colour option to force colour output. Adding a --force-colour option to force colour output on POSIX systems, provided a debugger is not attached. This allows for Catch to output colours even if STDOUT is not a tty, which can be the case when the test executable is being spawned by a parent process (e.g. CMake's ctest). 11 February 2015, 21:12:42 UTC
7f56152 build 13 toString for std:tuple 30 December 2014, 18:47:29 UTC
5018320 Added tests for toString<std::tuple<>> and rebased 30 December 2014, 18:47:01 UTC
e8a9923 Merge branch 'PureAbstract-tuple_to_string' into develop 30 December 2014, 18:43:38 UTC
75a08bb Merge branch 'tuple_to_string' of https://github.com/PureAbstract/Catch into PureAbstract-tuple_to_string 30 December 2014, 18:42:17 UTC
b9ec8a1 Merge pull request #344 from therocode/patch-1 Update test-fixtures.md 30 December 2014, 18:36:27 UTC
060b65b Merge pull request #329 from AnthonySuper/betterdocs Documentation Changes 30 December 2014, 18:35:09 UTC
d76e081 build 12 - includes updated xml reporter 30 December 2014, 18:26:07 UTC
c6635a7 Added type attribute to xml reporter output - reports the macro used 30 December 2014, 18:25:27 UTC
6817bb0 Fixed up xml reporter and rebased 30 December 2014, 18:24:31 UTC
back to top