Masood Malekghassemi 53360f2d1c Backport Python features to 1.0.x 9 ani în urmă
..
README.md 5b2e172e57 Create README.md 9 ani în urmă
config.h d23710787b Merge remote-tracking branch 'upstream/master' into reflection_separate_lib 9 ani în urmă
cpp_generator.cc ce350a5925 override->GRPC_OVERRIDE 9 ani în urmă
cpp_generator.h 6b16aaae96 merge and resolve conflict 10 ani în urmă
cpp_generator_helpers.h 210f3c4b8e Added comments to node generation, also refactored some plugin code 9 ani în urmă
cpp_plugin.cc 210f3c4b8e Added comments to node generation, also refactored some plugin code 9 ani în urmă
csharp_generator.cc 333658177d generate server base class as partial too 9 ani în urmă
csharp_generator.h 4e0f73cddb add internal_access option for C# codegen 10 ani în urmă
csharp_generator_helpers.h 210f3c4b8e Added comments to node generation, also refactored some plugin code 9 ani în urmă
csharp_plugin.cc 4e0f73cddb add internal_access option for C# codegen 10 ani în urmă
generator_helpers.h ce350a5925 override->GRPC_OVERRIDE 9 ani în urmă
node_generator.cc ac7408de70 Clang format code 9 ani în urmă
node_generator.h 210f3c4b8e Added comments to node generation, also refactored some plugin code 9 ani în urmă
node_generator_helpers.h 210f3c4b8e Added comments to node generation, also refactored some plugin code 9 ani în urmă
node_plugin.cc 210f3c4b8e Added comments to node generation, also refactored some plugin code 9 ani în urmă
objective_c_generator.cc d2c0256540 Merge pull request #6855 from makdharma/issue6834 9 ani în urmă
objective_c_generator.h 52592fc784 Use class names for types as generated by the messages plugin 10 ani în urmă
objective_c_generator_helpers.h 52592fc784 Use class names for types as generated by the messages plugin 10 ani în urmă
objective_c_plugin.cc 77f8da22ee added a comment just to retrigger tests 9 ani în urmă
python_generator.cc 53360f2d1c Backport Python features to 1.0.x 9 ani în urmă
python_generator.h 53360f2d1c Backport Python features to 1.0.x 9 ani în urmă
python_plugin.cc 71448b2898 Use open-source defaults to propagate Python plugin configuration 9 ani în urmă
ruby_generator.cc 79a1375f2a fix type comparison in ruby plugin 9 ani în urmă
ruby_generator.h 478568e7c9 Use grpc:: counterparts in ruby code generator 11 ani în urmă
ruby_generator_helpers-inl.h 5a2c91806f Updated ruby protos to use new _pb filename 9 ani în urmă
ruby_generator_map-inl.h 478568e7c9 Use grpc:: counterparts in ruby code generator 11 ani în urmă
ruby_generator_string-inl.h cac9ba4f22 ruby: Use fully-qualified type name when necessary 10 ani în urmă
ruby_plugin.cc 478568e7c9 Use grpc:: counterparts in ruby code generator 11 ani în urmă

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.