Thrift-1366: Delphi generator, lirbrary and unit test.
authorJake Farrell <jfarrell@apache.org>
Tue, 18 Oct 2011 14:35:26 +0000 (14:35 +0000)
committerJake Farrell <jfarrell@apache.org>
Tue, 18 Oct 2011 14:35:26 +0000 (14:35 +0000)
commit7ae13e10f7cb0e0c6107cb849d33b9a46b299840
treec757f2c0228b78ab4b02075b11aab75a8f56e69a
parent857a8b8bf81d4ead905e02527727a751720ffdbc
Thrift-1366: Delphi generator, lirbrary and unit test.
Client: delphi
Patch: Kenjiro Fukumitsu

Adding delphi XE generator, lib and unit tests.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1185688 13f79535-47bb-0310-9956-ffa450edef68
20 files changed:
compiler/cpp/Makefile.am
compiler/cpp/src/generate/t_delphi_generator.cc [new file with mode: 0644]
compiler/cpp/src/main.cc
compiler/cpp/src/thriftl.ll
compiler/cpp/src/thrifty.yy
configure.ac
lib/delphi/src/Thrift.Collections.pas [new file with mode: 0644]
lib/delphi/src/Thrift.Console.pas [new file with mode: 0644]
lib/delphi/src/Thrift.Protocol.pas [new file with mode: 0644]
lib/delphi/src/Thrift.Server.pas [new file with mode: 0644]
lib/delphi/src/Thrift.Stream.pas [new file with mode: 0644]
lib/delphi/src/Thrift.Transport.pas [new file with mode: 0644]
lib/delphi/src/Thrift.Utils.pas [new file with mode: 0644]
lib/delphi/src/Thrift.pas [new file with mode: 0644]
lib/delphi/test/TestClient.pas [new file with mode: 0644]
lib/delphi/test/TestServer.pas [new file with mode: 0644]
lib/delphi/test/client.dpr [new file with mode: 0644]
lib/delphi/test/maketest.sh [new file with mode: 0644]
lib/delphi/test/server.dpr [new file with mode: 0644]
test/ThriftTest.thrift