159 Commits (05c5083477aa1d616abcf15cad59fdc505d422f4)

Author SHA1 Message Date
Esun Kim 27bf7238f4
Added include guard to mock headers (#31909) 2 years ago
Cheng-Yu Chung 1b05576aa3
[cleanups] Clean up `GrpcLibraryInitializer` (#31894) 2 years ago
Cheng-Yu Chung 5498481265
Remove `include/grpcpp/impl/codegen/proto_utils.h` (#31532) 2 years ago
Cheng-Yu Chung e7f9fb03f4
Remove `include/grpcpp/impl/codegen/server_callback_handlers.h` (#31533) 2 years ago
Esun Kim 0ba0c4bf74
Added googletest clang-tidy checks (#31610) 2 years ago
Cheng-Yu Chung 405de7ac72
Remove `include/grpcpp/impl/codegen/status.h` (#31285) 2 years ago
Cheng-Yu Chung 3d68bb735a
Remove `include/grpc/impl/codegen/byte_buffer.h` (#31674) 2 years ago
Cheng-Yu Chung 47b9a57de9
Remove `g_glip` and `class GrpcLibraryInterface` (#30414) 2 years ago
Cheng-Yu Chung 493b961dfb
Remove `include/grpcpp/impl/codegen/sync_stream.h` (#31289) 2 years ago
Cheng-Yu Chung f4b25ab837
Remove `include/grpcpp/impl/codegen/stub_options.h` (#31287) 2 years ago
Cheng-Yu Chung 0fbc4a715c
Remove `include/grpcpp/impl/codegen/service_type.h` (#31282) 2 years ago
Cheng-Yu Chung d699b574a8
Remove `include/grpcpp/impl/codegen/server_callback.h` (#31279) 2 years ago
Cheng-Yu Chung a1cb2f3d6f
Remove `include/grpcpp/impl/codegen/server_callback.h` (#31280) 2 years ago
Cheng-Yu Chung d1c04427f3
Remove `include/grpcpp/impl/codegen/rpc_method.h` (#31269) 2 years ago
Cheng-Yu Chung cc58369279
Remove `include/grpcpp/impl/codegen/completion_queue.h` (#31059) 2 years ago
Cheng-Yu Chung d76c6f61f0
Remove `include/grpcpp/impl/codegen/method_handler.h` (#31249) 2 years ago
Cheng-Yu Chung 488f17eb46
Remove `include/grpcpp/impl/codegen/message_allocator.h` (#31246) 2 years ago
Cheng-Yu Chung 4ba0f9afb5
Revert "Revert "Remove `include/grpcpp/impl/codegen/client_callback.h` (#31005)" (#31079)" (#31087) 2 years ago
Cheng-Yu Chung 0e8a6515df
Remove `include/grpcpp/impl/codegen/client_context.h` (#31006) 2 years ago
Craig Tiller da08fe1d6f
Revert "Remove `include/grpcpp/impl/codegen/client_callback.h` (#31005)" (#31079) 2 years ago
Cheng-Yu Chung 17f515744f
Remove `include/grpcpp/impl/codegen/client_callback.h` (#31005) 2 years ago
Cheng-Yu Chung b765b06155
Remove `include/grpcpp/impl/codegen/async_stream.h` (#30941) 2 years ago
Cheng-Yu Chung cb3d7a9e9e
Revert "Revert "Remove `include/grpcpp/impl/codegen/async_unary_call.h`"" (#30955) 2 years ago
Cheng-Yu Chung 6e57952589
Revert "Revert "Remove `include/grpcpp/impl/codegen/async_generic_service.h` (#30450)" (#30951)" (#30956) 2 years ago
Craig Tiller 0c454fa875
Revert "Remove `include/grpcpp/impl/codegen/async_unary_call.h` (#30945)" (#30950) 2 years ago
Craig Tiller a81b61113c
Revert "Remove `include/grpcpp/impl/codegen/async_generic_service.h` (#30450)" (#30951) 2 years ago
Cheng-Yu Chung c6326bbc75
Remove `include/grpcpp/impl/codegen/async_generic_service.h` (#30450) 2 years ago
Cheng-Yu Chung 7dbc73d4f3
Remove `include/grpcpp/impl/codegen/async_unary_call.h` (#30945) 2 years ago
AJ Heller 18a8f6aad9
Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
Richard Belleville 468768865b
Make Buildifier Sanity Test Strict (#27807) 3 years ago
Craig Tiller d1e01ac139
Add a test for a (now-illegal) build file construct (#27602) 3 years ago
Craig Tiller ea389c00c2
Adjust include order per style guide (#27175) 3 years ago
vperus 53701640c6
codegen: Correct indentation (#26702) 3 years ago
Vijay Pai 4aa9591662
Devirtualize experimental_async() as a stub function (#26532) 3 years ago
Vijay Pai cf1ebf7387
Remove experimental tag from uses of the C++ callback API (#26495) 3 years ago
mkruskal-google 2bf75aa68a
Add optional suffix to client-side stub objects (#25996) 4 years ago
Vijay Pai 33d7aaffe8
Fix const-ness of callback client read RPC requests (#25763) 4 years ago
Mark D. Roth 27e1c1c56d clang-tidy: enable google-readability-braces-around-statements 4 years ago
capstan 131579d52d Roll forward of commit 7883b51: Use abseil's flags in tests. 4 years ago
Nathan Herring da66b7d14e
Revert "Abseil Flags" 4 years ago
capstan 7883b5133d Use abseil's flags in tests. 4 years ago
Vijay Pai 25cbc854d2 Fix compiler_test_golden 4 years ago
Alisha Nanda 25c35b6db7 Revert "Revert "Merge pull request #24047 from grpc/revert-23916-server-context"" 4 years ago
Karthik Ravi Shankar 67667eb7b6 Revert ... 4 years ago
Alisha Nanda 84c4994dc7 Revert "Merge pull request #24047 from grpc/revert-23916-server-context" 4 years ago
Karthik Ravi Shankar b657c8d79c
Revert "Revert "Move ServerContext from ::grpc_impl to ::grpc"" 4 years ago
Karthik Ravi Shankar f1abdd1725
Revert "Move ServerContext from ::grpc_impl to ::grpc" 4 years ago
Karthik Ravi Shankar 75187ec316 fix golden test file for codegen test 4 years ago
Esun Kim 3e7d5976b5 Add TestEnvironment to tests 4 years ago
Esun Kim f2374fb591 Add TestEnvironment to tests 4 years ago