aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/objective_c_plugin.cc
Commit message (Collapse)AuthorAge
* Add ::grpc:: prefixGravatar Jorge Canizales2015-08-13
|
* Fixup codegen now that GRXWriter is a classGravatar Jorge Canizales2015-07-18
|
* Import headers based on path in the generated codeGravatar Jorge Canizales2015-06-23
| | | | Part of fixing https://github.com/grpc/grpc/issues/2192
* Use class names for types as generated by the messages pluginGravatar Jorge Canizales2015-06-01
|
* 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.
* Generate separate files until either of ↵Gravatar Jorge Canizales2015-05-15
| | | | GeneratorContext::OpenForAppend/Insert work.
* 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