Stanley Cheung 1a3f4a55c2 PHP: make tests runnable on both protobuf 3.1 and 3.2 %!s(int64=9) %!d(string=hai) anos
..
README.md 5b2e172e57 Create README.md %!s(int64=9) %!d(string=hai) anos
config.h ac59245624 Clang-format all the things %!s(int64=9) %!d(string=hai) anos
cpp_generator.cc 20115614e1 Stop generating method name array when there is no method. %!s(int64=9) %!d(string=hai) anos
cpp_generator.h aea106ec7d Add a header to override grpc::string when needed %!s(int64=9) %!d(string=hai) anos
cpp_generator_helpers.h 210f3c4b8e Added comments to node generation, also refactored some plugin code %!s(int64=9) %!d(string=hai) anos
cpp_plugin.cc ac59245624 Clang-format all the things %!s(int64=9) %!d(string=hai) anos
csharp_generator.cc 00f66361b7 Generate param comments in C# proto plugin %!s(int64=9) %!d(string=hai) anos
csharp_generator.h 4e0f73cddb add internal_access option for C# codegen %!s(int64=9) %!d(string=hai) anos
csharp_generator_helpers.h ac59245624 Clang-format all the things %!s(int64=9) %!d(string=hai) anos
csharp_plugin.cc ac59245624 Clang-format all the things %!s(int64=9) %!d(string=hai) anos
generator_helpers.h ac59245624 Clang-format all the things %!s(int64=9) %!d(string=hai) anos
node_generator.cc ff4f004b5e Clang format code %!s(int64=9) %!d(string=hai) anos
node_generator.h 210f3c4b8e Added comments to node generation, also refactored some plugin code %!s(int64=9) %!d(string=hai) anos
node_generator_helpers.h ac59245624 Clang-format all the things %!s(int64=9) %!d(string=hai) anos
node_plugin.cc 210f3c4b8e Added comments to node generation, also refactored some plugin code %!s(int64=9) %!d(string=hai) anos
objective_c_generator.cc ac59245624 Clang-format all the things %!s(int64=9) %!d(string=hai) anos
objective_c_generator.h 52592fc784 Use class names for types as generated by the messages plugin %!s(int64=10) %!d(string=hai) anos
objective_c_generator_helpers.h ac59245624 Clang-format all the things %!s(int64=9) %!d(string=hai) anos
objective_c_plugin.cc ac59245624 Clang-format all the things %!s(int64=9) %!d(string=hai) anos
php_generator.cc 1a3f4a55c2 PHP: make tests runnable on both protobuf 3.1 and 3.2 %!s(int64=9) %!d(string=hai) anos
php_generator.h 1a3f4a55c2 PHP: make tests runnable on both protobuf 3.1 and 3.2 %!s(int64=9) %!d(string=hai) anos
php_generator_helpers.h 1a3f4a55c2 PHP: make tests runnable on both protobuf 3.1 and 3.2 %!s(int64=9) %!d(string=hai) anos
php_plugin.cc 1a3f4a55c2 PHP: make tests runnable on both protobuf 3.1 and 3.2 %!s(int64=9) %!d(string=hai) anos
python_generator.cc 0d62d7e8d7 Add `auto-gen`d comment to `_pb2_grpc.py` files %!s(int64=9) %!d(string=hai) anos
python_generator.h d953959e2b Enable split code generation %!s(int64=9) %!d(string=hai) anos
python_plugin.cc 71448b2898 Use open-source defaults to propagate Python plugin configuration %!s(int64=9) %!d(string=hai) anos
ruby_generator.cc 45096614fe Fix incorrect ruby_generator.cc merge %!s(int64=9) %!d(string=hai) anos
ruby_generator.h 478568e7c9 Use grpc:: counterparts in ruby code generator %!s(int64=10) %!d(string=hai) anos
ruby_generator_helpers-inl.h 5a2c91806f Updated ruby protos to use new _pb filename %!s(int64=9) %!d(string=hai) anos
ruby_generator_map-inl.h ac59245624 Clang-format all the things %!s(int64=9) %!d(string=hai) anos
ruby_generator_string-inl.h cac9ba4f22 ruby: Use fully-qualified type name when necessary %!s(int64=9) %!d(string=hai) anos
ruby_plugin.cc 478568e7c9 Use grpc:: counterparts in ruby code generator %!s(int64=10) %!d(string=hai) anos

README.md

#Overview

This directory contains source code for gRPC protocol buffer compiler (protoc) plugins. Along with protoc, these plugins are used to generate gRPC client and server stubs from .proto files.