Baseline commit for thrift, which is pillar v2
authorMark Slee <mcslee@apache.org>
Wed, 24 May 2006 21:45:31 +0000 (21:45 +0000)
committerMark Slee <mcslee@apache.org>
Wed, 24 May 2006 21:45:31 +0000 (21:45 +0000)
commit319857233b75121f357801cbdd9b5028e3057dbd
treeca39098ad6e2c56a247ca01b59f3407bde095177
parenta68c74e9b9977435b0119368753e9a38b49150ae
Baseline commit for thrift, which is pillar v2

Reviewed By: aditya

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664711 13f79535-47bb-0310-9956-ffa450edef68
23 files changed:
compiler/Makefile [new file with mode: 0644]
compiler/src/generate/t_cpp_generator.cc [new file with mode: 0644]
compiler/src/generate/t_cpp_generator.h [new file with mode: 0644]
compiler/src/generate/t_generator.cc [new file with mode: 0644]
compiler/src/generate/t_generator.h [new file with mode: 0644]
compiler/src/globals.h [new file with mode: 0644]
compiler/src/main.cc [new file with mode: 0644]
compiler/src/main.h [new file with mode: 0644]
compiler/src/parse/t_base_type.h [new file with mode: 0644]
compiler/src/parse/t_constant.h [new file with mode: 0644]
compiler/src/parse/t_enum.h [new file with mode: 0644]
compiler/src/parse/t_field.h [new file with mode: 0644]
compiler/src/parse/t_function.h [new file with mode: 0644]
compiler/src/parse/t_list.h [new file with mode: 0644]
compiler/src/parse/t_program.h [new file with mode: 0644]
compiler/src/parse/t_service.h [new file with mode: 0644]
compiler/src/parse/t_struct.h [new file with mode: 0644]
compiler/src/parse/t_type.h [new file with mode: 0644]
compiler/src/parse/t_typedef.h [new file with mode: 0644]
compiler/src/thrift.l [new file with mode: 0644]
compiler/src/thrift.y [new file with mode: 0644]
compiler/test/test.thrift [new file with mode: 0644]
doc/README [new file with mode: 0644]