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