aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/objective_c_plugin.cc
Commit message (Collapse)AuthorAge
* Name changes in compilerGravatar Muxi Yan2018-10-19
|
* Proto-related changesGravatar Muxi Yan2018-10-08
|
* clang formatGravatar Muxi Yan2018-04-03
|
* Add missing '+'Gravatar Muxi Yan2018-04-03
|
* Changes \#if forward_declare <forward_decl> \#else <class_imports> \#end in ↵Gravatar Tyson Roberts2018-03-20
| | | | .h files to <forward_decl> \#if <class_imports>
* Run clang-formatGravatar Muxi Yan2018-02-27
|
* Moves import utilities to objective_c_generator_helpersGravatar Tyson Roberts2018-02-27
|
* Moved staticsGravatar Tyson Roberts2018-02-27
|
* Updates #if generation to allow for explicit define() checkingGravatar Tyson Roberts2018-02-23
|
* Updates Objective-C Generation to allow for ommission of the generated ↵Gravatar Tyson Roberts2018-02-22
| | | | @interface and @implementation
* forward declare pbobjc.hGravatar Muxi Yan2017-11-17
|
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* Generate dependency header import in pbrpc.mGravatar Muxi Yan2017-09-19
|
* Generate forward declaration in pbrpc.hGravatar Muxi Yan2017-09-18
|
* Merge pull request #11341 from muxi/fix-objc-plugin-outputGravatar Muxi Yan2017-06-19
|\ | | | | Fixes gRPC ObjC plugin's upper camel conversion
| * Revert the changes to maintain backward compatibilityGravatar Muxi Yan2017-06-08
| |
* | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
| * Add commentGravatar Muxi Yan2017-06-06
| |
| * clang-formatGravatar Muxi Yan2017-06-05
| |
| * PolishGravatar Muxi Yan2017-06-05
| |
| * Backward compatibilityGravatar Muxi Yan2017-06-05
| |
| * clang-formatGravatar Muxi Yan2017-05-31
| |
| * Use protobuf's native upper camel conversionGravatar Muxi Yan2017-05-30
|/
* Support in ProtoRPCGravatar Muxi Yan2017-04-06
|
* 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