1. 3b33409 clang format by Muxi Yan · 6 years ago
  2. 7f5dcc9 Add missing '+' by Muxi Yan · 6 years ago
  3. 8827bc9 Changes \#if forward_declare <forward_decl> \#else <class_imports> \#end in .h files to <forward_decl> \#if <class_imports> by Tyson Roberts · 7 years ago
  4. 3d35c54 Run clang-format by Muxi Yan · 7 years ago
  5. eadb701 Moves import utilities to objective_c_generator_helpers by Tyson Roberts · 7 years ago
  6. 70b2bfb Moved statics by Tyson Roberts · 7 years ago
  7. e0b6f00 Updates #if generation to allow for explicit define() checking by Tyson Roberts · 7 years ago
  8. 87c4001 Updates Objective-C Generation to allow for ommission of the generated @interface and @implementation by Tyson Roberts · 7 years ago
  9. 9b74848 forward declare pbobjc.h by Muxi Yan · 7 years ago
  10. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  11. 1e32fea Generate dependency header import in pbrpc.m by Muxi Yan · 7 years ago
  12. 75271d7 Generate forward declaration in pbrpc.h by Muxi Yan · 7 years ago
  13. 070a8ee Merge pull request #11341 from muxi/fix-objc-plugin-output by Muxi Yan · 7 years ago
  14. d044281 Revert the changes to maintain backward compatibility by Muxi Yan · 7 years ago
  15. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  16. daa2cb6 Add comment by Muxi Yan · 7 years ago
  17. 732498b clang-format by Muxi Yan · 7 years ago
  18. 28dbc84 Polish by Muxi Yan · 7 years ago
  19. c4f8481 Backward compatibility by Muxi Yan · 7 years ago
  20. 88d9377 clang-format by Muxi Yan · 7 years ago
  21. 88974d5 Use protobuf's native upper camel conversion by Muxi Yan · 7 years ago
  22. 56369ea Support in ProtoRPC by Muxi Yan · 7 years ago
  23. ac59245 Clang-format all the things by Masood Malekghassemi · 8 years ago
  24. 77f8da2 added a comment just to retrigger tests by Makarand Dharmapurikar · 8 years ago
  25. 8620252 fixed minor indent and resubmit by Makarand Dharmapurikar · 8 years ago
  26. 46cc9ee addressed feedback by Makarand Dharmapurikar · 8 years ago
  27. 2b220f8 fixes #7219 by Makarand Dharmapurikar · 8 years ago
  28. 1843ccb Use static const strings by Benjamin Herzog · 8 years ago
  29. ee6de93 Move nonnull begin to correct position by Benjamin Herzog · 8 years ago
  30. 208795c Added nullability to service declaration in objc by Benjamin Herzog · 8 years ago
  31. b015dfb Add ::grpc:: prefix by Jorge Canizales · 9 years ago
  32. 9fce455 Fixup codegen now that GRXWriter is a class by Jorge Canizales · 9 years ago
  33. a92caa9 Import headers based on path in the generated code by Jorge Canizales · 9 years ago
  34. 52592fc Use class names for types as generated by the messages plugin by Jorge Canizales · 9 years ago
  35. 1900dfc Generate imports for .proto dependencies, and read prefix from file. by Jorge Canizales · 9 years ago
  36. 1a7918b Generate separate files until either of GeneratorContext::OpenForAppend/Insert work. by Jorge Canizales · 9 years ago
  37. 472f0b0 Fixes generated implementation file and adjusts plugin to proto3 by Jorge Canizales · 9 years ago
  38. 9a065d2 Adjusts generated header to new runtime and surface. by Jorge Canizales · 9 years ago
  39. ac0002a Made Objective C plugin build without error by murgatroid99 · 9 years ago
  40. d3efd0a Created Objective C stub code generators by murgatroid99 · 9 years ago