THRIFT-1681: Add Lua Support Patch: Dave Watson
authorRoger Meier <roger@apache.org>
Fri, 4 Apr 2014 22:45:42 +0000 (00:45 +0200)
committerRoger Meier <roger@apache.org>
Fri, 4 Apr 2014 22:50:35 +0000 (00:50 +0200)
commit6cf0ffcec969e4a983171a5f411506b2ed0fd2c1
treef618a140d60a6d99af32225e260b7b5cb28b6cd1
parentbdbf428365144dc8586276d42c071b44c389e4ff
THRIFT-1681: Add Lua Support Patch: Dave Watson

Github Pull Request: This closes #92
24 files changed:
compiler/cpp/Makefile.am
compiler/cpp/src/generate/t_lua_generator.cc [new file with mode: 0644]
configure.ac
lib/Makefile.am
lib/lua/Makefile.am [new file with mode: 0644]
lib/lua/TBinaryProtocol.lua [new file with mode: 0644]
lib/lua/TBufferedTransport.lua [new file with mode: 0644]
lib/lua/TFramedTransport.lua [new file with mode: 0644]
lib/lua/TMemoryBuffer.lua [new file with mode: 0644]
lib/lua/TProtocol.lua [new file with mode: 0644]
lib/lua/TServer.lua [new file with mode: 0644]
lib/lua/TSocket.lua [new file with mode: 0644]
lib/lua/TTransport.lua [new file with mode: 0644]
lib/lua/Thrift.lua [new file with mode: 0644]
lib/lua/src/longnumberutils.c [new file with mode: 0644]
lib/lua/src/luabitwise.c [new file with mode: 0644]
lib/lua/src/luabpack.c [new file with mode: 0644]
lib/lua/src/lualongnumber.c [new file with mode: 0644]
lib/lua/src/luasocket.c [new file with mode: 0644]
lib/lua/src/socket.h [new file with mode: 0644]
lib/lua/src/usocket.c [new file with mode: 0644]
test/ThriftTest.thrift
test/lua/test_basic_client.lua [new file with mode: 0644]
test/lua/test_basic_server.lua [new file with mode: 0644]