Adding Cocoa generator to Thrift
authorMark Slee <mcslee@apache.org>
Mon, 10 Sep 2007 21:00:23 +0000 (21:00 +0000)
committerMark Slee <mcslee@apache.org>
Mon, 10 Sep 2007 21:00:23 +0000 (21:00 +0000)
commit7e9eea48711d015a2764f119ea5e78d8b6447476
tree31dfc7318f598f30fc8ccc15b573fd8aaba5a24d
parent979ff958c125adaae29d3f93d89243f7b9e68b24
Adding Cocoa generator to Thrift

Summary: Thanks to Andrew McGeachie for doing this

Reviewed By: dreiss

Test Plan: No merge/build issues. Will solicit McGeachie for additions to test/cocoa in the future

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665254 13f79535-47bb-0310-9956-ffa450edef68
17 files changed:
compiler/cpp/Makefile.am
compiler/cpp/src/generate/t_cocoa_generator.cc [new file with mode: 0644]
compiler/cpp/src/generate/t_cocoa_generator.h [new file with mode: 0644]
compiler/cpp/src/main.cc
compiler/cpp/src/parse/t_program.h
compiler/cpp/src/thriftl.ll
compiler/cpp/src/thrifty.yy
lib/cocoa/TApplicationException.h [new file with mode: 0644]
lib/cocoa/TBinaryProtocol.h [new file with mode: 0644]
lib/cocoa/TBinaryProtocol.m [new file with mode: 0644]
lib/cocoa/TException.h [new file with mode: 0644]
lib/cocoa/TNSStreamTransport.h [new file with mode: 0644]
lib/cocoa/TNSStreamTransport.m [new file with mode: 0644]
lib/cocoa/TProtocol.h [new file with mode: 0644]
lib/cocoa/TProtocolUtil.h [new file with mode: 0644]
lib/cocoa/TProtocolUtil.m [new file with mode: 0644]
lib/cocoa/TTransport.h [new file with mode: 0644]