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.
 
 
 
 
 
 
Yousuk Seung c40ea61261 Add options to omit CQ or sync server APIs in generated code 11 months ago
..
.clang-format [clang-format] Remove requirement that port_platform.h is at the top (#36283) 12 months ago
BUILD [protobuf] Upgrade third_party/protobuf to 22.x (#32606) 2 years ago
README.md fix markdown render error 8 years ago
config.h Revert previous change to PluginMain (#34202) 2 years ago
config_protobuf.h Internal change 1 year ago
cpp_generator.cc Add options to omit CQ or sync server APIs in generated code 11 months ago
cpp_generator.h Add options to omit CQ or sync server APIs in generated code 11 months 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 Add options to omit CQ or sync server APIs in generated code 11 months ago
csharp_generator.cc [csharp] Fix csharp doc comments (#36000) 12 months 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 [csharp codegen] Handle empty base_namespace option value to fix #34113 (#34137) 2 years ago
csharp_plugin.cc Mark grpc generators for editions support. 1 year ago
generator_helpers.h [codegen] Escape '$' delimiter in proto comments (#32411) 2 years ago
node_generator.cc Adjust include order per style guide (#27175) 4 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 [protobuf] Upgrade third_party/protobuf to 22.x (#32606) 2 years ago
objective_c_generator.h [obj-c] Drop remaining usages of 'using std::string' (#31517) 2 years ago
objective_c_generator_helpers.h [obj-c] Drop remaining usages of 'using std::string' (#31517) 2 years ago
objective_c_plugin.cc Mark grpc generators for editions support. 1 year ago
php_generator.cc [PHP] Add @deprecated tag in PHP generated methods and services (#32652) 2 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] Fix path munging when package is absent (#33126) 2 years ago
php_plugin.cc Mark grpc generators for editions support. 1 year ago
proto_parser_helper.cc [codegen] Escape '$' delimiter in proto comments (#32411) 2 years ago
proto_parser_helper.h [codegen] Escape '$' delimiter in proto comments (#32411) 2 years ago
protobuf_plugin.h Adjust include order per style guide (#27175) 4 years ago
python_generator.cc Mark grpc generators for editions support. 1 year ago
python_generator.h Mark grpc generators for editions support. 1 year ago
python_generator_helpers.h Pointing the protobuf submodule to the new URL (#26811) 4 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 [Ruby] rubify type names start with lower case or non-alpha characters (#32604) 2 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) 4 years ago
ruby_generator_string-inl.h [Ruby] rubify type names start with lower case or non-alpha characters (#32604) 2 years ago
ruby_plugin.cc Mark grpc generators for editions support. 1 year ago
schema_interface.h Adjust include order per style guide (#27175) 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.