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.