Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update clang-format to 5.0 | Craig Tiller | 2017-11-03 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | Clang-format all the things | Masood Malekghassemi | 2016-07-12 |
| | |||
* | override->GRPC_OVERRIDE | Vijay Pai | 2016-06-09 |
| | | | | Remove range-based fors | ||
* | Added comments to node generation, also refactored some plugin code | murgatroid99 | 2016-05-20 |
| | |||
* | merge and resolve conflict | yang-g | 2016-04-26 |
|\ | |||
* | | resolve comments | yang-g | 2016-04-25 |
| | | |||
* | | Add comments | yang-g | 2016-04-21 |
| | | |||
* | | make prefix configurable | yang-g | 2016-04-21 |
| | | |||
* | | Fix compilation error. | yang-g | 2016-04-21 |
| | | |||
* | | resolve comments | yang-g | 2016-04-20 |
| | | |||
* | | Use the comments before syntax line as file comments. | yang-g | 2016-04-15 |
| | | |||
* | | fix compiler warning | yang-g | 2016-04-14 |
| | | |||
* | | Add comments to the generated header file | yang-g | 2016-04-14 |
| | | |||
| * | Created a Node grpc plugin | murgatroid99 | 2016-02-26 |
|/ | |||
* | dont generate directories in C# protoc plugin | Jan Tattermusch | 2015-08-14 |
| | |||
* | Make FileNameInUpperCamel aware of directories | Jorge Canizales | 2015-08-02 |
| | |||
* | Merge pull request #1675 from jtattermusch/csharp_codegen_improvements | Michael Lumish | 2015-05-20 |
|\ | | | | | grpc_csharp_plugin improvements | ||
| * | use full name when referencing protobuf messages | Jan Tattermusch | 2015-05-20 |
| | | |||
* | | Adjusts generated header to new runtime and surface. | Jorge Canizales | 2015-05-15 |
|/ | |||
* | moved GetMethodType function to generator_helpers.h | Jan Tattermusch | 2015-05-07 |
| | |||
* | Made Objective C plugin build without error | murgatroid99 | 2015-04-07 |
| | |||
* | Created Objective C stub code generators | murgatroid99 | 2015-04-07 |
| | |||
* | Adding the ability to specify a service namespace on protoc's command line. | Nicolas "Pixel" Noble | 2015-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. | Nicolas Noble | 2015-03-13 |
| | |||
* | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 |
| | |||
* | Removing private protobuf header inclusion. | Nicolas "Pixel" Noble | 2015-02-27 |