grpc/src/compiler
Stanley Cheung 1a3f4a55c2 PHP: make tests runnable on both protobuf 3.1 and 3.2 2017-01-30 20:39:22 -08:00
..
README.md Create README.md 2016-10-12 18:00:39 +02:00
config.h Clang-format all the things 2016-07-12 13:20:39 -07:00
cpp_generator.cc Stop generating method name array when there is no method. 2017-01-19 10:57:56 -08:00
cpp_generator.h Add a header to override grpc::string when needed 2016-08-30 10:44:06 -07:00
cpp_generator_helpers.h Added comments to node generation, also refactored some plugin code 2016-05-20 13:24:59 -07:00
cpp_plugin.cc Clang-format all the things 2016-07-12 13:20:39 -07:00
csharp_generator.cc Generate param comments in C# proto plugin 2016-12-13 17:50:58 +01:00
csharp_generator.h add internal_access option for C# codegen 2016-04-26 18:01:35 -07:00
csharp_generator_helpers.h Clang-format all the things 2016-07-12 13:20:39 -07:00
csharp_plugin.cc Clang-format all the things 2016-07-12 13:20:39 -07:00
generator_helpers.h Clang-format all the things 2016-07-12 13:20:39 -07:00
node_generator.cc Clang format code 2016-08-12 11:44:17 -07:00
node_generator.h Added comments to node generation, also refactored some plugin code 2016-05-20 13:24:59 -07:00
node_generator_helpers.h Clang-format all the things 2016-07-12 13:20:39 -07:00
node_plugin.cc Added comments to node generation, also refactored some plugin code 2016-05-20 13:24:59 -07:00
objective_c_generator.cc Clang-format all the things 2016-07-12 13:20:39 -07:00
objective_c_generator.h Use class names for types as generated by the messages plugin 2015-06-01 01:11:05 -07:00
objective_c_generator_helpers.h Clang-format all the things 2016-07-12 13:20:39 -07:00
objective_c_plugin.cc Clang-format all the things 2016-07-12 13:20:39 -07:00
php_generator.cc PHP: make tests runnable on both protobuf 3.1 and 3.2 2017-01-30 20:39:22 -08:00
php_generator.h PHP: make tests runnable on both protobuf 3.1 and 3.2 2017-01-30 20:39:22 -08:00
php_generator_helpers.h PHP: make tests runnable on both protobuf 3.1 and 3.2 2017-01-30 20:39:22 -08:00
php_plugin.cc PHP: make tests runnable on both protobuf 3.1 and 3.2 2017-01-30 20:39:22 -08:00
python_generator.cc Add `auto-gen`d comment to `_pb2_grpc.py` files 2016-12-28 16:59:24 -08:00
python_generator.h Enable split code generation 2016-10-28 14:53:10 -07:00
python_plugin.cc Use open-source defaults to propagate Python plugin configuration 2016-06-29 11:41:24 -07:00
ruby_generator.cc Fix incorrect ruby_generator.cc merge 2016-10-28 12:53:59 -07:00
ruby_generator.h Use grpc:: counterparts in ruby code generator 2015-03-23 22:09:22 -07:00
ruby_generator_helpers-inl.h Updated ruby protos to use new _pb filename 2016-07-26 18:36:42 -07:00
ruby_generator_map-inl.h Clang-format all the things 2016-07-12 13:20:39 -07:00
ruby_generator_string-inl.h ruby: Use fully-qualified type name when necessary 2016-04-06 15:25:49 -07:00
ruby_plugin.cc Use grpc:: counterparts in ruby code generator 2015-03-23 22:09:22 -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.