Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update php plugin with protobuf 3.5.0 | ZhouyihaiDing | 2018-03-05 |
| | |||
* | Merge pull request #14490 from nallohki/master | Muxi Yan | 2018-02-27 |
|\ | | | | | Updates Objective-C Generation to allow for omission of the generated @interface and @implementation | ||
| * | Run clang-format | Muxi Yan | 2018-02-27 |
| | | |||
| * | Fix a typo in PreprocIfNotElse | Muxi Yan | 2018-02-27 |
| | | |||
| * | Moves import utilities to objective_c_generator_helpers | Tyson Roberts | 2018-02-27 |
| | | |||
* | | explicit naming of types in generated code | Jan Tattermusch | 2018-02-27 |
| | | |||
| * | Moved statics | Tyson Roberts | 2018-02-27 |
| | | |||
| * | Updates #if generation to allow for explicit define() checking | Tyson Roberts | 2018-02-23 |
| | | |||
| * | Updates Objective-C Generation to allow for ommission of the generated ↵ | Tyson Roberts | 2018-02-22 |
|/ | | | | @interface and @implementation | ||
* | Move headers from grpc++ to grpcpp | Muxi Yan | 2018-02-15 |
| | |||
* | Add hooks so that code generator can inject headers to grpc.pb.h file | yang-g | 2018-02-07 |
| | |||
* | Provide a way to use custom search path for gmock.h | yang-g | 2017-12-22 |
| | |||
* | Fix unused parameter warning in cpp codegen | Ken Payson | 2017-12-13 |
| | |||
* | use auto-generated header for C# plugin | Jan Tattermusch | 2017-12-13 |
| | |||
* | clang-format code | Mehrdad Afshari | 2017-11-29 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 | Nicolas "Pixel" Noble | 2017-11-29 |
|\ | |||
| * | Merge pull request #13437 from muxi/fix-forward-declaration | Muxi Yan | 2017-11-28 |
| |\ | | | | | | | Fix ObjC forward declaration | ||
| * | | Revert "Revert "Do not interpolate variables in leading comments."" | Vijay Pai | 2017-11-27 |
| | | | |||
| * | | Revert "Do not interpolate variables in leading comments." | David G. Quintas | 2017-11-27 |
| | | | |||
* | | | Merge branch 'v1.7.x' of https://github.com/grpc/grpc | Nicolas "Pixel" Noble | 2017-11-21 |
|\ \ \ | |||
| | | * | forward declare pbobjc.h | Muxi Yan | 2017-11-17 |
| |_|/ |/| | | |||
* | | | Revert "Restructure plugin builds to avoid building more than needed" | Vijay Pai | 2017-11-14 |
| | | | |||
* | | | Restructure plugin builds to avoid building more than needed | Vijay Pai | 2017-11-10 |
| | | | |||
| | * | Do not interpolate variables in leading comments. | Garret Kelly | 2017-11-06 |
| |/ |/| | | | | | | | | | | | There is at least one well-known proto file (plugin.proto) with comments that include variable-like strings that are not actual variables. This leads to DFATAL log statements that clutter the output and don't provide any benefit. | ||
* | | Update clang-format to 5.0 | Craig Tiller | 2017-11-03 |
| | | |||
* | | Adopt the static factory pattern (#10) | Vijay Pai | 2017-10-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Switch sync streams from "struct internal" to static factory in namespace internal * Reduce diff size * fix friends * Use static factory pattern for async unary calls * Use static factories for async streams * clang-format | ||
* | | Separate public and internal C++ interfaces | Vijay Pai | 2017-10-26 |
| | | |||
| * | Generate dependency header import in pbrpc.m | Muxi Yan | 2017-10-05 |
| | | |||
| * | Generate forward declaration in pbrpc.h | Muxi Yan | 2017-10-05 |
| | | |||
* | | Merge pull request #12637 from muxi/add-objc-gen-forward-declare | Muxi Yan | 2017-10-05 |
|\ \ | |/ |/| | Allow ObjC proto plugin to forward declare message classes | ||
* | | Revert "Temporarily take ownership of cpp generator to prevent changes" | Vijay Pai | 2017-09-21 |
| | | |||
* | | Merge pull request #12426 from michaelbausor/php-namespaces | Stanley Cheung | 2017-09-20 |
|\ \ | | | | | | | PHP: Determine type name using php_namespace option | ||
| | * | Generate dependency header import in pbrpc.m | Muxi Yan | 2017-09-19 |
| | | | |||
| | * | Generate forward declaration in pbrpc.h | Muxi Yan | 2017-09-18 |
| | | | |||
* | | | Flip gRPC Python Protoc Plug-In default behavior | Nathaniel Manista | 2017-09-19 |
| |/ |/| | | | | | | | | | | | Now the grpc_2_0 flag is no longer required for the only-generate-code- elements-in-_pb2_grpc.py-files behavior and the grpc_1_0 flag is required for the add-generated-gRPC-using-code-elements-to-_pb2.py- files behavior. | ||
| * | Apply formatting tool | Michael Bausor | 2017-09-18 |
| | | |||
* | | Construction of streams shouldn't require triggering async ops | Vijay Pai | 2017-09-14 |
| | | |||
* | | grpc_1_0 flag for gRPC Python Protoc Plug-In | Nathaniel Manista | 2017-09-13 |
| | | | | | | | | | | | | | | | | | | | | We'll soon be flipping the default behavior of gRPC Python Protoc Plug-In to the later-than-gRPC-1.0 "code elements only in a separate _pb2_grpc.py file and no Beta-API-using generated code elements" behavior; this flag will be the supported (supported for a while, though not exactly sure how long) means of using the older "also put gRPC-using code elements in the generated _pb2.py file" behavior that has been in place since gRPC 1.0. | ||
* | | Temporarily take ownership of cpp generator to prevent changes | Vijay Pai | 2017-09-11 |
| | | |||
| * | Determine type name using php namespace option | Michael Bausor | 2017-09-07 |
|/ | |||
* | Disable XML comment warnings in generated stubs | Jan Tattermusch | 2017-08-11 |
| | |||
* | PHP: update codegen plugin to support php_namespace option | Stanley Cheung | 2017-08-10 |
| | |||
* | Merge pull request #11921 from adam-26/1745 | Michael Lumish | 2017-07-26 |
|\ | | | | | Fix issue from google/protobuf#1745 - javascript allow dot in filename | ||
* | | Revert "Separate internal-only and public parts of C++ API" | Vijay Pai | 2017-07-25 |
| | | |||
| * | Fix quotation marks | Adam | 2017-07-24 |
| | | |||
| * | Fix issue from google/protobuf#1745 - javascript allow dot in filename | Adam | 2017-07-24 |
|/ | |||
* | Support parameter to change PHP generated stub suffix | Michael Bausor | 2017-07-12 |
| | |||
* | Internalize structs and methods meant for being exposed through codegen | Vijay Pai | 2017-07-10 |
| | | | | or that interface with core and are only for internal use | ||
* | Merge pull request #11524 from michaelbausor/php-protoc-plugin | Stanley Cheung | 2017-06-26 |
|\ | | | | | Update PHP protoc plugin generation | ||
| * | Run formatter | Michael Bausor | 2017-06-22 |
| | |