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.
 
 
 
 
 
 
chentanjun 4ecc1fe6a4 fix the wrong word 5 years ago
..
BUILD Move compiler targets from /BUILD to /src/compiler/BUILD 6 years ago
README.md fix markdown render error 8 years ago
config.h Move compiler targets from /BUILD to /src/compiler/BUILD 6 years ago
config_protobuf.h Move compiler targets from /BUILD to /src/compiler/BUILD 6 years ago
cpp_generator.cc Merge branch 'master' into move-method-handler 6 years ago
cpp_generator.h Add options to support alternative extension for include files 6 years ago
cpp_generator_helpers.h Remove the redundant words in comments 6 years ago
cpp_plugin.cc Extracted the code of Cpp Generator into a header 6 years ago
cpp_plugin.h Extracted the code of Cpp Generator into a header 6 years ago
csharp_generator.cc Revert "C# lite client codegen" 6 years ago
csharp_generator.h Revert "C# lite client codegen" 6 years ago
csharp_generator_helpers.h Remove the redundant words in comments 6 years ago
csharp_plugin.cc Revert "C# lite client codegen" 6 years ago
generator_helpers.h Alright. We'll do our own thing then 6 years ago
node_generator.cc cleanup formatting with clang_format_code.sh 7 years ago
node_generator.h cleanup formatting with clang_format_code.sh 7 years ago
node_generator_helpers.h Remove the redundant words in comments 6 years ago
node_plugin.cc cleanup formatting with clang_format_code.sh 7 years ago
objective_c_generator.cc Revert "Revert #19704 and #20060" 6 years ago
objective_c_generator.h Revert "Revert #19704 and #20060" 6 years ago
objective_c_generator_helpers.h Refined edge case checks + added comments 6 years ago
objective_c_plugin.cc Revert "Revert #19704 and #20060" 6 years ago
php_generator.cc update php plugin with protobuf 3.5.0 7 years ago
php_generator.h Update clang-format to 5.0 7 years ago
php_generator_helpers.h Remove the redundant words in comments 6 years ago
php_plugin.cc Update clang-format to 5.0 7 years ago
protobuf_plugin.h Add configurable list of module prefixes to be stripped in Python gRPC protoc plugin. 6 years ago
python_generator.cc Fix default case 6 years ago
python_generator.h Add configurable list of module prefixes to be stripped in Python gRPC protoc plugin. 6 years ago
python_generator_helpers.h Alright. We'll do our own thing then 6 years ago
python_plugin.cc auto-fix most of licenses 8 years ago
python_private_generator.h auto-fix most of licenses 8 years ago
ruby_generator.cc Allow :: in ruby_package 6 years ago
ruby_generator.h Update clang-format to 5.0 7 years ago
ruby_generator_helpers-inl.h Remove the redundant words in comments 6 years ago
ruby_generator_map-inl.h Update clang-format to 5.0 7 years ago
ruby_generator_string-inl.h fix the wrong word 5 years ago
ruby_plugin.cc Update clang-format to 5.0 7 years ago
schema_interface.h Add configurable list of module prefixes to be stripped in Python gRPC protoc plugin. 6 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.