Commit Graph

  • f606517376 Fixed pluralization bug from GitHub issue #101 Phil Nash 2012-07-20 18:47:45 +0100
  • 46bcd4b2b7 Added ability to specify if macros should be prefixed with CATCH_ Phil Nash 2012-07-20 18:43:48 +0100
  • 500246d547 Merge 203fd68187 into 02006d85d7 Patrick Martin 2012-07-19 15:39:49 -0700
  • 203fd68187 initial draft of changes to support Borland c++ Builder 5 / free compiler 5.5 Patrick Martin 2012-07-19 23:03:51 +0100
  • b981632f7c adding environment batch file to support building under the free compiler 5.5 Patrick Martin 2012-07-19 23:01:06 +0100
  • 41cfce878a adding initial revision of Tutorial sample code Patrick Martin 2012-07-19 22:59:03 +0100
  • 5d73c5a008 Resolve reporter outside of Config Phil Nash 2012-07-17 08:04:19 +0100
  • 8fbd8e0f9e Moved use of reporter into runner (our of Main, directly) Phil Nash 2012-07-16 08:58:28 +0100
  • 02006d85d7 Disabled use of __FUNCTION__ for now Phil Nash 2012-07-05 23:12:22 +0100
  • abf271672f Added NotImplementedException Phil Nash 2012-07-05 18:37:58 +0100
  • 4c73aa5a0e Factored ConfigData out of data Phil Nash 2012-06-08 08:22:56 +0100
  • 78372d09d4 Added toString overload for chars Phil Nash 2012-06-06 08:06:40 +0100
  • e463687725 Regen single include Phil Nash 2012-06-05 20:51:05 +0100
  • 46a3476731 Added nothrow command line option Phil Nash 2012-06-05 20:50:47 +0100
  • e20b252b5a Regen single include Phil Nash 2012-06-05 20:16:58 +0100
  • 5824b56a5e Cleaned up some GCC/LLVM warnings Phil Nash 2012-06-05 10:38:18 +0100
  • f3dd0938ff Changed a remaining Hub to Context Phil Nash 2012-06-05 10:13:52 +0100
  • 535edcb73b changed remaining cmd line checks to cmd.raiseError Phil Nash 2012-06-03 19:03:17 +0100
  • 8d02b9306d Changed --cutoff to --abort Phil Nash 2012-06-02 23:26:32 +0100
  • 0f9c551d4d Moved catch_interfaces_runner.hpp out of conditionally compiled section Phil Nash 2012-06-02 23:12:42 +0100
  • 6d1c11381e Fixed some signed/ unsigned warnings Phil Nash 2012-06-02 23:08:07 +0100
  • e9e68591a2 qualified #includes Phil Nash 2012-06-02 12:31:55 +0100
  • 19b2aa6187 Added cutoff option to command line Phil Nash 2012-06-01 19:40:27 +0100
  • 163088a11f Refactored command line parser to be more cohesive Phil Nash 2012-05-31 19:40:26 +0100
  • 06e959be3e Fixed used of cleaned-up context by runner's destructor Phil Nash 2012-05-25 08:52:05 +0100
  • eb22e212c0 Merge pull request #88 from klmr/master Phil Nash 2012-05-25 00:47:22 -0700
  • 4ad55b7ee9 Merge 84434be949 into 2ffb372290 GitHub Merge Button 2012-05-25 00:27:27 -0700
  • 2ffb372290 Added evaluator overloads for case when comparing pointers against NULLs that decay to ints Phil Nash 2012-05-24 18:41:14 +0100
  • a8570dfdfe Regenerated single include Phil Nash 2012-05-24 08:29:41 +0100
  • 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 +0100
  • 1c98fc98ef Added Equals matcher for strings Phil Nash 2012-05-24 08:27:50 +0100
  • be838671ab Removed special handling for pointer comparisons Phil Nash 2012-05-24 08:27:09 +0100
  • 73e1bc20bc Fixed some warnings Phil Nash 2012-05-24 08:23:55 +0100
  • 4f19705e09 Fixed GitHub Issue #90 Phil Nash 2012-05-23 23:59:42 +0100
  • c81bf7b7a2 Updated gitignore Phil Nash 2012-05-23 23:55:32 +0100
  • a86eac86d0 Added VS2010 Phil Nash 2012-05-23 23:55:14 +0100
  • 12c3e8619f Renamed VisualStudio to VS2008 Phil Nash 2012-05-23 23:47:30 +0100
  • 84434be949 Silence "unused parameter" warning. Konrad Rudolph 2012-05-23 11:22:49 +0100
  • 4df051bcf4 single header now includes date-time of generation in comment header Phil Nash 2012-05-22 22:22:22 +0100
  • 1787da54a7 Reinstated #include that broke single include Phil Nash 2012-05-22 22:21:17 +0100
  • 7004f4a234 Regenerated single include Phil Nash 2012-05-22 08:56:59 +0100
  • 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