grpc/src/compiler
AJ Heller 1c5db3404b
[codegen] Escape '$' delimiter in proto comments (#32411)
This applies to all wrapped languages.




<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->
2023-02-15 19:53:32 -08:00
..
BUILD [codegen] Escape '$' delimiter in proto comments (#32411) 2023-02-15 19:53:32 -08:00
README.md fix markdown render error 2017-03-26 00:52:56 +08:00
config.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
config_protobuf.h Update csharp_generator.cc to be compatible with internal and public version of protobuf (#25514) 2021-03-01 10:52:01 +01:00
cpp_generator.cc [codegen] Escape '$' delimiter in proto comments (#32411) 2023-02-15 19:53:32 -08:00
cpp_generator.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
cpp_generator_helpers.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
cpp_plugin.cc Extracted the code of Cpp Generator into a header 2019-05-08 18:51:11 +02:00
cpp_plugin.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
csharp_generator.cc C#: Suppress CS8981 in generated source (#29708) 2022-05-19 09:51:56 +02:00
csharp_generator.h Update csharp_generator.cc to be compatible with internal and public version of protobuf (#25514) 2021-03-01 10:52:01 +01:00
csharp_generator_helpers.h Add C# plugin "file_suffix" option defaulting to "Grpc.cs" (#26162) 2021-05-12 06:17:45 -07:00
csharp_plugin.cc Fix C# protoc plugin argument parsing (#26896) 2021-08-06 10:06:44 -07:00
generator_helpers.h [codegen] Escape '$' delimiter in proto comments (#32411) 2023-02-15 19:53:32 -08:00
node_generator.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
node_generator.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
node_generator_helpers.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
node_plugin.cc Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
objective_c_generator.cc ObjC: Optional support skip methods with types without prefixes. (#30174) 2022-07-08 12:52:31 -07:00
objective_c_generator.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
objective_c_generator_helpers.h ObjC: Optional support skip methods with types without prefixes. (#30174) 2022-07-08 12:52:31 -07:00
objective_c_plugin.cc Allow optional building in of objc prefix validation. (#28388) 2022-01-04 09:53:31 -08:00
php_generator.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
php_generator.h PHP: php server commit 4/n, add RpcServer, generator and server examples (#25640) 2021-05-01 01:07:44 -07:00
php_generator_helpers.h PHP: php server commit 4/n, add RpcServer, generator and server examples (#25640) 2021-05-01 01:07:44 -07:00
php_plugin.cc PHP: php server commit 4/n, add RpcServer, generator and server examples (#25640) 2021-05-01 01:07:44 -07:00
proto_parser_helper.cc [codegen] Escape '$' delimiter in proto comments (#32411) 2023-02-15 19:53:32 -08:00
proto_parser_helper.h [codegen] Escape '$' delimiter in proto comments (#32411) 2023-02-15 19:53:32 -08:00
protobuf_plugin.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
python_generator.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
python_generator.h Pointing the protobuf submodule to the new URL (#26811) 2021-07-29 10:19:16 -07:00
python_generator_helpers.h Pointing the protobuf submodule to the new URL (#26811) 2021-07-29 10:19:16 -07:00
python_plugin.cc auto-fix most of licenses 2017-06-08 11:22:41 +02:00
python_private_generator.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
ruby_generator.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
ruby_generator.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
ruby_generator_helpers-inl.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
ruby_generator_map-inl.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
ruby_generator_string-inl.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
ruby_plugin.cc Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
schema_interface.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00

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.