aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/generator_helpers.h
Commit message (Collapse)AuthorAge
* dont generate directories in C# protoc pluginGravatar Jan Tattermusch2015-08-14
|
* Make FileNameInUpperCamel aware of directoriesGravatar Jorge Canizales2015-08-02
|
* Merge pull request #1675 from jtattermusch/csharp_codegen_improvementsGravatar Michael Lumish2015-05-20
|\ | | | | grpc_csharp_plugin improvements
| * use full name when referencing protobuf messagesGravatar Jan Tattermusch2015-05-20
| |
* | Adjusts generated header to new runtime and surface.Gravatar Jorge Canizales2015-05-15
|/
* moved GetMethodType function to generator_helpers.hGravatar Jan Tattermusch2015-05-07
|
* Made Objective C plugin build without errorGravatar murgatroid992015-04-07
|
* Created Objective C stub code generatorsGravatar murgatroid992015-04-07
|
* Adding the ability to specify a service namespace on protoc's command line.Gravatar Nicolas "Pixel" Noble2015-03-24
| | | | | | Usage example: protoc ... --grpc_out=services_namespace=xyz:./path/to/output/dir ... This is difficult to add a test for this without significantly changing all of the examples, or the build system. However this has been successfully tested locally.
* Adding initial support for alternative protobuf libraries.Gravatar Nicolas Noble2015-03-13
|
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
|
* Removing private protobuf header inclusion.Gravatar Nicolas "Pixel" Noble2015-02-27