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.
 
 
 
 
 
 
Mehrdad Afshari d49e100354 clang-format code 7 years ago
..
README.md fix markdown render error 8 years ago
config.h auto-fix most of licenses 8 years ago
cpp_generator.cc Revert "Revert "Do not interpolate variables in leading comments."" 7 years ago
cpp_generator.h Update clang-format to 5.0 7 years ago
cpp_generator_helpers.h Update clang-format to 5.0 7 years ago
cpp_plugin.cc Update clang-format to 5.0 7 years ago
csharp_generator.cc Revert "Revert "Do not interpolate variables in leading comments."" 7 years ago
csharp_generator.h Update clang-format to 5.0 7 years ago
csharp_generator_helpers.h Update clang-format to 5.0 7 years ago
csharp_plugin.cc Update clang-format to 5.0 7 years ago
generator_helpers.h Update clang-format to 5.0 7 years ago
node_generator.cc Revert "Revert "Do not interpolate variables in leading comments."" 7 years ago
node_generator.h Update clang-format to 5.0 7 years ago
node_generator_helpers.h auto-fix most of licenses 8 years ago
node_plugin.cc Update clang-format to 5.0 7 years ago
objective_c_generator.cc clang-format code 7 years ago
objective_c_generator.h clang-format code 7 years ago
objective_c_generator_helpers.h Update clang-format to 5.0 7 years ago
objective_c_plugin.cc forward declare pbobjc.h 7 years ago
php_generator.cc Revert "Revert "Do not interpolate variables in leading comments."" 7 years ago
php_generator.h Update clang-format to 5.0 7 years ago
php_generator_helpers.h Update clang-format to 5.0 7 years ago
php_plugin.cc Update clang-format to 5.0 7 years ago
protobuf_plugin.h Revert "Revert "Do not interpolate variables in leading comments."" 7 years ago
python_generator.cc Revert "Revert "Do not interpolate variables in leading comments."" 7 years ago
python_generator.h auto-fix most of licenses 8 years ago
python_generator_helpers.h Revert "Restructure plugin builds to avoid building more than needed" 7 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 Revert "Revert "Do not interpolate variables in leading comments."" 7 years ago
ruby_generator.h Update clang-format to 5.0 7 years ago
ruby_generator_helpers-inl.h Update clang-format to 5.0 7 years ago
ruby_generator_map-inl.h Update clang-format to 5.0 7 years ago
ruby_generator_string-inl.h Update clang-format to 5.0 7 years ago
ruby_plugin.cc Update clang-format to 5.0 7 years ago
schema_interface.h Revert "Revert "Do not interpolate variables in leading comments."" 7 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.