Commit Graph

  • 06e959be3e Fixed used of cleaned-up context by runner's destructor Phil Nash 2012-05-25 08:52:05 +01:00
  • eb22e212c0 Merge pull request #88 from klmr/master Phil Nash 2012-05-25 00:47:22 -07:00
  • 2ffb372290 Added evaluator overloads for case when comparing pointers against NULLs that decay to ints Phil Nash 2012-05-24 18:41:14 +01:00
  • a8570dfdfe Regenerated single include Phil Nash 2012-05-24 08:29:41 +01:00
  • 7035b55832 Matchers macro uses Catch::Matchers namespace internally - so it doesn't have to be declared with "using" first Phil Nash 2012-05-24 08:29:03 +01:00
  • 1c98fc98ef Added Equals matcher for strings Phil Nash 2012-05-24 08:27:50 +01:00
  • be838671ab Removed special handling for pointer comparisons Phil Nash 2012-05-24 08:27:09 +01:00
  • 73e1bc20bc Fixed some warnings Phil Nash 2012-05-24 08:23:55 +01:00
  • 4f19705e09 Fixed GitHub Issue #90 Phil Nash 2012-05-23 23:59:42 +01:00
  • c81bf7b7a2 Updated gitignore Phil Nash 2012-05-23 23:55:32 +01:00
  • a86eac86d0 Added VS2010 Phil Nash 2012-05-23 23:55:14 +01:00
  • 12c3e8619f Renamed VisualStudio to VS2008 Phil Nash 2012-05-23 23:47:30 +01:00
  • 84434be949 Silence "unused parameter" warning. Konrad Rudolph 2012-05-23 11:22:49 +01:00
  • 4df051bcf4 single header now includes date-time of generation in comment header Phil Nash 2012-05-22 22:22:22 +01:00
  • 1787da54a7 Reinstated #include that broke single include Phil Nash 2012-05-22 22:21:17 +01:00
  • 7004f4a234 Regenerated single include Phil Nash 2012-05-22 08:56:59 +01:00
  • ab4b36862d Added a delta method to Totals that tracks new passed/ failures Phil Nash 2012-05-22 08:56:11 +01:00
  • 9fa9d4279c Removed "singleton" method from context Phil Nash 2012-05-22 08:55:19 +01:00
  • 61319a9bc1 Merge branch 'master' of github.com:philsquared/Catch Phil Nash 2012-05-21 21:52:00 +01:00
  • 35b31fa78a Added support for Objective-C exceptions Phil Nash 2012-05-21 21:51:16 +01:00
  • 371db8b42f Context methods are non-static - accessed via interface Phil Nash 2012-05-21 18:52:09 +01:00
  • 2783842ca4 Merge pull request #84 from iamleeg/master Phil Nash 2012-05-21 10:34:42 -07:00
  • 8cfe821e2b Fix a "comparison between signed and unsigned" problem. Graham Lee 2012-05-21 18:11:55 +02:00
  • 89d2a3f911 Regenerated single include Phil Nash 2012-05-16 15:09:17 +01:00
  • 44fbbb07f0 Final reformatting Phil Nash 2012-05-16 15:07:11 +01:00
  • ee18b8c507 Reformatting Phil Nash 2012-05-16 15:02:51 +01:00
  • 0afa09f7c1 Reformatting Phil Nash 2012-05-16 14:53:59 +01:00
  • 6cd2ac7544 More reformatting Phil Nash 2012-05-16 08:02:20 +01:00
  • c67a7eef2b Moar reformatting Phil Nash 2012-05-15 23:58:23 +01:00
  • d0be9ed5d9 More reformatting Phil Nash 2012-05-15 08:02:36 +01:00
  • 2efc1146bf Reformatting Phil Nash 2012-05-15 07:42:26 +01:00
  • 6acb36a996 Renamed ResultBuilder -> ExpressionBuilder Phil Nash 2012-05-11 19:22:28 +01:00
  • 7a0cadc342 Moved ResultBuilder out into its own file Phil Nash 2012-05-11 19:15:54 +01:00
  • 6217966743 Regenerated single include Phil Nash 2012-05-11 19:06:43 +01:00
  • 8d69208a58 Fixed some warnings Phil Nash 2012-05-11 19:05:53 +01:00
  • 15140eacd7 Fixed missing #include Phil Nash 2012-05-11 18:55:19 +01:00
  • 176eb81563 Regenerate single include Phil Nash 2012-05-11 08:17:16 +01:00
  • e92dd85825 include exception registry interfaces Phil Nash 2012-05-11 08:16:39 +01:00
  • c9ba82b503 Reformatted expression Phil Nash 2012-05-11 08:16:12 +01:00
  • a6855f7eab Move expression classes into own file Phil Nash 2012-05-11 08:03:05 +01:00
  • d10d2d3485 More reformatting Phil Nash 2012-05-10 21:46:46 +01:00
  • d53573c95a Merge pull request #81 from colonelsammy/master Phil Nash 2012-05-10 13:44:55 -07:00
  • 9e17c807bc Add support for MINGW32 debugger Malcolm Noyes 2012-05-10 21:29:50 +01:00
  • d1beb539e8 Refactored main() a bit Phil Nash 2012-05-10 08:17:06 +01:00
  • b84444c501 Obj-C updates Phil Nash 2012-05-10 08:16:30 +01:00
  • 5ec53b2788 renamed hub -> context Phil Nash 2012-05-10 07:58:48 +01:00
  • aec1e5ed86 Tweaked single include merging to remove comment blocks Phil Nash 2012-05-09 19:37:51 +01:00
  • e0dd4a5469 Sanitised some comments Phil Nash 2012-05-09 19:37:14 +01:00
  • 86bf8b9f8a Added Xcode 4 single include test project Phil Nash 2012-05-09 19:36:54 +01:00
  • d31737f18b Regenerated single_include Phil Nash 2012-05-09 19:04:00 +01:00
  • f8e1c1ec45 Change the names of the generated functions to aid debugging Phil Nash 2012-05-09 18:59:26 +01:00
  • d06dcedfdc Some more reformatting. Also fixed some warnings Phil Nash 2012-05-09 08:17:51 +01:00
  • e83f839741 Renamed MutableResultInfo to ResultInfoBuilder Phil Nash 2012-05-08 19:32:18 +01:00
  • b5d367206b Factored MutableResultInfo into its own file Phil Nash 2012-05-08 19:29:51 +01:00
  • 5d1c8f2c6d Replaced all file/ line pairings with SourceLineInfo Phil Nash 2012-05-08 19:16:18 +01:00
  • 81a122e66a Factored toString overloads into their own file Phil Nash 2012-05-08 08:10:49 +01:00
  • 40b161adea Some reformating Phil Nash 2012-05-08 07:59:54 +01:00
  • 6f1543b1b1 Regenerated single include Phil Nash 2012-05-07 19:46:19 +01:00
  • e1cb8f25f2 Fix for comparing (const) char* to NULL Phil Nash 2012-05-07 19:45:55 +01:00
  • a201f715a8 Split long failure expressions over multiple lines at the operator Phil Nash 2012-05-07 19:12:43 +01:00
  • e848a91704 Shifted some of MockReporter into the impl file file Phil Nash 2012-05-07 18:59:33 +01:00
  • 49e6d536e1 Clean-up and regenerated single include Phil Nash 2012-05-05 19:35:35 +01:00
  • a976c07b8d Fixed section ordering issue Phil Nash 2012-05-05 19:32:52 +01:00
  • b213202ad7 Added self-test for section ordering Phil Nash 2012-05-04 07:55:11 +01:00
  • 83a66a6255 Removed redundant const Phil Nash 2012-04-28 12:39:15 +01:00
  • 861a1e79cf Conditionally compile __unsafe_unretained Phil Nash 2012-04-28 12:29:52 +01:00
  • 8fdf7f3a09 Added tests for signed/ unsigned fix Phil Nash 2012-04-28 12:20:29 +01:00
  • 5e82dcd62f Merge pull request #79 from jweyrich/master Phil Nash 2012-04-28 04:11:32 -07:00
  • 11dca66336 Fix missing parameter for comparisons between long and unsigned X. Jardel Weyrich 2012-04-27 14:42:40 -03:00
  • 7ec6d27000 Ignored some more files Phil Nash 2012-03-19 08:25:06 +00:00
  • 2969a0df41 iOSTest works with ARC Phil Nash 2012-03-17 18:36:00 +00:00
  • 53c990a7e1 ARC support for Object-C projects Phil Nash 2012-03-17 18:20:06 +00:00
  • 8d18d1648a Regenerated single include Phil Nash 2012-03-14 20:06:14 +00:00
  • db837a157f Added Equals matcher for NSString Phil Nash 2012-03-14 20:04:50 +00:00
  • 78d95a0854 Regen single include Phil Nash 2012-03-04 21:22:36 +00:00
  • 966f5dbff2 Added initial built-in matchers for NSString (ObjC) Phil Nash 2012-03-04 21:18:46 +00:00
  • a6a40b3ba9 Added a handful of "built-in" matchers Phil Nash 2012-03-04 20:10:36 +00:00
  • eca5637c58 First cut of Matcher support Phil Nash 2012-03-04 11:14:21 +00:00
  • 5ff4ab0a76 Suppress warning about constant conditional Phil Nash 2012-02-29 08:47:18 +00:00
  • 777b8af589 regen single include Phil Nash 2012-02-29 08:39:46 +00:00
  • 56a02eede5 Added test for previous change Phil Nash 2012-02-29 08:39:22 +00:00
  • f52bd35e2f made CHECK/ REQUIRE into block statements Phil Nash 2012-02-29 08:35:41 +00:00
  • 918046aaf1 Regen single include for last few checkins Phil Nash 2012-02-28 20:04:42 +00:00
  • af8d0b3955 Fixed trim() for single char strings (github #75) Phil Nash 2012-02-28 20:04:25 +00:00
  • 97668c76f1 Merge branch 'master' of github.com:philsquared/Catch Phil Nash 2012-02-28 08:38:17 +00:00
  • 17cd7f1cca Merge pull request #68 from crown-hill/master Phil Nash 2012-02-28 00:36:30 -08:00
  • 25db95816e Added tests to iOStest Phil Nash 2012-02-28 08:36:00 +00:00
  • e1f1c6ca7e Fixed iOS test runner after reporter changes Phil Nash 2012-02-27 19:03:54 +00:00
  • 20df8c5da1 Added colorised console output for Windows Phil Nash 2012-02-25 20:36:22 +00:00
  • f7299fc87b Regen include Phil Nash 2012-02-25 09:39:45 +00:00
  • 5e5698b792 Test Case counts reported separately from assertions Phil Nash 2012-02-25 09:39:13 +00:00
  • edd8f02bec Pass totals around instead of individual success/ fail counts Phil Nash 2012-02-24 08:59:35 +00:00
  • 9bbaeba3ae Refactored internal interfaces to use Totals instead of success/ fail Phil Nash 2012-02-23 18:51:21 +00:00
  • 8d93949b19 Used Counts class in IResultCapture interface Phil Nash 2012-02-23 08:57:51 +00:00
  • 5ddf794fbc Added Totals class and started using it Phil Nash 2012-02-23 08:49:52 +00:00
  • 2cc9b0dba1 Regen header Phil Nash 2012-02-22 09:44:06 +00:00
  • e1a2480f49 Cleaned up summary reporting Phil Nash 2012-02-22 09:42:34 +00:00
  • 3619cb2f09 Regenerated single include Phil Nash 2012-02-18 19:16:30 +00:00
  • 0dd3c57221 Fix for GitHub issue #71 Phil Nash 2012-02-18 19:14:09 +00:00
  • dd5b9c2ae5 Added clean-up Phil Nash 2012-02-18 09:58:30 +00:00