https://github.com/philsquared/Catch

sort by:
Revision Author Date Message Commit Date
81fc6d7 Remove missing catch_self_test.cpp, fixes #348 07 November 2014, 11:37:27 UTC
d4e5f18 Merged group name commit from develop 08 September 2014, 07:42:36 UTC
85d33e2 Merge pull request #306 from andybalaam/master Fix a typo (missing "n") 22 August 2014, 18:21:45 UTC
389f3f5 Fix a typo (missing "n") 22 August 2014, 14:18:33 UTC
4f4b44e Merge branch 'develop' of github.com:philsquared/Catch Tweaked wording around ability to do BDD 21 August 2014, 06:25:27 UTC
b3ece7e Tweaked wording around ability to do BDD 21 August 2014, 06:22:35 UTC
b7e432e Updated version for develop branch 20 August 2014, 18:07:46 UTC
76edbc1 Updated “contributing” docs to reflect new develop branch 20 August 2014, 18:03:31 UTC
6e00e5e Merge branch 'master' of github.com:philsquared/Catch # By Martin Moene # Via Martin Moene * 'master' of github.com:philsquared/Catch: Added bundled compact reporter Fixed link to reference section 20 August 2014, 07:11:04 UTC
544bf33 build 53 includes wchar_t toString overloads and SCENARIO_METHOD macros 20 August 2014, 07:09:32 UTC
8b5a4e9 Added approvals for new tests 20 August 2014, 07:08:13 UTC
3e025cc Added bundled compact reporter 19 August 2014, 21:43:51 UTC
487dfad Fixed link to reference section 19 August 2014, 07:25:25 UTC
4aaf67f const_casts to get rid of warnings in new wchar_t tests 19 August 2014, 07:16:44 UTC
7bc0b44 Merge branch 'master' of https://github.com/jbrwilkinson/Catch # By James Wilkinson # Via James Wilkinson * 'master' of https://github.com/jbrwilkinson/Catch: Added SCENARIO_METHOD for BDD testing with fixtures. 19 August 2014, 07:13:30 UTC
bcbd0cb Merge pull request #302 from johannesmoene/doc-index Add Readme as documentation entry 19 August 2014, 06:44:34 UTC
e35f862 Fixed link to blog post 19 August 2014, 05:34:00 UTC
d59fd53 Update link in tutorial 15 August 2014, 12:30:38 UTC
6336bb1 Add Readme as documentation entry 15 August 2014, 12:12:53 UTC
ee83a6f Merge pull request #301 from bena/master toString handles wchar_t raw strings 15 August 2014, 07:14:08 UTC
c7cf0a9 Catch's Travis builds are using gcc that doesn't like the auto keyword 14 August 2014, 11:53:21 UTC
7b0a84a toString handles wchar_t raw strings 14 August 2014, 11:28:23 UTC
08dc845 Updated docs on slow compiles 30 July 2014, 18:06:26 UTC
0aae635 Re-enable warnings disabled for GCC 28 July 2014, 06:27:05 UTC
ae76945 Hide warnings with GCC 27 July 2014, 13:16:10 UTC
6880a0c Added FAQ on slow compiles to docs 21 July 2014, 18:00:02 UTC
785db43 Fixed issue with single include generator - well, partially. The problem is it is matching /* … */ comments by assuming the intervening lines begin with whitespace followed by a *. This avoids it having to maintain extra state, but makes it brittle. It was matching *it = " " + *it; as a comment! It now matches on a single space followed by a * and this seems to work for now - but it probably needs to move to proper stateful comment handling. 11 July 2014, 06:45:41 UTC
63005a1 Added SCENARIO_METHOD for BDD testing with fixtures. 10 July 2014, 09:22:20 UTC
ca42b2c Manual fix for generation error 10 July 2014, 08:18:50 UTC
28c2e07 build 52 09 July 2014, 18:22:49 UTC
3ff3acf Approvals for last change 09 July 2014, 18:21:44 UTC
76f80a6 More summary formatting tweaks 09 July 2014, 18:20:24 UTC
cab9141 Green summary bar is darker if not all passed - and the green part now comes at the end (to emphasise the failures) 09 July 2014, 17:24:24 UTC
d89e74f Format floats like doubles when printing - but add ‘f’ suffix (a lá #291) 09 July 2014, 17:16:40 UTC
ce56209 build 51 09 July 2014, 06:40:37 UTC
23181ee Section no longer relies on copy-elision for correctness - should address #293 - *may* address #271 09 July 2014, 06:39:57 UTC
a469d9b Made Colour copyable to remove warning 09 July 2014, 06:36:12 UTC
a31f05f Removed C-style casts 09 July 2014, 06:35:34 UTC
08e5296 Regenerated single include and baselines 03 July 2014, 18:08:44 UTC
94a1acf More tweaks to summary format 03 July 2014, 18:06:59 UTC
52e1e74 build 50 03 July 2014, 07:11:38 UTC
9c1f9a8 Added [!mayfail] tag to indicate test case that can fail without failing the suite. Overhauled the summary report (including the expected failure count) 03 July 2014, 07:09:57 UTC
05e42cb Merge branch 'master' of github.com:philsquared/Catch # By Alex Moreno # Via Alex Moreno (1) and Phil Nash (1) * 'master' of github.com:philsquared/Catch: Fixed typo 30 June 2014, 06:53:37 UTC
d657b1b Removed use of variadic form of SUCCEED from tests - as per #284 30 June 2014, 06:53:11 UTC
acbb7b7 Merge pull request #287 from amorenoc/master Fixed typo 30 June 2014, 06:50:16 UTC
acdd3b5 Build 49 - _THROWS fix - tag aliases 30 June 2014, 06:35:36 UTC
061861d Approved tag alias tests 30 June 2014, 06:34:27 UTC
1d210eb Tag aliases feature 30 June 2014, 06:33:17 UTC
006aafd Some clean-ups for string handling in Objective-C 20 June 2014, 17:05:31 UTC
c602238 Fixed typo 11 June 2014, 07:17:17 UTC
f4f4fec Merge branch 'master' of github.com:philsquared/Catch # By Zhihao Yuan # Via Phil Nash (1) and Zhihao Yuan (1) * 'master' of github.com:philsquared/Catch: fix macro syntax in doc 05 June 2014, 17:11:54 UTC
11cf45b Fixed regression with -e 05 June 2014, 17:11:31 UTC
44aa45c Merge pull request #283 from lichray/patch-1 fix macro syntax in doc 02 June 2014, 07:02:03 UTC
ab03668 build 48 - big assertion capture refactoring 02 June 2014, 06:48:03 UTC
b198856 Fixed single header generator for generating no-impl header 02 June 2014, 06:47:24 UTC
7f1156d Fixed typo 29 May 2014, 16:10:38 UTC
2226ec2 Merge branch 'master' of github.com:philsquared/Catch # By Joseph Schrag # Via Joseph Schrag (1) and Phil Nash (1) * 'master' of github.com:philsquared/Catch: Fixed Typo 29 May 2014, 16:10:25 UTC
be9fe76 Renamed ShouldNegate to FalseTest 29 May 2014, 07:00:20 UTC
10801c2 Folded ExpressionResultBuilder into ResultBuilder (even more SRP violations!) 29 May 2014, 06:50:19 UTC
a9cd3a0 fix macro syntax in doc 28 May 2014, 22:27:34 UTC
9438a03 Big assertion capture refactoring. - moved as much logic out of the macros as possible - moved most logic into new ResultBuilder class, which wraps ExpressionResultBuilder (may take it over next), subsumes ResultAction and also takes place of ExpressionDecomposer. This introduces many SRP violations - but all in the name of minimising macro logic! 28 May 2014, 17:53:01 UTC
1479681 Approved new test case 23 May 2014, 17:55:05 UTC
7cbf740 Tweaked rawMemoryToString() along lines of suggestion in #281 23 May 2014, 17:41:02 UTC
3385344 Merge pull request #282 from jlschrag/patch-1 Fixed Typo 23 May 2014, 05:42:08 UTC
d8bde3e Fixed Typo 22 May 2014, 22:13:42 UTC
48fac9c build 47 20 May 2014, 18:02:37 UTC
d12c006 Make TagInfo non-local 20 May 2014, 18:02:10 UTC
9241e43 Build 46 - Fixes some test spec parser issues and some warnings (compiler and analysers) 20 May 2014, 17:50:59 UTC
5daa22d Fixed dereferenced null issue 20 May 2014, 17:49:28 UTC
59d5569 Attempt to prevent analyser warnings about dereferencing null. 20 May 2014, 17:41:34 UTC
a2d8f77 Approved new test output 20 May 2014, 17:28:48 UTC
2c9e9ac Fixed space separated lists of test specs - they form an AND expression. They were forming an OR expression due to changes made to fix -f - so that had to be fixed differently 20 May 2014, 17:28:19 UTC
baf181f Minor fixes to a couple of test names 20 May 2014, 17:11:43 UTC
b43d770 Tests hidden with legacy ./ prefix tagged as hidden 20 May 2014, 17:11:23 UTC
fbf3f6f Fix case sensitivity when matching tags (now insensitive again) Also group case-different tags together when listing 20 May 2014, 17:03:54 UTC
e21d0b2 Killed a couple more warnings (one for VS2010 and one for Clang) 19 May 2014, 18:04:38 UTC
3bdc97d Suppressed a load of warnings 19 May 2014, 17:57:14 UTC
ebd4888 build 45 - fixes 19 May 2014, 17:22:59 UTC
7139035 Updated approvals after adding extra tests 19 May 2014, 17:21:01 UTC
e8aa0bb Fixed issue with reading test names from file 19 May 2014, 17:20:44 UTC
fcf0deb Fixed issue with wildcards at the start of a string 19 May 2014, 17:07:53 UTC
b5d1cfe Suppress switch statement warning 19 May 2014, 16:57:01 UTC
ee956bc Fixed isHidden regression 19 May 2014, 16:50:58 UTC
65cc14c build 44 - new name/ tag parser (fixes #279) 16 May 2014, 17:54:48 UTC
9bf43e7 Refactored last usages of old tag parser and removed all the, now redundant, tag parsing code 16 May 2014, 17:52:55 UTC
766491a Approved all the changes following name/ tag parser rework 16 May 2014, 17:31:15 UTC
b1e7d16 Moved catch_test_spec.h to catch_test_spec.hpp 16 May 2014, 17:28:58 UTC
ae75b37 Switched over to new name/ tag parser 16 May 2014, 17:24:07 UTC
56b8d3a Moved new test spec code into appropriate header - about to remove old test spec code and rewire throughout the codebase! 16 May 2014, 06:23:31 UTC
72e6769 Small test spec parser refactoring 16 May 2014, 06:07:28 UTC
f8cff10 First cut of new test spec parser code 16 May 2014, 05:50:00 UTC
ad44890 Unanonymised unions to avoid breaking on compilers that don’t support them - e.g. GCC 4.3 and 4.4 - fixes #281 13 May 2014, 16:48:47 UTC
4e044ed build 43 - removed some pragmas 04 May 2014, 08:23:30 UTC
5ce900a Removed some #pragmas that have been causing problems for now 04 May 2014, 08:16:32 UTC
5a2df71 build 42: “compact” reporter - thanks to Martin Moene 01 May 2014, 18:07:02 UTC
4e9484b Adjusted some elements of style in compact_reporter 01 May 2014, 18:03:56 UTC
c02c700 Merged Martin Moene’s “compact reporter” 01 May 2014, 06:27:57 UTC
9f1e054 Suppress some more warnings 01 May 2014, 06:03:06 UTC
57374a1 Added ability for releaseNotes script to pull github issue titles 26 April 2014, 07:34:24 UTC
18845da Added script to extract stub for “release notes” - gets last two commit hashes for the version file, gets the commit logs between those versions and parses out the messages 25 April 2014, 05:10:50 UTC
back to top