Muxi Yan 17c4ffe87c Merge pull request #12637 from muxi/add-objc-gen-forward-declare пре 8 година
..
README.md 9f00073f3c fix markdown render error пре 8 година
config.h 7897ae9308 auto-fix most of licenses пре 8 година
cpp_generator.cc 4b047a3bff Construction of streams shouldn't require triggering async ops пре 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.