aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/objective_c_generator.cc
Commit message (Collapse)AuthorAge
* Fix nullability incompatibilityGravatar Muxi Yan2018-12-18
|
* Name changes in compilerGravatar Muxi Yan2018-10-19
|
* Proto-related changesGravatar Muxi Yan2018-10-08
|
* Revert "Revert "Revert "Provide protocol for initializer of generated ↵Gravatar Juanli Shen2018-05-07
| | | | messages"""
* clang-formatGravatar Muxi Yan2018-05-03
|
* Fix generaterGravatar Muxi Yan2018-05-03
|
* Revert "Revert "Provide protocol for initializer of generated messages""Gravatar Muxi Yan2018-05-03
|
* Revert "Provide protocol for initializer of generated messages"Gravatar Muxi Yan2018-05-02
|
* Provide protocol for genericsGravatar Muxi Yan2018-04-25
|
* Fix indentGravatar Muxi Yan2018-04-04
|
* Run clang-formatGravatar Muxi Yan2018-02-27
|
* Updates Objective-C Generation to allow for ommission of the generated ↵Gravatar Tyson Roberts2018-02-22
| | | | @interface and @implementation
* clang-format codeGravatar Mehrdad Afshari2017-11-29
|
* Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7Gravatar Nicolas "Pixel" Noble2017-11-29
|\
| * Revert "Revert "Do not interpolate variables in leading comments.""Gravatar Vijay Pai2017-11-27
| |
| * Revert "Do not interpolate variables in leading comments."Gravatar David G. Quintas2017-11-27
| |
* | Merge branch 'v1.7.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2017-11-21
|\ \
| | * Do not interpolate variables in leading comments.Gravatar Garret Kelly2017-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.0Gravatar Craig Tiller2017-11-03
| |
| * Generate forward declaration in pbrpc.hGravatar Muxi Yan2017-10-05
| |
* | Generate forward declaration in pbrpc.hGravatar Muxi Yan2017-09-18
|/
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Clang-format all the thingsGravatar Masood Malekghassemi2016-07-12
|
* Merge pull request #6855 from makdharma/issue6834Gravatar Jan Tattermusch2016-06-09
|\ | | | | fix for #6834
| * fix for #6834Gravatar Makarand Dharmapurikar2016-06-09
| | | | | | | | | | Removed constants kPackageName and kServiceName so multiple services can be defined in one proto.
* | fix for issue 6344. added printing of .proto file comments in generated code.Gravatar Makarand Dharmapurikar2016-06-08
|/
* addressed feedback.Gravatar Makarand Dharmapurikar2016-06-08
|
* fix for issue 5548. Deprecated old classes and created subclasses.Gravatar Makarand Dharmapurikar2016-06-07
|
* Added nullability to service declaration in objcGravatar Benjamin Herzog2016-04-18
|
* Removed comment from code generation and updated testsGravatar Nate Kibler2015-09-25
|
* Adds class factory method to generated ProtoService classesGravatar Nate Kibler2015-09-25
|
* Let people generate ObjC code from an ArduinoGravatar Jorge Canizales2015-08-13
|
* Add ::grpc:: prefixGravatar Jorge Canizales2015-08-13
|
* Rename SingleValueHandler->SingleHandler, StreamHandler->EventHandlerGravatar Jorge Canizales2015-08-12
|
* Fixup codegen now that GRXWriter is a classGravatar Jorge Canizales2015-07-18
|
* Codegen GRXWriter* instead of id<GRXWriter>Gravatar Jorge Canizales2015-07-17
|
* Addressing outstanding typos and commentsGravatar Vijay Pai2015-07-14
| | | | Clang-format of changed files
* Use rvalue ref return to avoid copyGravatar vjpai2015-07-14
|
* Remove brace initialization for gcc-4.4 compatibilityGravatar vjpai2015-07-14
|
* Changed argument names in Objective-C generated codeGravatar murgatroid992015-06-25
|
* Use class names for types as generated by the messages pluginGravatar Jorge Canizales2015-06-01
|
* make sure printers are properly flushedGravatar Jan Tattermusch2015-05-27
|
* Generate imports for .proto dependencies, and read prefix from file.Gravatar Jorge Canizales2015-05-15
| | | | | The prefix has still to be applied per-message, and we could do forward-declarations in the generated header.
* Fixes generated implementation file and adjusts plugin to proto3Gravatar Jorge Canizales2015-05-15
| | | | Still missing: retrieving prefix from file option.
* Adjusts generated header to new runtime and surface.Gravatar Jorge Canizales2015-05-15
|
* Made Objective C plugin build without errorGravatar murgatroid992015-04-07
|
* Created Objective C stub code generatorsGravatar murgatroid992015-04-07