grpc/src/compiler
Karthik Ravi Shankar 375d92be8d Merge branch 'master' into sync-stream 2020-09-08 15:14:48 -07:00
..
BUILD A bit of cleanup 2020-08-17 16:24:40 -07:00
README.md fix markdown render error 2017-03-26 00:52:56 +08:00
config.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
config_protobuf.h Move compiler targets from /BUILD to /src/compiler/BUILD 2019-07-10 10:53:07 -07:00
cpp_generator.cc Merge branch 'master' into sync-stream 2020-09-08 15:14:48 -07:00
cpp_generator.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
cpp_generator_helpers.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
cpp_plugin.cc Extracted the code of Cpp Generator into a header 2019-05-08 18:51:11 +02:00
cpp_plugin.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
csharp_generator.cc C# generator: use buffer serialization 2020-08-25 18:56:37 +02:00
csharp_generator.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
csharp_generator_helpers.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
csharp_plugin.cc Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
generator_helpers.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
node_generator.cc Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
node_generator.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
node_generator_helpers.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
node_plugin.cc Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
objective_c_generator.cc Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
objective_c_generator.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
objective_c_generator_helpers.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
objective_c_plugin.cc Import <Foundation/Foundation.h> so that NSObject is defined when GPB_GRPC_PROTOCOL_ONLY=1 2020-09-02 10:45:31 -04:00
php_generator.cc change return type annotation of generated PHP methods 2020-08-20 18:55:41 +00:00
php_generator.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
php_generator_helpers.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
php_plugin.cc Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
protobuf_plugin.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
python_generator.cc Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
python_generator.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
python_generator_helpers.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
python_plugin.cc auto-fix most of licenses 2017-06-08 11:22:41 +02:00
python_private_generator.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
ruby_generator.cc Fix ruby protoc plugin when message is in another package 2020-07-16 14:02:05 -07:00
ruby_generator.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
ruby_generator_helpers-inl.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
ruby_generator_map-inl.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
ruby_generator_string-inl.h use absolute package name, add test cases 2020-08-11 22:52:01 +00:00
ruby_plugin.cc Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
schema_interface.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00

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.