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.
 
 
 
 
 
 
Richard Belleville 468768865b
Make Buildifier Sanity Test Strict (#27807)
3 years ago
..
BUILD Make Buildifier Sanity Test Strict (#27807) 3 years ago
README.md fix markdown render error 8 years ago
config.h Adjust include order per style guide (#27175) 3 years ago
config_protobuf.h Update csharp_generator.cc to be compatible with internal and public version of protobuf (#25514) 4 years ago
cpp_generator.cc Adjust include order per style guide (#27175) 3 years ago
cpp_generator.h Replaced grpc::string with std::string 5 years ago
cpp_generator_helpers.h Replaced grpc::string with std::string 5 years ago
cpp_plugin.cc Extracted the code of Cpp Generator into a header 6 years ago
cpp_plugin.h Adjust include order per style guide (#27175) 3 years ago
csharp_generator.cc Adjust include order per style guide (#27175) 3 years ago
csharp_generator.h Update csharp_generator.cc to be compatible with internal and public version of protobuf (#25514) 4 years ago
csharp_generator_helpers.h Add C# plugin "file_suffix" option defaulting to "Grpc.cs" (#26162) 4 years ago
csharp_plugin.cc Fix C# protoc plugin argument parsing (#26896) 3 years ago
generator_helpers.h Replaced grpc::string with std::string 5 years ago
node_generator.cc Adjust include order per style guide (#27175) 3 years ago
node_generator.h Replaced grpc::string with std::string 5 years ago
node_generator_helpers.h Replaced grpc::string with std::string 5 years ago
node_plugin.cc Replaced grpc::string with std::string 5 years ago
objective_c_generator.cc Adjust include order per style guide (#27175) 3 years ago
objective_c_generator.h Replaced grpc::string with std::string 5 years ago
objective_c_generator_helpers.h Adjust include order per style guide (#27175) 3 years ago
objective_c_plugin.cc Revert "[objc] Switch to forward declare proto & clean up (#27444)" (#27521) 3 years ago
php_generator.cc Adjust include order per style guide (#27175) 3 years ago
php_generator.h PHP: php server commit 4/n, add RpcServer, generator and server examples (#25640) 4 years ago
php_generator_helpers.h PHP: php server commit 4/n, add RpcServer, generator and server examples (#25640) 4 years ago
php_plugin.cc PHP: php server commit 4/n, add RpcServer, generator and server examples (#25640) 4 years ago
protobuf_plugin.h Adjust include order per style guide (#27175) 3 years ago
python_generator.cc Adjust include order per style guide (#27175) 3 years ago
python_generator.h Pointing the protobuf submodule to the new URL (#26811) 3 years ago
python_generator_helpers.h Pointing the protobuf submodule to the new URL (#26811) 3 years ago
python_plugin.cc auto-fix most of licenses 8 years ago
python_private_generator.h Replaced grpc::string with std::string 5 years ago
ruby_generator.cc Adjust include order per style guide (#27175) 3 years ago
ruby_generator.h Replaced grpc::string with std::string 5 years ago
ruby_generator_helpers-inl.h Replaced grpc::string with std::string 5 years ago
ruby_generator_map-inl.h Adjust include order per style guide (#27175) 3 years ago
ruby_generator_string-inl.h Adjust include order per style guide (#27175) 3 years ago
ruby_plugin.cc Replaced grpc::string with std::string 5 years ago
schema_interface.h Adjust include order per style guide (#27175) 3 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.