Jan Tattermusch 3cbbe44384 Disable XML comment warnings in generated stubs 8 years ago
..
README.md 9f00073f3c fix markdown render error 8 years ago
config.h 7897ae9308 auto-fix most of licenses 8 years ago
cpp_generator.cc 6abd20020b Revert "Separate internal-only and public parts of C++ API" 8 years ago
cpp_generator.h 7897ae9308 auto-fix most of licenses 8 years ago
cpp_generator_helpers.h 7897ae9308 auto-fix most of licenses 8 years ago
cpp_plugin.cc 7897ae9308 auto-fix most of licenses 8 years ago
csharp_generator.cc 3cbbe44384 Disable XML comment warnings in generated stubs 8 years ago
csharp_generator.h 7897ae9308 auto-fix most of licenses 8 years ago
csharp_generator_helpers.h 7897ae9308 auto-fix most of licenses 8 years ago
csharp_plugin.cc 7897ae9308 auto-fix most of licenses 8 years ago
generator_helpers.h 7897ae9308 auto-fix most of licenses 8 years ago
node_generator.cc a178f40662 Fix quotation marks 8 years ago
node_generator.h 7897ae9308 auto-fix most of licenses 8 years ago
node_generator_helpers.h 7897ae9308 auto-fix most of licenses 8 years ago
node_plugin.cc 7897ae9308 auto-fix most of licenses 8 years ago
objective_c_generator.cc 7897ae9308 auto-fix most of licenses 8 years ago
objective_c_generator.h 7897ae9308 auto-fix most of licenses 8 years ago
objective_c_generator_helpers.h 070a8eeb28 Merge pull request #11341 from muxi/fix-objc-plugin-output 8 years ago
objective_c_plugin.cc 070a8eeb28 Merge pull request #11341 from muxi/fix-objc-plugin-output 8 years ago
php_generator.cc 5fd85b58e6 PHP: update codegen plugin to support php_namespace option 8 years ago
php_generator.h 5fd85b58e6 PHP: update codegen plugin to support php_namespace option 8 years ago
php_generator_helpers.h 5fd85b58e6 PHP: update codegen plugin to support php_namespace option 8 years ago
php_plugin.cc 5fd85b58e6 PHP: update codegen plugin to support php_namespace option 8 years ago
protobuf_plugin.h 7897ae9308 auto-fix most of licenses 8 years ago
python_generator.cc c7d9c80496 Merge pull request #11400 from kpayson64/python_generator_fix 8 years ago
python_generator.h 7897ae9308 auto-fix most of licenses 8 years ago
python_generator_helpers.h 7897ae9308 auto-fix most of licenses 8 years ago
python_plugin.cc 7897ae9308 auto-fix most of licenses 8 years ago
python_private_generator.h 7897ae9308 auto-fix most of licenses 8 years ago
ruby_generator.cc 4d5c3102a1 fix remaining license notices 8 years ago
ruby_generator.h 7897ae9308 auto-fix most of licenses 8 years ago
ruby_generator_helpers-inl.h 7897ae9308 auto-fix most of licenses 8 years ago
ruby_generator_map-inl.h 7897ae9308 auto-fix most of licenses 8 years ago
ruby_generator_string-inl.h 7897ae9308 auto-fix most of licenses 8 years ago
ruby_plugin.cc 7897ae9308 auto-fix most of licenses 8 years ago
schema_interface.h 7897ae9308 auto-fix most of licenses 8 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.