Vijay Pai 7a648854e9 Adopt the static factory pattern (#10) 8 лет назад
..
README.md 9f00073f3c fix markdown render error 8 лет назад
config.h 7897ae9308 auto-fix most of licenses 8 лет назад
cpp_generator.cc 7a648854e9 Adopt the static factory pattern (#10) 8 лет назад
cpp_generator.h 7897ae9308 auto-fix most of licenses 8 лет назад
cpp_generator_helpers.h 7897ae9308 auto-fix most of licenses 8 лет назад
cpp_plugin.cc 7897ae9308 auto-fix most of licenses 8 лет назад
csharp_generator.cc 3cbbe44384 Disable XML comment warnings in generated stubs 8 лет назад
csharp_generator.h 7897ae9308 auto-fix most of licenses 8 лет назад
csharp_generator_helpers.h 7897ae9308 auto-fix most of licenses 8 лет назад
csharp_plugin.cc 7897ae9308 auto-fix most of licenses 8 лет назад
generator_helpers.h 7897ae9308 auto-fix most of licenses 8 лет назад
node_generator.cc a178f40662 Fix quotation marks 8 лет назад
node_generator.h 7897ae9308 auto-fix most of licenses 8 лет назад
node_generator_helpers.h 7897ae9308 auto-fix most of licenses 8 лет назад
node_plugin.cc 7897ae9308 auto-fix most of licenses 8 лет назад
objective_c_generator.cc 75271d741e Generate forward declaration in pbrpc.h 8 лет назад
objective_c_generator.h 75271d741e Generate forward declaration in pbrpc.h 8 лет назад
objective_c_generator_helpers.h 070a8eeb28 Merge pull request #11341 from muxi/fix-objc-plugin-output 8 лет назад
objective_c_plugin.cc 1e32fea495 Generate dependency header import in pbrpc.m 8 лет назад
php_generator.cc 87c0952531 Apply formatting tool 8 лет назад
php_generator.h 5fd85b58e6 PHP: update codegen plugin to support php_namespace option 8 лет назад
php_generator_helpers.h 5fd85b58e6 PHP: update codegen plugin to support php_namespace option 8 лет назад
php_plugin.cc 5fd85b58e6 PHP: update codegen plugin to support php_namespace option 8 лет назад
protobuf_plugin.h 7897ae9308 auto-fix most of licenses 8 лет назад
python_generator.cc 2c1a7e1375 Flip gRPC Python Protoc Plug-In default behavior 8 лет назад
python_generator.h 7897ae9308 auto-fix most of licenses 8 лет назад
python_generator_helpers.h 7897ae9308 auto-fix most of licenses 8 лет назад
python_plugin.cc 7897ae9308 auto-fix most of licenses 8 лет назад
python_private_generator.h 7897ae9308 auto-fix most of licenses 8 лет назад
ruby_generator.cc 4d5c3102a1 fix remaining license notices 8 лет назад
ruby_generator.h 7897ae9308 auto-fix most of licenses 8 лет назад
ruby_generator_helpers-inl.h 7897ae9308 auto-fix most of licenses 8 лет назад
ruby_generator_map-inl.h 7897ae9308 auto-fix most of licenses 8 лет назад
ruby_generator_string-inl.h 7897ae9308 auto-fix most of licenses 8 лет назад
ruby_plugin.cc 7897ae9308 auto-fix most of licenses 8 лет назад
schema_interface.h 7897ae9308 auto-fix most of licenses 8 лет назад

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.