aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/objective_c_generator.cc
Commit message (Collapse)AuthorAge
* 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