Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #11341 from muxi/fix-objc-plugin-output | Muxi Yan | 2017-06-19 |
|\ | | | | | Fixes gRPC ObjC plugin's upper camel conversion | ||
| * | Revert the changes to maintain backward compatibility | Muxi Yan | 2017-06-08 |
| | | |||
* | | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | | |||
| * | Add comment | Muxi Yan | 2017-06-06 |
| | | |||
| * | clang-format | Muxi Yan | 2017-06-05 |
| | | |||
| * | Polish | Muxi Yan | 2017-06-05 |
| | | |||
| * | Backward compatibility | Muxi Yan | 2017-06-05 |
| | | |||
| * | clang-format | Muxi Yan | 2017-05-31 |
| | | |||
| * | Use protobuf's native upper camel conversion | Muxi Yan | 2017-05-30 |
|/ | |||
* | Support in ProtoRPC | Muxi Yan | 2017-04-06 |
| | |||
* | Clang-format all the things | Masood Malekghassemi | 2016-07-12 |
| | |||
* | added a comment just to retrigger tests | Makarand Dharmapurikar | 2016-07-08 |
| | |||
* | fixed minor indent and resubmit | Makarand Dharmapurikar | 2016-07-08 |
| | |||
* | addressed feedback | Makarand Dharmapurikar | 2016-07-08 |
| | | | | using 'using'. Removed unnecessary grpc::string. fixed indentation. | ||
* | fixes #7219 | Makarand Dharmapurikar | 2016-07-08 |
| | | | | | | | Modified objc plugin to add two types of import statements for well known protos. Deleted unnecessary empty.proto as we'll be using wellknown empty.proto Modified test to use the well known empty.proto. | ||
* | Use static const strings | Benjamin Herzog | 2016-04-27 |
| | |||
* | Move nonnull begin to correct position | Benjamin Herzog | 2016-04-22 |
| | |||
* | Added nullability to service declaration in objc | Benjamin Herzog | 2016-04-18 |
| | |||
* | Add ::grpc:: prefix | Jorge Canizales | 2015-08-13 |
| | |||
* | Fixup codegen now that GRXWriter is a class | Jorge Canizales | 2015-07-18 |
| | |||
* | Import headers based on path in the generated code | Jorge Canizales | 2015-06-23 |
| | | | | Part of fixing https://github.com/grpc/grpc/issues/2192 | ||
* | Use class names for types as generated by the messages plugin | Jorge Canizales | 2015-06-01 |
| | |||
* | Generate imports for .proto dependencies, and read prefix from file. | Jorge Canizales | 2015-05-15 |
| | | | | | The prefix has still to be applied per-message, and we could do forward-declarations in the generated header. | ||
* | Generate separate files until either of ↵ | Jorge Canizales | 2015-05-15 |
| | | | | GeneratorContext::OpenForAppend/Insert work. | ||
* | Fixes generated implementation file and adjusts plugin to proto3 | Jorge Canizales | 2015-05-15 |
| | | | | Still missing: retrieving prefix from file option. | ||
* | Adjusts generated header to new runtime and surface. | Jorge Canizales | 2015-05-15 |
| | |||
* | Made Objective C plugin build without error | murgatroid99 | 2015-04-07 |
| | |||
* | Created Objective C stub code generators | murgatroid99 | 2015-04-07 |