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 8d9d8326f5 De-experimentalize generated code 5 years ago
..
BUILD Format all Bazel files with buildifier 5 years ago
README.md
config.h Move compiler targets from /BUILD to /src/compiler/BUILD 5 years ago
config_protobuf.h Move compiler targets from /BUILD to /src/compiler/BUILD 5 years ago
cpp_generator.cc De-experimentalize generated code 5 years ago
cpp_generator.h
cpp_generator_helpers.h
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" 5 years ago
csharp_generator.h Revert "C# lite client codegen" 5 years ago
csharp_generator_helpers.h
csharp_plugin.cc Revert "C# lite client codegen" 5 years ago
generator_helpers.h Remove unused-parameter warnings, round 2 (1 of 19) 5 years ago
node_generator.cc
node_generator.h
node_generator_helpers.h
node_plugin.cc
objective_c_generator.cc Revert "Revert #19704 and #20060" 5 years ago
objective_c_generator.h Revert "Revert #19704 and #20060" 5 years ago
objective_c_generator_helpers.h Refined edge case checks + added comments 5 years ago
objective_c_plugin.cc Revert "Revert #19704 and #20060" 5 years ago
php_generator.cc
php_generator.h
php_generator_helpers.h
php_plugin.cc
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 5 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 5 years ago
python_plugin.cc
python_private_generator.h
ruby_generator.cc Allow :: in ruby_package 5 years ago
ruby_generator.h
ruby_generator_helpers-inl.h
ruby_generator_map-inl.h
ruby_generator_string-inl.h fix the wrong word 5 years ago
ruby_plugin.cc Remove unused-parameter warnings, round 2 (1 of 19) 5 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.