Thrift compiler now compiles both native Java and C++ code
authorMark Slee <mcslee@apache.org>
Wed, 7 Jun 2006 06:46:24 +0000 (06:46 +0000)
committerMark Slee <mcslee@apache.org>
Wed, 7 Jun 2006 06:46:24 +0000 (06:46 +0000)
commitb15a68bd89428630ac1775812082a7c4a034c3b7
treedc30c9d22c7e53bf0ec459cd28fb306a238a73a3
parente8540637aaaf017f9e08e1e0d68663f814538862
Thrift compiler now compiles both native Java and C++ code

Summary: Compiles to both C++ and Java, plus a host of other cool options like command line control over which languages to output code in

Reviewed By: aditya

Test Plan: The unit test checkins are coming momentarily...

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664713 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
compiler/Makefile
compiler/src/generate/t_cpp_generator.cc
compiler/src/generate/t_cpp_generator.h
compiler/src/generate/t_java_generator.cc [new file with mode: 0644]
compiler/src/generate/t_java_generator.h [new file with mode: 0644]
compiler/src/generate/t_oop_generator.h [new file with mode: 0644]
compiler/src/main.cc
compiler/src/parse/t_field.h
compiler/src/parse/t_function.h
compiler/src/parse/t_struct.h
compiler/src/thrift.l
compiler/src/thrift.y