Michael Lumish 9c3f43f774 Merge pull request #11921 from adam-26/1745 пре 8 година
..
README.md 9f00073f3c fix markdown render error пре 8 година
config.h 7897ae9308 auto-fix most of licenses пре 8 година
cpp_generator.cc 6abd20020b Revert "Separate internal-only and public parts of C++ API" пре 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 4d5c3102a1 fix remaining license notices пре 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 7897ae9308 auto-fix most of licenses пре 8 година
objective_c_generator.h 7897ae9308 auto-fix most of licenses пре 8 година
objective_c_generator_helpers.h 070a8eeb28 Merge pull request #11341 from muxi/fix-objc-plugin-output пре 8 година
objective_c_plugin.cc 070a8eeb28 Merge pull request #11341 from muxi/fix-objc-plugin-output пре 8 година
php_generator.cc 8f2a054f17 Support parameter to change PHP generated stub suffix пре 8 година
php_generator.h 8f2a054f17 Support parameter to change PHP generated stub suffix пре 8 година
php_generator_helpers.h 8f2a054f17 Support parameter to change PHP generated stub suffix пре 8 година
php_plugin.cc 8f2a054f17 Support parameter to change PHP generated stub suffix пре 8 година
protobuf_plugin.h 7897ae9308 auto-fix most of licenses пре 8 година
python_generator.cc c7d9c80496 Merge pull request #11400 from kpayson64/python_generator_fix пре 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.