Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all...
Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free.
Showing
- examples/pubsub/main.cc 0 additions, 3 deletionsexamples/pubsub/main.cc
- examples/pubsub/publisher_test.cc 0 additions, 2 deletionsexamples/pubsub/publisher_test.cc
- examples/pubsub/subscriber_test.cc 0 additions, 2 deletionsexamples/pubsub/subscriber_test.cc
- include/grpc++/completion_queue.h 3 additions, 2 deletionsinclude/grpc++/completion_queue.h
- include/grpc++/credentials.h 3 additions, 2 deletionsinclude/grpc++/credentials.h
- include/grpc++/impl/grpc_library.h 50 additions, 0 deletionsinclude/grpc++/impl/grpc_library.h
- include/grpc++/server.h 3 additions, 1 deletioninclude/grpc++/server.h
- src/cpp/client/channel.h 3 additions, 1 deletionsrc/cpp/client/channel.h
- test/cpp/client/credentials_test.cc 0 additions, 2 deletionstest/cpp/client/credentials_test.cc
- test/cpp/end2end/async_end2end_test.cc 1 addition, 4 deletionstest/cpp/end2end/async_end2end_test.cc
- test/cpp/end2end/end2end_test.cc 1 addition, 4 deletionstest/cpp/end2end/end2end_test.cc
- test/cpp/end2end/generic_end2end_test.cc 1 addition, 4 deletionstest/cpp/end2end/generic_end2end_test.cc
- test/cpp/interop/client.cc 0 additions, 4 deletionstest/cpp/interop/client.cc
- test/cpp/interop/server.cc 0 additions, 2 deletionstest/cpp/interop/server.cc
- test/cpp/qps/qps_driver.cc 0 additions, 2 deletionstest/cpp/qps/qps_driver.cc
- test/cpp/qps/smoke_test.cc 0 additions, 3 deletionstest/cpp/qps/smoke_test.cc
- test/cpp/qps/worker.cc 1 addition, 3 deletionstest/cpp/qps/worker.cc
- test/cpp/util/cli_call_test.cc 1 addition, 4 deletionstest/cpp/util/cli_call_test.cc
- test/cpp/util/grpc_cli.cc 0 additions, 4 deletionstest/cpp/util/grpc_cli.cc
Loading
Please register or sign in to comment