/[Apache-SVN]
ViewVC logotype

Revision 1325674


Jump to revision: Previous Next
Author: roger
Date: Fri Apr 13 09:12:31 2012 UTC (12 years ago)
Changed paths: 401 (showing only 100; show all)
Log Message:
THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/'

To ensure there are no include path collisions the C and C++ header
include paths should include 'thrift' as the root leaf. This will
prevent having to place /usr/include/thrift into the compilers include
header search path, which might otherwise result in the compiler
accidentally picking up headers that it shouldn't.

e.g. #include <foo/bar.h> should be #include <thrift/foo/bar.h>

Change-Id: I48f2b0f549bda0fc81e85506ac857adc800b98a1

Changed paths

Path Details
Directorythrift/trunk/LICENSE modified , text changed
Directorythrift/trunk/compiler/cpp/compiler.vcxproj modified , text changed
Directorythrift/trunk/compiler/cpp/src/generate/t_c_glib_generator.cc modified , text changed
Directorythrift/trunk/compiler/cpp/src/generate/t_cpp_generator.cc modified , text changed
Directorythrift/trunk/contrib/async-test/test-server.cpp modified , text changed
Directorythrift/trunk/contrib/fb303/TClientInfo.cpp modified , text changed
Directorythrift/trunk/contrib/fb303/TClientInfo.h modified , text changed
Directorythrift/trunk/contrib/fb303/cpp/FacebookBase.h modified , text changed
Directorythrift/trunk/contrib/fb303/cpp/ServiceTracker.cpp modified , text changed
Directorythrift/trunk/contrib/fb303/cpp/ServiceTracker.h modified , text changed
Directorythrift/trunk/contrib/thrift_dump.cpp modified , text changed
Directorythrift/trunk/contrib/zeromq/TZmqClient.h modified , text changed
Directorythrift/trunk/contrib/zeromq/TZmqServer.cpp modified , text changed
Directorythrift/trunk/contrib/zeromq/TZmqServer.h modified , text changed
Directorythrift/trunk/contrib/zeromq/test-client.cpp modified , text changed
Directorythrift/trunk/contrib/zeromq/test-sender.cpp modified , text changed
Directorythrift/trunk/lib/c_glib/Makefile.am modified , text changed
Directorythrift/trunk/lib/c_glib/src/processor/thrift_processor.c deleted
Directorythrift/trunk/lib/c_glib/src/processor/thrift_processor.h deleted
Directorythrift/trunk/lib/c_glib/src/protocol/thrift_binary_protocol.c deleted
Directorythrift/trunk/lib/c_glib/src/protocol/thrift_binary_protocol.h deleted
Directorythrift/trunk/lib/c_glib/src/protocol/thrift_binary_protocol_factory.c deleted
Directorythrift/trunk/lib/c_glib/src/protocol/thrift_binary_protocol_factory.h deleted
Directorythrift/trunk/lib/c_glib/src/protocol/thrift_protocol.c deleted
Directorythrift/trunk/lib/c_glib/src/protocol/thrift_protocol.h deleted
Directorythrift/trunk/lib/c_glib/src/protocol/thrift_protocol_factory.c deleted
Directorythrift/trunk/lib/c_glib/src/protocol/thrift_protocol_factory.h deleted
Directorythrift/trunk/lib/c_glib/src/server/thrift_server.c deleted
Directorythrift/trunk/lib/c_glib/src/server/thrift_server.h deleted
Directorythrift/trunk/lib/c_glib/src/server/thrift_simple_server.c deleted
Directorythrift/trunk/lib/c_glib/src/server/thrift_simple_server.h deleted
Directorythrift/trunk/lib/c_glib/src/thrift/ added
Directorythrift/trunk/lib/c_glib/src/thrift/processor/ added
Directorythrift/trunk/lib/c_glib/src/thrift/processor/thrift_processor.c
(Copied from thrift/trunk/lib/c_glib/src/processor/thrift_processor.c, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/processor/thrift_processor.h
(Copied from thrift/trunk/lib/c_glib/src/processor/thrift_processor.h, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/protocol/ added
Directorythrift/trunk/lib/c_glib/src/thrift/protocol/thrift_binary_protocol.c
(Copied from thrift/trunk/lib/c_glib/src/protocol/thrift_binary_protocol.c, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/protocol/thrift_binary_protocol.h
(Copied from thrift/trunk/lib/c_glib/src/protocol/thrift_binary_protocol.h, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/protocol/thrift_binary_protocol_factory.c
(Copied from thrift/trunk/lib/c_glib/src/protocol/thrift_binary_protocol_factory.c, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/protocol/thrift_binary_protocol_factory.h
(Copied from thrift/trunk/lib/c_glib/src/protocol/thrift_binary_protocol_factory.h, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/protocol/thrift_protocol.c
(Copied from thrift/trunk/lib/c_glib/src/protocol/thrift_protocol.c, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/protocol/thrift_protocol.h
(Copied from thrift/trunk/lib/c_glib/src/protocol/thrift_protocol.h, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/protocol/thrift_protocol_factory.c
(Copied from thrift/trunk/lib/c_glib/src/protocol/thrift_protocol_factory.c, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/protocol/thrift_protocol_factory.h
(Copied from thrift/trunk/lib/c_glib/src/protocol/thrift_protocol_factory.h, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/server/ added
Directorythrift/trunk/lib/c_glib/src/thrift/server/thrift_server.c
(Copied from thrift/trunk/lib/c_glib/src/server/thrift_server.c, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/server/thrift_server.h
(Copied from thrift/trunk/lib/c_glib/src/server/thrift_server.h, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/server/thrift_simple_server.c
(Copied from thrift/trunk/lib/c_glib/src/server/thrift_simple_server.c, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/server/thrift_simple_server.h
(Copied from thrift/trunk/lib/c_glib/src/server/thrift_simple_server.h, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/thrift.c
(Copied from thrift/trunk/lib/c_glib/src/thrift.c, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/thrift.h
(Copied from thrift/trunk/lib/c_glib/src/thrift.h, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/thrift_application_exception.c
(Copied from thrift/trunk/lib/c_glib/src/thrift_application_exception.c, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/thrift_application_exception.h
(Copied from thrift/trunk/lib/c_glib/src/thrift_application_exception.h, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/thrift_struct.c
(Copied from thrift/trunk/lib/c_glib/src/thrift_struct.c, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/thrift_struct.h
(Copied from thrift/trunk/lib/c_glib/src/thrift_struct.h, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/transport/ added
Directorythrift/trunk/lib/c_glib/src/thrift/transport/thrift_buffered_transport.c
(Copied from thrift/trunk/lib/c_glib/src/transport/thrift_buffered_transport.c, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/transport/thrift_buffered_transport.h
(Copied from thrift/trunk/lib/c_glib/src/transport/thrift_buffered_transport.h, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/transport/thrift_framed_transport.c
(Copied from thrift/trunk/lib/c_glib/src/transport/thrift_framed_transport.c, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/transport/thrift_framed_transport.h
(Copied from thrift/trunk/lib/c_glib/src/transport/thrift_framed_transport.h, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/transport/thrift_memory_buffer.c
(Copied from thrift/trunk/lib/c_glib/src/transport/thrift_memory_buffer.c, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/transport/thrift_memory_buffer.h
(Copied from thrift/trunk/lib/c_glib/src/transport/thrift_memory_buffer.h, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/transport/thrift_server_socket.c
(Copied from thrift/trunk/lib/c_glib/src/transport/thrift_server_socket.c, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/transport/thrift_server_socket.h
(Copied from thrift/trunk/lib/c_glib/src/transport/thrift_server_socket.h, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/transport/thrift_server_transport.c
(Copied from thrift/trunk/lib/c_glib/src/transport/thrift_server_transport.c, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/transport/thrift_server_transport.h
(Copied from thrift/trunk/lib/c_glib/src/transport/thrift_server_transport.h, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/transport/thrift_socket.c
(Copied from thrift/trunk/lib/c_glib/src/transport/thrift_socket.c, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/transport/thrift_socket.h
(Copied from thrift/trunk/lib/c_glib/src/transport/thrift_socket.h, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/transport/thrift_transport.c
(Copied from thrift/trunk/lib/c_glib/src/transport/thrift_transport.c, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/transport/thrift_transport.h
(Copied from thrift/trunk/lib/c_glib/src/transport/thrift_transport.h, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/transport/thrift_transport_factory.c
(Copied from thrift/trunk/lib/c_glib/src/transport/thrift_transport_factory.c, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift/transport/thrift_transport_factory.h
(Copied from thrift/trunk/lib/c_glib/src/transport/thrift_transport_factory.h, r1325048)
added , text changed
Directorythrift/trunk/lib/c_glib/src/thrift.c deleted
Directorythrift/trunk/lib/c_glib/src/thrift.h deleted
Directorythrift/trunk/lib/c_glib/src/thrift_application_exception.c deleted
Directorythrift/trunk/lib/c_glib/src/thrift_application_exception.h deleted
Directorythrift/trunk/lib/c_glib/src/thrift_struct.c deleted
Directorythrift/trunk/lib/c_glib/src/thrift_struct.h deleted
Directorythrift/trunk/lib/c_glib/src/transport/thrift_buffered_transport.c deleted
Directorythrift/trunk/lib/c_glib/src/transport/thrift_buffered_transport.h deleted
Directorythrift/trunk/lib/c_glib/src/transport/thrift_framed_transport.c deleted
Directorythrift/trunk/lib/c_glib/src/transport/thrift_framed_transport.h deleted
Directorythrift/trunk/lib/c_glib/src/transport/thrift_memory_buffer.c deleted
Directorythrift/trunk/lib/c_glib/src/transport/thrift_memory_buffer.h deleted
Directorythrift/trunk/lib/c_glib/src/transport/thrift_server_socket.c deleted
Directorythrift/trunk/lib/c_glib/src/transport/thrift_server_socket.h deleted
Directorythrift/trunk/lib/c_glib/src/transport/thrift_server_transport.c deleted
Directorythrift/trunk/lib/c_glib/src/transport/thrift_server_transport.h deleted
Directorythrift/trunk/lib/c_glib/src/transport/thrift_socket.c deleted
Directorythrift/trunk/lib/c_glib/src/transport/thrift_socket.h deleted
Directorythrift/trunk/lib/c_glib/src/transport/thrift_transport.c deleted
Directorythrift/trunk/lib/c_glib/src/transport/thrift_transport.h deleted
Directorythrift/trunk/lib/c_glib/src/transport/thrift_transport_factory.c deleted
Directorythrift/trunk/lib/c_glib/src/transport/thrift_transport_factory.h deleted
Directorythrift/trunk/lib/c_glib/test/testbinaryprotocol.c modified , text changed
Directorythrift/trunk/lib/c_glib/test/testbufferedtransport.c modified , text changed
Directorythrift/trunk/lib/c_glib/test/testframedtransport.c modified , text changed
Directorythrift/trunk/lib/c_glib/test/testmemorybuffer.c modified , text changed
Directorythrift/trunk/lib/c_glib/test/testoptionalrequired.c modified , text changed
Directorythrift/trunk/lib/c_glib/test/testsimpleserver.c modified , text changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26