aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/objective_c_plugin.cc
Commit message (Collapse)AuthorAge
* Clang-format all the thingsGravatar Masood Malekghassemi2016-07-12
|
* added a comment just to retrigger testsGravatar Makarand Dharmapurikar2016-07-08
|
* fixed minor indent and resubmitGravatar Makarand Dharmapurikar2016-07-08
|
* addressed feedbackGravatar Makarand Dharmapurikar2016-07-08
| | | | using 'using'. Removed unnecessary grpc::string. fixed indentation.
* fixes #7219Gravatar Makarand Dharmapurikar2016-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 stringsGravatar Benjamin Herzog2016-04-27
|
* Move nonnull begin to correct positionGravatar Benjamin Herzog2016-04-22
|
* Added nullability to service declaration in objcGravatar Benjamin Herzog2016-04-18
|
* 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