Muxi Yan 761d16eca1 Merge pull request #14837 from nallohki/master 7 years ago
..
README.md 9f00073f3c fix markdown render error 8 years ago
config.h 0e00c43082 Move headers from grpc++ to grpcpp 8 years ago
cpp_generator.cc 0e00c43082 Move headers from grpc++ to grpcpp 8 years ago
cpp_generator.h 48cb025ec7 Add hooks so that code generator can inject headers to grpc.pb.h file 8 years ago
cpp_generator_helpers.h baa14a975e Update clang-format to 5.0 8 years ago
cpp_plugin.cc 48cb025ec7 Add hooks so that code generator can inject headers to grpc.pb.h file 8 years ago
csharp_generator.cc 43c58ccedb explicit naming of types in generated code 8 years ago
csharp_generator.h baa14a975e Update clang-format to 5.0 8 years ago
csharp_generator_helpers.h baa14a975e Update clang-format to 5.0 8 years ago
csharp_plugin.cc baa14a975e Update clang-format to 5.0 8 years ago
generator_helpers.h baa14a975e Update clang-format to 5.0 8 years ago
node_generator.cc c04f4f16cd Revert "Revert "Do not interpolate variables in leading comments."" 8 years ago
node_generator.h baa14a975e Update clang-format to 5.0 8 years ago
node_generator_helpers.h 7897ae9308 auto-fix most of licenses 8 years ago
node_plugin.cc baa14a975e Update clang-format to 5.0 8 years ago
objective_c_generator.cc 19ca19beed Fix indent 7 years ago
objective_c_generator.h 87c4001006 Updates Objective-C Generation to allow for ommission of the generated @interface and @implementation 8 years ago
objective_c_generator_helpers.h 3d35c54620 Run clang-format 8 years ago
objective_c_plugin.cc 3b33409e66 clang format 7 years ago
php_generator.cc 39a4746ca6 update php plugin with protobuf 3.5.0 8 years ago
php_generator.h baa14a975e Update clang-format to 5.0 8 years ago
php_generator_helpers.h baa14a975e Update clang-format to 5.0 8 years ago
php_plugin.cc baa14a975e Update clang-format to 5.0 8 years ago
protobuf_plugin.h c04f4f16cd Revert "Revert "Do not interpolate variables in leading comments."" 8 years ago
python_generator.cc c04f4f16cd Revert "Revert "Do not interpolate variables in leading comments."" 8 years ago
python_generator.h 7897ae9308 auto-fix most of licenses 8 years ago
python_generator_helpers.h 4fdb08ad62 Revert "Restructure plugin builds to avoid building more than needed" 8 years ago
python_plugin.cc 7897ae9308 auto-fix most of licenses 8 years ago
python_private_generator.h 7897ae9308 auto-fix most of licenses 8 years ago
ruby_generator.cc 8b7007ad7b Updates the ruby generator RubyAsType to correctly account for underscores in packages 7 years ago
ruby_generator.h baa14a975e Update clang-format to 5.0 8 years ago
ruby_generator_helpers-inl.h baa14a975e Update clang-format to 5.0 8 years ago
ruby_generator_map-inl.h baa14a975e Update clang-format to 5.0 8 years ago
ruby_generator_string-inl.h 8b7007ad7b Updates the ruby generator RubyAsType to correctly account for underscores in packages 7 years ago
ruby_plugin.cc baa14a975e Update clang-format to 5.0 8 years ago
schema_interface.h c04f4f16cd Revert "Revert "Do not interpolate variables in leading comments."" 8 years ago

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.