https://github.com/philsquared/Catch

sort by:
Revision Author Date Message Commit Date
9b851a3 [On behalf of Lexmark]: Initialize scalar field in catch_assertionresult.h 20 August 2015, 18:16:20 UTC
f31903c [On behalf of Lexmark]: Initialize scalar fields in catch_test_spec_parser.hpp 20 August 2015, 18:16:03 UTC
e684a0f [On behalf of Lexmark]: Initialize scalar field in catch_reporter_junit.hpp 20 August 2015, 18:15:50 UTC
146f065 [On behalf of Lexmark]: Pass TestCase by reference 20 August 2015, 18:15:00 UTC
1dd0d4c Force cout/ cerr to be initialised before errors in test registry are printed - see #461 10 July 2015, 06:46:19 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
3e0c501 Fixed escaping of ' in TeamCity reporter 29 December 2014, 20:04:54 UTC
1cbc4f2 Merge branch 'develop' of https://github.com/SeanCline/Catch into develop 23 December 2014, 18:54:08 UTC
92f0836 build 11 22 December 2014, 20:18:05 UTC
3c8c9b2 rebased 22 December 2014, 20:17:50 UTC
fa751e6 FIxed a couple of test names 22 December 2014, 20:17:26 UTC
7619920 Support for reporting skipped tests - implemented by TeamCity reporter 22 December 2014, 20:10:33 UTC
58dcb5e Removed #includes for Catch headers see comment in file for details 22 December 2014, 19:45:16 UTC
b771394 regenerated single include 22 December 2014, 07:42:57 UTC
a9f16b1 Fix memset build error Moved #include <cstring> to catch_reporter_bases.hpp 22 December 2014, 07:42:25 UTC
576aff6 build 10 First cut of TeamCity reporter 21 December 2014, 00:21:23 UTC
3dc3763 Rebased 21 December 2014, 00:20:09 UTC
3f9e3e2 Some clean-up ready for first push to GitHub 21 December 2014, 00:17:45 UTC
2771220 Cleaned up section headers - and don't reprint test case name 20 December 2014, 01:02:17 UTC
8ec959e TeamCity reporter work expanded reporting - includes section headers 20 December 2014, 00:46:02 UTC
5933d75 Fixed HasExpression check classic spurious ! prefix 19 December 2014, 19:25:53 UTC
3724463 Fixed escape order and expression reporting 19 December 2014, 19:24:41 UTC
7306eb3 TeamCity reporter added more detail to the assertion message 19 December 2014, 19:05:24 UTC
458b3ae Fixed replace(inPlace) function and added tests (should have done that in the first place - I'll never learn!) 19 December 2014, 18:16:19 UTC
db0421e First commit of (in progress) TeamCity reporter Should run but is not complete 19 December 2014, 17:52:33 UTC
acf638f Added docs for floating point comparisons 17 December 2014, 18:45:50 UTC
b454c43 Extends configuration docs 17 December 2014, 18:16:24 UTC
7abc9fa Added docs for --invisibles also reordered command line docs jump list to match order listed when getting usage from Catch itself. 16 December 2014, 18:38:40 UTC
f5c9859 Try again to fix --order docs 16 December 2014, 18:21:42 UTC
c0c6e7a Fixed single_include link 16 December 2014, 18:19:42 UTC
0b1fa6a fixed (hopefully) formatting of '--order' docs if only there was a standard-markdown! 16 December 2014, 18:19:28 UTC
840b99a Added docs for --input-file (somehow missing from previous commit) 16 December 2014, 18:13:29 UTC
5259b78 Updated command line docs Added docs for: -f, --input-file --list-test-names-only --order --rng-seed 16 December 2014, 18:11:13 UTC
91c17f3 build 9 15 December 2014, 07:26:31 UTC
7e1f21b tweaks to tutorial 15 December 2014, 07:25:54 UTC
0dd214f tags with . prefix are all hidden 15 December 2014, 07:25:34 UTC
6725e09 any tag prefixed with . hides the test 15 December 2014, 07:07:59 UTC
30888f5 removed spurious } 12 December 2014, 08:33:10 UTC
82754c1 tweaked formatting 12 December 2014, 08:29:21 UTC
694c4d7 Merge pull request #350 from jamiebullock/master More generic and maintainable makefile for SelfTest 12 December 2014, 08:19:06 UTC
13f9843 build 8 12 December 2014, 08:11:18 UTC
ff9e51d toString( int ) uses hex for large values now matches behaviour of unsigned int 12 December 2014, 08:10:45 UTC
bd9fbe2 Fixed toString for Approx restored to a specialisation instead of an overload 11 December 2014, 23:48:11 UTC
a99e75b Made approvals more platform agnostic removes root from all paths - so only relative paths remain 11 December 2014, 23:40:29 UTC
c6d9bde fixed case of tostring.md link 09 December 2014, 22:58:28 UTC
15a8bdf Added string conversions link 09 December 2014, 19:15:49 UTC
d8e3c1f Last tweak to download text - honest 09 December 2014, 19:07:48 UTC
93da743 tweaked download link text 09 December 2014, 19:06:22 UTC
e8f704c Absolute path to single direct download 09 December 2014, 19:04:17 UTC
94ab8f6 Updated README with direct download link 09 December 2014, 18:59:06 UTC
27ce70c Added documentation for toString 09 December 2014, 18:54:35 UTC
back to top