|
|
@ -3206,7 +3206,6 @@ PUBLIC_HEADERS_CXX += \ |
|
|
|
include/grpc++/impl/client_unary_call.h \
|
|
|
|
include/grpc++/impl/client_unary_call.h \
|
|
|
|
include/grpc++/impl/grpc_library.h \
|
|
|
|
include/grpc++/impl/grpc_library.h \
|
|
|
|
include/grpc++/impl/method_handler_impl.h \
|
|
|
|
include/grpc++/impl/method_handler_impl.h \
|
|
|
|
include/grpc++/impl/proto_utils.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/rpc_method.h \
|
|
|
|
include/grpc++/impl/rpc_method.h \
|
|
|
|
include/grpc++/impl/rpc_service_method.h \
|
|
|
|
include/grpc++/impl/rpc_service_method.h \
|
|
|
|
include/grpc++/impl/serialization_traits.h \
|
|
|
|
include/grpc++/impl/serialization_traits.h \
|
|
|
@ -3231,6 +3230,7 @@ PUBLIC_HEADERS_CXX += \ |
|
|
|
include/grpc++/support/async_unary_call.h \
|
|
|
|
include/grpc++/support/async_unary_call.h \
|
|
|
|
include/grpc++/support/byte_buffer.h \
|
|
|
|
include/grpc++/support/byte_buffer.h \
|
|
|
|
include/grpc++/support/channel_arguments.h \
|
|
|
|
include/grpc++/support/channel_arguments.h \
|
|
|
|
|
|
|
|
include/grpc++/support/config.h \
|
|
|
|
include/grpc++/support/slice.h \
|
|
|
|
include/grpc++/support/slice.h \
|
|
|
|
include/grpc++/support/status.h \
|
|
|
|
include/grpc++/support/status.h \
|
|
|
|
include/grpc++/support/status_code_enum.h \
|
|
|
|
include/grpc++/support/status_code_enum.h \
|
|
|
@ -3247,11 +3247,11 @@ PUBLIC_HEADERS_CXX += \ |
|
|
|
include/grpc++/impl/codegen/client_unary_call.h \
|
|
|
|
include/grpc++/impl/codegen/client_unary_call.h \
|
|
|
|
include/grpc++/impl/codegen/completion_queue.h \
|
|
|
|
include/grpc++/impl/codegen/completion_queue.h \
|
|
|
|
include/grpc++/impl/codegen/completion_queue_tag.h \
|
|
|
|
include/grpc++/impl/codegen/completion_queue_tag.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/config.h \
|
|
|
|
include/grpc++/impl/codegen/core_codegen_interface.h \
|
|
|
|
include/grpc++/impl/codegen/core_codegen_interface.h \
|
|
|
|
include/grpc++/impl/codegen/create_auth_context.h \
|
|
|
|
include/grpc++/impl/codegen/create_auth_context.h \
|
|
|
|
include/grpc++/impl/codegen/grpc_library.h \
|
|
|
|
include/grpc++/impl/codegen/grpc_library.h \
|
|
|
|
include/grpc++/impl/codegen/method_handler_impl.h \
|
|
|
|
include/grpc++/impl/codegen/method_handler_impl.h \
|
|
|
|
include/grpc++/impl/codegen/proto_utils.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/rpc_method.h \
|
|
|
|
include/grpc++/impl/codegen/rpc_method.h \
|
|
|
|
include/grpc++/impl/codegen/rpc_service_method.h \
|
|
|
|
include/grpc++/impl/codegen/rpc_service_method.h \
|
|
|
|
include/grpc++/impl/codegen/security/auth_context.h \
|
|
|
|
include/grpc++/impl/codegen/security/auth_context.h \
|
|
|
@ -3289,10 +3289,6 @@ PUBLIC_HEADERS_CXX += \ |
|
|
|
include/grpc/impl/codegen/sync_posix.h \
|
|
|
|
include/grpc/impl/codegen/sync_posix.h \
|
|
|
|
include/grpc/impl/codegen/sync_win32.h \
|
|
|
|
include/grpc/impl/codegen/sync_win32.h \
|
|
|
|
include/grpc/impl/codegen/time.h \
|
|
|
|
include/grpc/impl/codegen/time.h \
|
|
|
|
include/grpc++/impl/codegen/config.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/config_protobuf.h \
|
|
|
|
|
|
|
|
include/grpc++/support/config.h \
|
|
|
|
|
|
|
|
include/grpc++/support/config_protobuf.h \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LIBGRPC++_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC++_SRC))))
|
|
|
|
LIBGRPC++_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC++_SRC))))
|
|
|
|
|
|
|
|
|
|
|
@ -3417,8 +3413,62 @@ LIBGRPC++_TEST_UTIL_SRC = \ |
|
|
|
test/cpp/util/string_ref_helper.cc \
|
|
|
|
test/cpp/util/string_ref_helper.cc \
|
|
|
|
test/cpp/util/subprocess.cc \
|
|
|
|
test/cpp/util/subprocess.cc \
|
|
|
|
test/cpp/util/test_credentials_provider.cc \
|
|
|
|
test/cpp/util/test_credentials_provider.cc \
|
|
|
|
|
|
|
|
src/cpp/codegen/codegen_init.cc \
|
|
|
|
|
|
|
|
|
|
|
|
PUBLIC_HEADERS_CXX += \
|
|
|
|
PUBLIC_HEADERS_CXX += \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/async_stream.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/async_unary_call.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/call.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/call_hook.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/channel_interface.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/client_context.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/client_unary_call.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/completion_queue.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/completion_queue_tag.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/config.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/core_codegen_interface.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/create_auth_context.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/grpc_library.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/method_handler_impl.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/rpc_method.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/rpc_service_method.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/security/auth_context.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/serialization_traits.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/server_context.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/server_interface.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/service_type.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/status.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/status_code_enum.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/string_ref.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/stub_options.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/sync.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/sync_cxx11.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/sync_no_cxx11.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/sync_stream.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/time.h \
|
|
|
|
|
|
|
|
include/grpc/impl/codegen/byte_buffer.h \
|
|
|
|
|
|
|
|
include/grpc/impl/codegen/byte_buffer_reader.h \
|
|
|
|
|
|
|
|
include/grpc/impl/codegen/compression_types.h \
|
|
|
|
|
|
|
|
include/grpc/impl/codegen/connectivity_state.h \
|
|
|
|
|
|
|
|
include/grpc/impl/codegen/grpc_types.h \
|
|
|
|
|
|
|
|
include/grpc/impl/codegen/propagation_bits.h \
|
|
|
|
|
|
|
|
include/grpc/impl/codegen/status.h \
|
|
|
|
|
|
|
|
include/grpc/impl/codegen/alloc.h \
|
|
|
|
|
|
|
|
include/grpc/impl/codegen/atm.h \
|
|
|
|
|
|
|
|
include/grpc/impl/codegen/atm_gcc_atomic.h \
|
|
|
|
|
|
|
|
include/grpc/impl/codegen/atm_gcc_sync.h \
|
|
|
|
|
|
|
|
include/grpc/impl/codegen/atm_win32.h \
|
|
|
|
|
|
|
|
include/grpc/impl/codegen/log.h \
|
|
|
|
|
|
|
|
include/grpc/impl/codegen/port_platform.h \
|
|
|
|
|
|
|
|
include/grpc/impl/codegen/slice.h \
|
|
|
|
|
|
|
|
include/grpc/impl/codegen/slice_buffer.h \
|
|
|
|
|
|
|
|
include/grpc/impl/codegen/sync.h \
|
|
|
|
|
|
|
|
include/grpc/impl/codegen/sync_generic.h \
|
|
|
|
|
|
|
|
include/grpc/impl/codegen/sync_posix.h \
|
|
|
|
|
|
|
|
include/grpc/impl/codegen/sync_win32.h \
|
|
|
|
|
|
|
|
include/grpc/impl/codegen/time.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/proto_utils.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/config_protobuf.h \
|
|
|
|
|
|
|
|
|
|
|
|
LIBGRPC++_TEST_UTIL_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC++_TEST_UTIL_SRC))))
|
|
|
|
LIBGRPC++_TEST_UTIL_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC++_TEST_UTIL_SRC))))
|
|
|
|
|
|
|
|
|
|
|
@ -3469,6 +3519,7 @@ $(OBJDIR)/$(CONFIG)/test/cpp/util/create_test_channel.o: $(GENDIR)/src/proto/grp |
|
|
|
$(OBJDIR)/$(CONFIG)/test/cpp/util/string_ref_helper.o: $(GENDIR)/src/proto/grpc/testing/echo_messages.pb.cc $(GENDIR)/src/proto/grpc/testing/echo_messages.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/echo.pb.cc $(GENDIR)/src/proto/grpc/testing/echo.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/duplicate/echo_duplicate.pb.cc $(GENDIR)/src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.cc |
|
|
|
$(OBJDIR)/$(CONFIG)/test/cpp/util/string_ref_helper.o: $(GENDIR)/src/proto/grpc/testing/echo_messages.pb.cc $(GENDIR)/src/proto/grpc/testing/echo_messages.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/echo.pb.cc $(GENDIR)/src/proto/grpc/testing/echo.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/duplicate/echo_duplicate.pb.cc $(GENDIR)/src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.cc |
|
|
|
$(OBJDIR)/$(CONFIG)/test/cpp/util/subprocess.o: $(GENDIR)/src/proto/grpc/testing/echo_messages.pb.cc $(GENDIR)/src/proto/grpc/testing/echo_messages.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/echo.pb.cc $(GENDIR)/src/proto/grpc/testing/echo.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/duplicate/echo_duplicate.pb.cc $(GENDIR)/src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.cc |
|
|
|
$(OBJDIR)/$(CONFIG)/test/cpp/util/subprocess.o: $(GENDIR)/src/proto/grpc/testing/echo_messages.pb.cc $(GENDIR)/src/proto/grpc/testing/echo_messages.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/echo.pb.cc $(GENDIR)/src/proto/grpc/testing/echo.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/duplicate/echo_duplicate.pb.cc $(GENDIR)/src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.cc |
|
|
|
$(OBJDIR)/$(CONFIG)/test/cpp/util/test_credentials_provider.o: $(GENDIR)/src/proto/grpc/testing/echo_messages.pb.cc $(GENDIR)/src/proto/grpc/testing/echo_messages.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/echo.pb.cc $(GENDIR)/src/proto/grpc/testing/echo.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/duplicate/echo_duplicate.pb.cc $(GENDIR)/src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.cc |
|
|
|
$(OBJDIR)/$(CONFIG)/test/cpp/util/test_credentials_provider.o: $(GENDIR)/src/proto/grpc/testing/echo_messages.pb.cc $(GENDIR)/src/proto/grpc/testing/echo_messages.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/echo.pb.cc $(GENDIR)/src/proto/grpc/testing/echo.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/duplicate/echo_duplicate.pb.cc $(GENDIR)/src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.cc |
|
|
|
|
|
|
|
$(OBJDIR)/$(CONFIG)/src/cpp/codegen/codegen_init.o: $(GENDIR)/src/proto/grpc/testing/echo_messages.pb.cc $(GENDIR)/src/proto/grpc/testing/echo_messages.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/echo.pb.cc $(GENDIR)/src/proto/grpc/testing/echo.grpc.pb.cc $(GENDIR)/src/proto/grpc/testing/duplicate/echo_duplicate.pb.cc $(GENDIR)/src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.cc |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LIBGRPC++_UNSECURE_SRC = \
|
|
|
|
LIBGRPC++_UNSECURE_SRC = \
|
|
|
@ -3512,7 +3563,6 @@ PUBLIC_HEADERS_CXX += \ |
|
|
|
include/grpc++/impl/client_unary_call.h \
|
|
|
|
include/grpc++/impl/client_unary_call.h \
|
|
|
|
include/grpc++/impl/grpc_library.h \
|
|
|
|
include/grpc++/impl/grpc_library.h \
|
|
|
|
include/grpc++/impl/method_handler_impl.h \
|
|
|
|
include/grpc++/impl/method_handler_impl.h \
|
|
|
|
include/grpc++/impl/proto_utils.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/rpc_method.h \
|
|
|
|
include/grpc++/impl/rpc_method.h \
|
|
|
|
include/grpc++/impl/rpc_service_method.h \
|
|
|
|
include/grpc++/impl/rpc_service_method.h \
|
|
|
|
include/grpc++/impl/serialization_traits.h \
|
|
|
|
include/grpc++/impl/serialization_traits.h \
|
|
|
@ -3537,6 +3587,7 @@ PUBLIC_HEADERS_CXX += \ |
|
|
|
include/grpc++/support/async_unary_call.h \
|
|
|
|
include/grpc++/support/async_unary_call.h \
|
|
|
|
include/grpc++/support/byte_buffer.h \
|
|
|
|
include/grpc++/support/byte_buffer.h \
|
|
|
|
include/grpc++/support/channel_arguments.h \
|
|
|
|
include/grpc++/support/channel_arguments.h \
|
|
|
|
|
|
|
|
include/grpc++/support/config.h \
|
|
|
|
include/grpc++/support/slice.h \
|
|
|
|
include/grpc++/support/slice.h \
|
|
|
|
include/grpc++/support/status.h \
|
|
|
|
include/grpc++/support/status.h \
|
|
|
|
include/grpc++/support/status_code_enum.h \
|
|
|
|
include/grpc++/support/status_code_enum.h \
|
|
|
@ -3553,11 +3604,11 @@ PUBLIC_HEADERS_CXX += \ |
|
|
|
include/grpc++/impl/codegen/client_unary_call.h \
|
|
|
|
include/grpc++/impl/codegen/client_unary_call.h \
|
|
|
|
include/grpc++/impl/codegen/completion_queue.h \
|
|
|
|
include/grpc++/impl/codegen/completion_queue.h \
|
|
|
|
include/grpc++/impl/codegen/completion_queue_tag.h \
|
|
|
|
include/grpc++/impl/codegen/completion_queue_tag.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/config.h \
|
|
|
|
include/grpc++/impl/codegen/core_codegen_interface.h \
|
|
|
|
include/grpc++/impl/codegen/core_codegen_interface.h \
|
|
|
|
include/grpc++/impl/codegen/create_auth_context.h \
|
|
|
|
include/grpc++/impl/codegen/create_auth_context.h \
|
|
|
|
include/grpc++/impl/codegen/grpc_library.h \
|
|
|
|
include/grpc++/impl/codegen/grpc_library.h \
|
|
|
|
include/grpc++/impl/codegen/method_handler_impl.h \
|
|
|
|
include/grpc++/impl/codegen/method_handler_impl.h \
|
|
|
|
include/grpc++/impl/codegen/proto_utils.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/rpc_method.h \
|
|
|
|
include/grpc++/impl/codegen/rpc_method.h \
|
|
|
|
include/grpc++/impl/codegen/rpc_service_method.h \
|
|
|
|
include/grpc++/impl/codegen/rpc_service_method.h \
|
|
|
|
include/grpc++/impl/codegen/security/auth_context.h \
|
|
|
|
include/grpc++/impl/codegen/security/auth_context.h \
|
|
|
@ -3595,10 +3646,6 @@ PUBLIC_HEADERS_CXX += \ |
|
|
|
include/grpc/impl/codegen/sync_posix.h \
|
|
|
|
include/grpc/impl/codegen/sync_posix.h \
|
|
|
|
include/grpc/impl/codegen/sync_win32.h \
|
|
|
|
include/grpc/impl/codegen/sync_win32.h \
|
|
|
|
include/grpc/impl/codegen/time.h \
|
|
|
|
include/grpc/impl/codegen/time.h \
|
|
|
|
include/grpc++/impl/codegen/config.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/config_protobuf.h \
|
|
|
|
|
|
|
|
include/grpc++/support/config.h \
|
|
|
|
|
|
|
|
include/grpc++/support/config_protobuf.h \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LIBGRPC++_UNSECURE_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC++_UNSECURE_SRC))))
|
|
|
|
LIBGRPC++_UNSECURE_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC++_UNSECURE_SRC))))
|
|
|
|
|
|
|
|
|
|
|
@ -3658,9 +3705,6 @@ LIBGRPC_PLUGIN_SUPPORT_SRC = \ |
|
|
|
src/compiler/ruby_generator.cc \
|
|
|
|
src/compiler/ruby_generator.cc \
|
|
|
|
|
|
|
|
|
|
|
|
PUBLIC_HEADERS_CXX += \
|
|
|
|
PUBLIC_HEADERS_CXX += \
|
|
|
|
include/grpc++/support/config.h \
|
|
|
|
|
|
|
|
include/grpc++/support/config_protobuf.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/config.h \
|
|
|
|
|
|
|
|
include/grpc++/impl/codegen/config_protobuf.h \
|
|
|
|
include/grpc++/impl/codegen/config_protobuf.h \
|
|
|
|
|
|
|
|
|
|
|
|
LIBGRPC_PLUGIN_SUPPORT_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC_PLUGIN_SUPPORT_SRC))))
|
|
|
|
LIBGRPC_PLUGIN_SUPPORT_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC_PLUGIN_SUPPORT_SRC))))
|
|
|
|