39 Commits (d94313b949fe0f6c1670f8aef526e081fa94a7f0)

Author SHA1 Message Date
Yijie Ma f99b8b5bc4
Convert c-style comments to C++-style comments (#31923) 2 years ago
Craig Tiller 9c98d67d7a
[c++14] absl::make_unique --> std::make_unique (#31159) 2 years ago
AJ Heller 18a8f6aad9
Refactor end2end tests to exercise each EventEngine (#29202) 3 years ago
AJ Heller 85189b24bb
Reintroduce: Avoid fully qualifying namespaces (and add check) (#28917) 3 years ago
AJ Heller e72a5fe5dd
Revert "Avoid fully qualifying namespaces (and add check) (#28901)" (#28916) 3 years ago
AJ Heller fc7314c701
Avoid fully qualifying namespaces (and add check) (#28901) 3 years ago
Craig Tiller ea389c00c2
Adjust include order per style guide (#27175) 3 years ago
Mark D. Roth 27e1c1c56d clang-tidy: enable google-readability-braces-around-statements 4 years ago
Esun Kim 6ae8463500 Fix by modernize-make-unique 4 years ago
Esun Kim 165ee5007a Replaced grpc::string with std::string 4 years ago
Mehrdad Afshari d9e3a49fe1 Fix server_builder_plugin_test 5 years ago
Vijay Pai fbfaffaf5a clang-format 5 years ago
Vijay Pai 30f1230c10 Remove unused parameter warning (16 of 20) 5 years ago
Vijay Pai 5d7e4bb301 Stop using deprecated gtest macros 5 years ago
Karthik Ravi Shankar 603d014f0e Changes to fold credentials into grpc_impl from grpc 6 years ago
yang-g e75fc243da change tests to use the new class instead of grpc_test_init 6 years ago
Vijay Pai c90a85649b Change grpc++ references in names to grpcpp 7 years ago
Muxi Yan 6f0b195d20 Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_* 7 years ago
Muxi Yan 8fa4d15513 Fix C++ builds 7 years ago
Jan Tattermusch 7897ae9308 auto-fix most of licenses 8 years ago
Nicolas "Pixel" Noble 3726e3d37b Moving gtest include down. 8 years ago
Vijay Pai 320ed13d3e Deprecate grpc::thread and sync in favor of std::thread,mutex,etc 8 years ago
Vijay Pai 713c7b87e1 clang-format 8 years ago
Vijay Pai c0b2acb1a0 Use C++11 final and override 8 years ago
Nicolas "Pixel" Noble e053e730d2 Avoid using certain C++11-isms with grpc::thread, as it's not necessarily std::thread. 8 years ago
Craig Tiller 04a468122f Add comment 9 years ago
Craig Tiller d263b925e8 Make sure to poll cq 9 years ago
vjpai 97da6473b4 Manual clang-format 9 years ago
Vijay Pai 15855f3e7f Switch server builder plugin API to something that will work with gcc4.4 9 years ago
Craig Tiller 718ce51af8 Fix server plugin test 9 years ago
Craig Tiller aae6c2cb96 Fix server plugin test 9 years ago
David Klempner b941d5a4aa Fix a missing initialization 9 years ago
Yuchen Zeng 7d099a5c90 Fix naming and comment problems 9 years ago
Yuchen Zeng 3b8f3354de Add plugins at the time of static initialization 9 years ago
Yuchen Zeng c049035bed Add GRPC_ prefix for macros 9 years ago
Yuchen Zeng 018bf1a864 modified has_async_methods and has_sync_methods of TestServerBuilderPlugin 9 years ago
Yuchen Zeng a42ec21341 Server builder plugin 9 years ago