kpayson64 f2ceefb9e2 Merge pull request #8063 from royalharsh/buffers преди 9 години
..
README.md 9f00073f3c fix markdown render error преди 9 години
config.h ac59245624 Clang-format all the things преди 9 години
cpp_generator.cc 974f3d797a remove lang specific streaming methods преди 9 години
cpp_generator.h 31e74bb0f3 Update sources & headers преди 9 години
cpp_generator_helpers.h 5b8fa87282 Refactor python code generator to support other serializers преди 9 години
cpp_plugin.cc 5b8fa87282 Refactor python code generator to support other serializers преди 9 години
csharp_generator.cc 482e2d2010 prevent name clashes in C# generated code преди 9 години
csharp_generator.h 4e0f73cddb add internal_access option for C# codegen преди 10 години
csharp_generator_helpers.h ac59245624 Clang-format all the things преди 9 години
csharp_plugin.cc ac59245624 Clang-format all the things преди 9 години
generator_helpers.h ac59245624 Clang-format all the things преди 9 години
node_generator.cc ff4f004b5e Clang format code преди 9 години
node_generator.h 210f3c4b8e Added comments to node generation, also refactored some plugin code преди 10 години
node_generator_helpers.h ac59245624 Clang-format all the things преди 9 години
node_plugin.cc 210f3c4b8e Added comments to node generation, also refactored some plugin code преди 10 години
objective_c_generator.cc ac59245624 Clang-format all the things преди 9 години
objective_c_generator.h 52592fc784 Use class names for types as generated by the messages plugin преди 11 години
objective_c_generator_helpers.h ac59245624 Clang-format all the things преди 9 години
objective_c_plugin.cc ac59245624 Clang-format all the things преди 9 години
php_generator.cc e718647ed0 fix the namespacing for php docs on clients преди 9 години
php_generator.h 1a3f4a55c2 PHP: make tests runnable on both protobuf 3.1 and 3.2 преди 9 години
php_generator_helpers.h 1a3f4a55c2 PHP: make tests runnable on both protobuf 3.1 and 3.2 преди 9 години
php_plugin.cc 1a3f4a55c2 PHP: make tests runnable on both protobuf 3.1 and 3.2 преди 9 години
protobuf_plugin.h d48ee255b2 Update преди 9 години
python_generator.cc abf9ce25d9 Fix merge conflicts преди 9 години
python_generator.h 5b8fa87282 Refactor python code generator to support other serializers преди 9 години
python_generator_helpers.h abf9ce25d9 Fix merge conflicts преди 9 години
python_plugin.cc 5b8fa87282 Refactor python code generator to support other serializers преди 9 години
python_private_generator.h 4b0ba1a690 clang-format преди 9 години
ruby_generator.cc 45096614fe Fix incorrect ruby_generator.cc merge преди 9 години
ruby_generator.h 478568e7c9 Use grpc:: counterparts in ruby code generator преди 11 години
ruby_generator_helpers-inl.h 5a2c91806f Updated ruby protos to use new _pb filename преди 9 години
ruby_generator_map-inl.h ac59245624 Clang-format all the things преди 9 години
ruby_generator_string-inl.h cac9ba4f22 ruby: Use fully-qualified type name when necessary преди 10 години
ruby_plugin.cc 478568e7c9 Use grpc:: counterparts in ruby code generator преди 11 години
schema_interface.h d48ee255b2 Update преди 9 години

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.