THRIFT-1826 update c_glib source header paths
authorRoger Meier <roger@apache.org>
Fri, 11 Jan 2013 10:41:53 +0000 (11:41 +0100)
committerRoger Meier <roger@apache.org>
Fri, 11 Jan 2013 10:41:53 +0000 (11:41 +0100)
commite3da768367d0a3e013a00a5a365e58aed3bffa32
tree7b36af7daa04ab5b7266a3019e398555b9de324c
parentf5305b0b6a923ee324249aa8ca8ecdf1ea6506d9
THRIFT-1826 update c_glib source header paths
Patch: Simon South
49 files changed:
compiler/cpp/src/generate/t_c_glib_generator.cc
lib/c_glib/Makefile.am
lib/c_glib/src/thrift/c_glib/processor/thrift_processor.c [moved from lib/c_glib/src/thrift/processor/thrift_processor.c with 94% similarity]
lib/c_glib/src/thrift/c_glib/processor/thrift_processor.h [moved from lib/c_glib/src/thrift/processor/thrift_processor.h with 97% similarity]
lib/c_glib/src/thrift/c_glib/protocol/thrift_binary_protocol.c [moved from lib/c_glib/src/thrift/protocol/thrift_binary_protocol.c with 99% similarity]
lib/c_glib/src/thrift/c_glib/protocol/thrift_binary_protocol.h [moved from lib/c_glib/src/thrift/protocol/thrift_binary_protocol.h with 95% similarity]
lib/c_glib/src/thrift/c_glib/protocol/thrift_binary_protocol_factory.c [moved from lib/c_glib/src/thrift/protocol/thrift_binary_protocol_factory.c with 91% similarity]
lib/c_glib/src/thrift/c_glib/protocol/thrift_binary_protocol_factory.h [moved from lib/c_glib/src/thrift/protocol/thrift_binary_protocol_factory.h with 97% similarity]
lib/c_glib/src/thrift/c_glib/protocol/thrift_protocol.c [moved from lib/c_glib/src/thrift/protocol/thrift_protocol.c with 99% similarity]
lib/c_glib/src/thrift/c_glib/protocol/thrift_protocol.h [moved from lib/c_glib/src/thrift/protocol/thrift_protocol.h with 99% similarity]
lib/c_glib/src/thrift/c_glib/protocol/thrift_protocol_factory.c [moved from lib/c_glib/src/thrift/protocol/thrift_protocol_factory.c with 93% similarity]
lib/c_glib/src/thrift/c_glib/protocol/thrift_protocol_factory.h [moved from lib/c_glib/src/thrift/protocol/thrift_protocol_factory.h with 95% similarity]
lib/c_glib/src/thrift/c_glib/server/thrift_server.c [moved from lib/c_glib/src/thrift/server/thrift_server.c with 99% similarity]
lib/c_glib/src/thrift/c_glib/server/thrift_server.h [moved from lib/c_glib/src/thrift/server/thrift_server.h with 91% similarity]
lib/c_glib/src/thrift/c_glib/server/thrift_simple_server.c [moved from lib/c_glib/src/thrift/server/thrift_simple_server.c with 94% similarity]
lib/c_glib/src/thrift/c_glib/server/thrift_simple_server.h [moved from lib/c_glib/src/thrift/server/thrift_simple_server.h with 97% similarity]
lib/c_glib/src/thrift/c_glib/thrift.c [moved from lib/c_glib/src/thrift/thrift.c with 96% similarity]
lib/c_glib/src/thrift/c_glib/thrift.h [moved from lib/c_glib/src/thrift/thrift.h with 100% similarity]
lib/c_glib/src/thrift/c_glib/thrift_application_exception.c [moved from lib/c_glib/src/thrift/thrift_application_exception.c with 99% similarity]
lib/c_glib/src/thrift/c_glib/thrift_application_exception.h [moved from lib/c_glib/src/thrift/thrift_application_exception.h with 100% similarity]
lib/c_glib/src/thrift/c_glib/thrift_struct.c [moved from lib/c_glib/src/thrift/thrift_struct.c with 97% similarity]
lib/c_glib/src/thrift/c_glib/thrift_struct.h [moved from lib/c_glib/src/thrift/thrift_struct.h with 97% similarity]
lib/c_glib/src/thrift/c_glib/transport/thrift_buffered_transport.c [moved from lib/c_glib/src/thrift/transport/thrift_buffered_transport.c with 98% similarity]
lib/c_glib/src/thrift/c_glib/transport/thrift_buffered_transport.h [moved from lib/c_glib/src/thrift/transport/thrift_buffered_transport.h with 97% similarity]
lib/c_glib/src/thrift/c_glib/transport/thrift_framed_transport.c [moved from lib/c_glib/src/thrift/transport/thrift_framed_transport.c with 98% similarity]
lib/c_glib/src/thrift/c_glib/transport/thrift_framed_transport.h [moved from lib/c_glib/src/thrift/transport/thrift_framed_transport.h with 97% similarity]
lib/c_glib/src/thrift/c_glib/transport/thrift_memory_buffer.c [moved from lib/c_glib/src/thrift/transport/thrift_memory_buffer.c with 97% similarity]
lib/c_glib/src/thrift/c_glib/transport/thrift_memory_buffer.h [moved from lib/c_glib/src/thrift/transport/thrift_memory_buffer.h with 97% similarity]
lib/c_glib/src/thrift/c_glib/transport/thrift_server_socket.c [moved from lib/c_glib/src/thrift/transport/thrift_server_socket.c with 96% similarity]
lib/c_glib/src/thrift/c_glib/transport/thrift_server_socket.h [moved from lib/c_glib/src/thrift/transport/thrift_server_socket.h with 100% similarity]
lib/c_glib/src/thrift/c_glib/transport/thrift_server_transport.c [moved from lib/c_glib/src/thrift/transport/thrift_server_transport.c with 93% similarity]
lib/c_glib/src/thrift/c_glib/transport/thrift_server_transport.h [moved from lib/c_glib/src/thrift/transport/thrift_server_transport.h with 100% similarity]
lib/c_glib/src/thrift/c_glib/transport/thrift_socket.c [moved from lib/c_glib/src/thrift/transport/thrift_socket.c with 98% similarity]
lib/c_glib/src/thrift/c_glib/transport/thrift_socket.h [moved from lib/c_glib/src/thrift/transport/thrift_socket.h with 97% similarity]
lib/c_glib/src/thrift/c_glib/transport/thrift_transport.c [moved from lib/c_glib/src/thrift/transport/thrift_transport.c with 97% similarity]
lib/c_glib/src/thrift/c_glib/transport/thrift_transport.h [moved from lib/c_glib/src/thrift/transport/thrift_transport.h with 100% similarity]
lib/c_glib/src/thrift/c_glib/transport/thrift_transport_factory.c [moved from lib/c_glib/src/thrift/transport/thrift_transport_factory.c with 93% similarity]
lib/c_glib/src/thrift/c_glib/transport/thrift_transport_factory.h [moved from lib/c_glib/src/thrift/transport/thrift_transport_factory.h with 100% similarity]
lib/c_glib/test/testbinaryprotocol.c [changed mode: 0644->0755]
lib/c_glib/test/testbufferedtransport.c [changed mode: 0644->0755]
lib/c_glib/test/testframedtransport.c [changed mode: 0644->0755]
lib/c_glib/test/testmemorybuffer.c [changed mode: 0644->0755]
lib/c_glib/test/testoptionalrequired.c [changed mode: 0644->0755]
lib/c_glib/test/testsimpleserver.c [changed mode: 0644->0755]
lib/c_glib/test/teststruct.c [changed mode: 0644->0755]
lib/c_glib/test/testthrifttest.c [changed mode: 0644->0755]
lib/c_glib/test/testthrifttestclient.cpp [changed mode: 0644->0755]
lib/c_glib/test/testtransportsocket.c [changed mode: 0644->0755]
lib/c_glib/thrift_c_glib.pc.in