Commit Graph

  • ab4b36862d Added a delta method to Totals that tracks new passed/ failures Phil Nash 2012-05-22 08:56:11 +0100
  • 9fa9d4279c Removed "singleton" method from context Phil Nash 2012-05-22 08:55:19 +0100
  • 61319a9bc1 Merge branch 'master' of github.com:philsquared/Catch Phil Nash 2012-05-21 21:52:00 +0100
  • 35b31fa78a Added support for Objective-C exceptions Phil Nash 2012-05-21 21:51:16 +0100
  • 371db8b42f Context methods are non-static - accessed via interface Phil Nash 2012-05-21 18:52:09 +0100
  • 2783842ca4 Merge pull request #84 from iamleeg/master Phil Nash 2012-05-21 10:34:42 -0700
  • 4e466910bc Merge 8cfe821e2b into 89d2a3f911 GitHub Merge Button 2012-05-21 09:15:53 -0700
  • 8cfe821e2b Fix a "comparison between signed and unsigned" problem. Graham Lee 2012-05-21 18:11:55 +0200
  • 89d2a3f911 Regenerated single include Phil Nash 2012-05-16 15:09:17 +0100
  • 44fbbb07f0 Final reformatting Phil Nash 2012-05-16 15:07:11 +0100
  • ee18b8c507 Reformatting Phil Nash 2012-05-16 15:02:51 +0100
  • 0afa09f7c1 Reformatting Phil Nash 2012-05-16 14:53:59 +0100
  • 6cd2ac7544 More reformatting Phil Nash 2012-05-16 08:02:20 +0100
  • c67a7eef2b Moar reformatting Phil Nash 2012-05-15 23:58:23 +0100
  • d0be9ed5d9 More reformatting Phil Nash 2012-05-15 08:02:36 +0100
  • 2efc1146bf Reformatting Phil Nash 2012-05-15 07:42:26 +0100
  • 6acb36a996 Renamed ResultBuilder -> ExpressionBuilder Phil Nash 2012-05-11 19:22:28 +0100
  • 7a0cadc342 Moved ResultBuilder out into its own file Phil Nash 2012-05-11 19:15:54 +0100
  • 6217966743 Regenerated single include Phil Nash 2012-05-11 19:06:43 +0100
  • 8d69208a58 Fixed some warnings Phil Nash 2012-05-11 19:05:53 +0100
  • 15140eacd7 Fixed missing #include Phil Nash 2012-05-11 18:55:19 +0100
  • 176eb81563 Regenerate single include Phil Nash 2012-05-11 08:17:16 +0100
  • e92dd85825 include exception registry interfaces Phil Nash 2012-05-11 08:16:39 +0100
  • c9ba82b503 Reformatted expression Phil Nash 2012-05-11 08:16:12 +0100
  • a6855f7eab Move expression classes into own file Phil Nash 2012-05-11 08:03:05 +0100
  • d10d2d3485 More reformatting Phil Nash 2012-05-10 21:46:46 +0100
  • d53573c95a Merge pull request #81 from colonelsammy/master Phil Nash 2012-05-10 13:44:55 -0700
  • b62055c67f Merge 9e17c807bc into d1beb539e8 GitHub Merge Button 2012-05-10 13:33:54 -0700
  • 9e17c807bc Add support for MINGW32 debugger Malcolm Noyes 2012-05-10 21:29:50 +0100
  • d1beb539e8 Refactored main() a bit Phil Nash 2012-05-10 08:17:06 +0100
  • b84444c501 Obj-C updates Phil Nash 2012-05-10 08:16:30 +0100
  • 5ec53b2788 renamed hub -> context Phil Nash 2012-05-10 07:58:48 +0100
  • aec1e5ed86 Tweaked single include merging to remove comment blocks Phil Nash 2012-05-09 19:37:51 +0100
  • e0dd4a5469 Sanitised some comments Phil Nash 2012-05-09 19:37:14 +0100
  • 86bf8b9f8a Added Xcode 4 single include test project Phil Nash 2012-05-09 19:36:54 +0100
  • d31737f18b Regenerated single_include Phil Nash 2012-05-09 19:04:00 +0100
  • f8e1c1ec45 Change the names of the generated functions to aid debugging Phil Nash 2012-05-09 18:59:26 +0100
  • d06dcedfdc Some more reformatting. Also fixed some warnings Phil Nash 2012-05-09 08:17:51 +0100
  • e83f839741 Renamed MutableResultInfo to ResultInfoBuilder Phil Nash 2012-05-08 19:32:18 +0100
  • b5d367206b Factored MutableResultInfo into its own file Phil Nash 2012-05-08 19:29:51 +0100
  • 5d1c8f2c6d Replaced all file/ line pairings with SourceLineInfo Phil Nash 2012-05-08 19:16:18 +0100
  • 81a122e66a Factored toString overloads into their own file Phil Nash 2012-05-08 08:10:49 +0100
  • 40b161adea Some reformating Phil Nash 2012-05-08 07:59:54 +0100
  • 6f1543b1b1 Regenerated single include Phil Nash 2012-05-07 19:46:19 +0100
  • e1cb8f25f2 Fix for comparing (const) char* to NULL Phil Nash 2012-05-07 19:45:55 +0100
  • a201f715a8 Split long failure expressions over multiple lines at the operator Phil Nash 2012-05-07 19:12:43 +0100
  • e848a91704 Shifted some of MockReporter into the impl file file Phil Nash 2012-05-07 18:59:33 +0100
  • 49e6d536e1 Clean-up and regenerated single include Phil Nash 2012-05-05 19:35:35 +0100
  • a976c07b8d Fixed section ordering issue Phil Nash 2012-05-05 19:32:52 +0100
  • b213202ad7 Added self-test for section ordering Phil Nash 2012-05-04 07:55:11 +0100
  • 83a66a6255 Removed redundant const Phil Nash 2012-04-28 12:39:15 +0100
  • 861a1e79cf Conditionally compile __unsafe_unretained Phil Nash 2012-04-28 12:29:52 +0100
  • 8fdf7f3a09 Added tests for signed/ unsigned fix Phil Nash 2012-04-28 12:20:29 +0100
  • 5e82dcd62f Merge pull request #79 from jweyrich/master Phil Nash 2012-04-28 04:11:32 -0700
  • 0994be4158 Merge 11dca66336 into 7ec6d27000 GitHub Merge Button 2012-04-27 11:03:59 -0700
  • 11dca66336 Fix missing parameter for comparisons between long and unsigned X. Jardel Weyrich 2012-04-27 14:42:40 -0300
  • 7ec6d27000 Ignored some more files Phil Nash 2012-03-19 08:25:06 +0000
  • 2969a0df41 iOSTest works with ARC Phil Nash 2012-03-17 18:36:00 +0000
  • 53c990a7e1 ARC support for Object-C projects Phil Nash 2012-03-17 18:20:06 +0000
  • 8d18d1648a Regenerated single include Phil Nash 2012-03-14 20:06:14 +0000
  • db837a157f Added Equals matcher for NSString Phil Nash 2012-03-14 20:04:50 +0000
  • 78d95a0854 Regen single include Phil Nash 2012-03-04 21:22:36 +0000
  • 966f5dbff2 Added initial built-in matchers for NSString (ObjC) Phil Nash 2012-03-04 21:18:46 +0000
  • a6a40b3ba9 Added a handful of "built-in" matchers Phil Nash 2012-03-04 20:10:36 +0000
  • eca5637c58 First cut of Matcher support Phil Nash 2012-03-04 11:14:21 +0000
  • 5ff4ab0a76 Suppress warning about constant conditional Phil Nash 2012-02-29 08:47:18 +0000
  • 777b8af589 regen single include Phil Nash 2012-02-29 08:39:46 +0000
  • 56a02eede5 Added test for previous change Phil Nash 2012-02-29 08:39:22 +0000
  • f52bd35e2f made CHECK/ REQUIRE into block statements Phil Nash 2012-02-29 08:35:41 +0000
  • 918046aaf1 Regen single include for last few checkins Phil Nash 2012-02-28 20:04:42 +0000
  • af8d0b3955 Fixed trim() for single char strings (github #75) Phil Nash 2012-02-28 20:04:25 +0000
  • 97668c76f1 Merge branch 'master' of github.com:philsquared/Catch Phil Nash 2012-02-28 08:38:17 +0000
  • 17cd7f1cca Merge pull request #68 from crown-hill/master Phil Nash 2012-02-28 00:36:30 -0800
  • 25db95816e Added tests to iOStest Phil Nash 2012-02-28 08:36:00 +0000
  • e1f1c6ca7e Fixed iOS test runner after reporter changes Phil Nash 2012-02-27 19:03:54 +0000
  • cf3d2a3e68 Merge aa648bd690 into 20df8c5da1 GitHub Merge Button 2012-02-25 12:36:51 -0800
  • 20df8c5da1 Added colorised console output for Windows Phil Nash 2012-02-25 20:36:22 +0000
  • f7299fc87b Regen include Phil Nash 2012-02-25 09:39:45 +0000
  • 5e5698b792 Test Case counts reported separately from assertions Phil Nash 2012-02-25 09:39:13 +0000
  • edd8f02bec Pass totals around instead of individual success/ fail counts Phil Nash 2012-02-24 08:59:35 +0000
  • 9bbaeba3ae Refactored internal interfaces to use Totals instead of success/ fail Phil Nash 2012-02-23 18:51:21 +0000
  • 8d93949b19 Used Counts class in IResultCapture interface Phil Nash 2012-02-23 08:57:51 +0000
  • 5ddf794fbc Added Totals class and started using it Phil Nash 2012-02-23 08:49:52 +0000
  • 2cc9b0dba1 Regen header Phil Nash 2012-02-22 09:44:06 +0000
  • e1a2480f49 Cleaned up summary reporting Phil Nash 2012-02-22 09:42:34 +0000
  • 3619cb2f09 Regenerated single include Phil Nash 2012-02-18 19:16:30 +0000
  • 0dd3c57221 Fix for GitHub issue #71 Phil Nash 2012-02-18 19:14:09 +0000
  • dd5b9c2ae5 Added clean-up Phil Nash 2012-02-18 09:58:30 +0000
  • 333e6e6254 Improved exception reporting Phil Nash 2012-02-17 19:50:59 +0000
  • a57b025c9c Don't redirect stout for basic reporter Phil Nash 2012-02-17 09:28:21 +0000
  • 93b8a39c38 Added new cpp to VS project Phil Nash 2012-02-17 09:05:20 +0000
  • 6e0f58d474 Generated single include Phil Nash 2012-02-15 18:37:21 +0000
  • 1686bca274 Added missing newline Phil Nash 2012-02-15 18:36:36 +0000
  • 501aa8b633 Added Xcode 4 iOStest project Phil Nash 2012-02-15 08:21:02 +0000
  • 7b449f7abe Ability to register line# for testing Phil Nash 2012-02-15 08:20:06 +0000
  • 8d24143827 Remove user file Phil Nash 2012-02-10 18:59:10 +0000
  • 0b09d1c089 Fixed GitHub Issue #70 Phil Nash 2012-02-10 18:58:06 +0000
  • a162e22fa3 Added CHECKED_IF and CHECKED_ELSE Phil Nash 2012-02-10 08:30:13 +0000
  • 6abf702895 OC project for Xcode 4 Phil Nash 2012-02-10 08:28:37 +0000
  • 4a0a70a82e Regenerated single header Phil Nash 2012-02-09 08:37:02 +0000