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.
 
 
 
 
 
 
Vijay Pai afe4d1d086 Reduce templating for async client unary call codegen 4 years ago
..
BUILD A bit of cleanup 4 years ago
README.md fix markdown render error 8 years ago
config.h Replaced grpc::string with std::string 4 years ago
config_protobuf.h Move compiler targets from /BUILD to /src/compiler/BUILD 5 years ago
cpp_generator.cc Reduce templating for async client unary call codegen 4 years ago
cpp_generator.h Replaced grpc::string with std::string 4 years ago
cpp_generator_helpers.h Replaced grpc::string with std::string 4 years ago
cpp_plugin.cc Extracted the code of Cpp Generator into a header 6 years ago
cpp_plugin.h Replaced grpc::string with std::string 4 years ago
csharp_generator.cc C# generator: use buffer serialization 4 years ago
csharp_generator.h Replaced grpc::string with std::string 4 years ago
csharp_generator_helpers.h Replaced grpc::string with std::string 4 years ago
csharp_plugin.cc Replaced grpc::string with std::string 4 years ago
generator_helpers.h Replaced grpc::string with std::string 4 years ago
node_generator.cc Replaced grpc::string with std::string 4 years ago
node_generator.h Replaced grpc::string with std::string 4 years ago
node_generator_helpers.h Replaced grpc::string with std::string 4 years ago
node_plugin.cc Replaced grpc::string with std::string 4 years ago
objective_c_generator.cc Replaced grpc::string with std::string 4 years ago
objective_c_generator.h Replaced grpc::string with std::string 4 years ago
objective_c_generator_helpers.h Replaced grpc::string with std::string 4 years ago
objective_c_plugin.cc Import <Foundation/Foundation.h> so that NSObject is defined when GPB_GRPC_PROTOCOL_ONLY=1 4 years ago
php_generator.cc change return type annotation of generated PHP methods 4 years ago
php_generator.h Replaced grpc::string with std::string 4 years ago
php_generator_helpers.h Replaced grpc::string with std::string 4 years ago
php_plugin.cc Replaced grpc::string with std::string 4 years ago
protobuf_plugin.h Replaced grpc::string with std::string 4 years ago
python_generator.cc Replaced grpc::string with std::string 4 years ago
python_generator.h Replaced grpc::string with std::string 4 years ago
python_generator_helpers.h Fix undefined behavior when Python plugin is given no args 4 years ago
python_plugin.cc auto-fix most of licenses 8 years ago
python_private_generator.h Replaced grpc::string with std::string 4 years ago
ruby_generator.cc Fix ruby protoc plugin when message is in another package 4 years ago
ruby_generator.h Replaced grpc::string with std::string 4 years ago
ruby_generator_helpers-inl.h Replaced grpc::string with std::string 4 years ago
ruby_generator_map-inl.h Replaced grpc::string with std::string 4 years ago
ruby_generator_string-inl.h use absolute package name, add test cases 4 years ago
ruby_plugin.cc Replaced grpc::string with std::string 4 years ago
schema_interface.h Replaced grpc::string with std::string 4 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.