The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Manuel Kroiss 6580894218 Fix python imports in gRPC generated python code 8 years ago
..
README.md fix markdown render error 8 years ago
config.h Clang-format all the things 9 years ago
cpp_generator.cc Merge pull request #10644 from MakMukhi/master 8 years ago
cpp_generator.h formatting 8 years ago
cpp_generator_helpers.h Refactor python code generator to support other serializers 8 years ago
cpp_plugin.cc formatting 8 years ago
csharp_generator.cc prevent name clashes in C# generated code 8 years ago
csharp_generator.h add internal_access option for C# codegen 9 years ago
csharp_generator_helpers.h Clang-format all the things 9 years ago
csharp_plugin.cc Clang-format all the things 9 years ago
generator_helpers.h Clang-format all the things 9 years ago
node_generator.cc Clang format code 9 years ago
node_generator.h Added comments to node generation, also refactored some plugin code 9 years ago
node_generator_helpers.h Clang-format all the things 9 years ago
node_plugin.cc Added comments to node generation, also refactored some plugin code 9 years ago
objective_c_generator.cc Revert API to change default queue for a stub 8 years ago
objective_c_generator.h Use class names for types as generated by the messages plugin 10 years ago
objective_c_generator_helpers.h Clang-format all the things 9 years ago
objective_c_plugin.cc Support in ProtoRPC 8 years ago
php_generator.cc fix the namespacing for php docs on clients 8 years ago
php_generator.h PHP: make tests runnable on both protobuf 3.1 and 3.2 8 years ago
php_generator_helpers.h PHP: make tests runnable on both protobuf 3.1 and 3.2 8 years ago
php_plugin.cc PHP: make tests runnable on both protobuf 3.1 and 3.2 8 years ago
protobuf_plugin.h Update 8 years ago
python_generator.cc Fix python imports in gRPC generated python code 8 years ago
python_generator.h Refactor python code generator to support other serializers 8 years ago
python_generator_helpers.h Fix merge conflicts 8 years ago
python_plugin.cc Refactor python code generator to support other serializers 8 years ago
python_private_generator.h clang-format 8 years ago
ruby_generator.cc Fix incorrect ruby_generator.cc merge 9 years ago
ruby_generator.h Use grpc:: counterparts in ruby code generator 10 years ago
ruby_generator_helpers-inl.h Updated ruby protos to use new _pb filename 9 years ago
ruby_generator_map-inl.h Clang-format all the things 9 years ago
ruby_generator_string-inl.h ruby: Use fully-qualified type name when necessary 9 years ago
ruby_plugin.cc Use grpc:: counterparts in ruby code generator 10 years ago
schema_interface.h Update 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.