Vijay Pai
|
320ed13d3e
|
Deprecate grpc::thread and sync in favor of std::thread,mutex,etc
|
2016-11-01 17:16:55 -07:00 |
Vijay Pai
|
713c7b87e1
|
clang-format
|
2016-11-01 16:33:18 -07:00 |
Vijay Pai
|
c0b2acb1a0
|
Use C++11 final and override
|
2016-11-01 16:31:56 -07:00 |
Nicolas "Pixel" Noble
|
e053e730d2
|
Avoid using certain C++11-isms with grpc::thread, as it's not necessarily std::thread.
|
2016-07-14 00:42:07 +02:00 |
Craig Tiller
|
04a468122f
|
Add comment
|
2016-06-21 09:16:57 -07:00 |
Craig Tiller
|
d263b925e8
|
Make sure to poll cq
|
2016-06-21 09:15:57 -07:00 |
vjpai
|
97da6473b4
|
Manual clang-format
|
2016-06-13 09:56:26 -07:00 |
Vijay Pai
|
15855f3e7f
|
Switch server builder plugin API to something that will work with gcc4.4
|
2016-06-10 12:25:32 -07:00 |
Jan Tattermusch
|
2ff798629c
|
Merge pull request #6664 from dklempner/server_builder_plugin_test
Fix a missing initialization
|
2016-06-02 20:28:39 -04:00 |
Craig Tiller
|
718ce51af8
|
Fix server plugin test
|
2016-05-20 10:44:23 -07:00 |
Craig Tiller
|
aae6c2cb96
|
Fix server plugin test
|
2016-05-20 08:58:30 -07:00 |
David Klempner
|
b941d5a4aa
|
Fix a missing initialization
|
2016-05-19 21:00:47 -07:00 |
Yuchen Zeng
|
7d099a5c90
|
Fix naming and comment problems
|
2016-05-06 13:21:36 -07:00 |
Yuchen Zeng
|
3b8f3354de
|
Add plugins at the time of static initialization
|
2016-05-03 12:18:13 -07:00 |
Yuchen Zeng
|
c049035bed
|
Add GRPC_ prefix for macros
|
2016-04-29 14:05:08 -07:00 |
Yuchen Zeng
|
018bf1a864
|
modified has_async_methods and has_sync_methods of TestServerBuilderPlugin
|
2016-04-29 13:39:17 -07:00 |
Yuchen Zeng
|
a42ec21341
|
Server builder plugin
|
2016-04-29 13:05:36 -07:00 |