1. a8b8c03 Add Xcode 11 support to the script. by Thomas Van Lenten · 5 years ago
  2. 1c8a7a1 Update some tests for newer clang error messages. by Thomas Van Lenten · 5 years ago
  3. 1c95097 ObjC: avoid assign for object properties (part 2) by Julien Poumailloux · 5 years ago
  4. 4e740a7 ObjC: avoid assign for object properties by Andrzej Hunt · 5 years ago
  5. ef1e8e7 Add module for JavaLite and fix builds by Hao Nguyen · 5 years ago
  6. 5939bc3 Fix "the the". by Benjamin Peterson · 5 years ago
  7. 70dc39e Stop enabling more warnings for CXX compiles. by Thomas Van Lenten · 5 years ago
  8. e479410 delete all duplicate empty blanks (#5758) by Xiang Dai · 5 years ago
  9. bd00671 ObjC: Add a Xcode project for tvOS. by Thomas Van Lenten · 5 years ago
  10. f56adae Remove stale target reference. by Thomas Van Lenten · 5 years ago
  11. d529720 If enum aliases overlap in ObjC names skip generating the extras. by Thomas Van Lenten · 5 years ago
  12. 4c55931 Small fix to -[GPBEnumDescriptor getValue:forEnumTextFormatName:] by Thomas Van Lenten · 5 years ago
  13. b631176 Minimize amount of filepaths being copied into protos. by Dave MacLachlan · 5 years ago
  14. 1484b58 [ObjC] Properly annotate extensions for ARC. by Thomas Van Lenten · 5 years ago
  15. c486130 Annotate the GPBDictionary enumerate* apis with NS_NOESCAPE. by Thomas Van Lenten · 5 years ago
  16. 2af9c68 Annotate the GPBArray enumerate* apis with NS_NOESCAPE. by Thomas Van Lenten · 5 years ago
  17. 74fa874 [protos/objc] Include more context in deprecation messages ⚠️ by Stephane Moore · 6 years ago
  18. ef3a725 Make sure Objective C Proto compiler doesn't "duplicate" prefixes unnecessarily. by Dave MacLachlan · 6 years ago
  19. b323b13 [protobuf/objc] Introduce a protobuf-specific deprecation annotation ⚠️ by Stephane Moore · 6 years ago
  20. ffa6bfc ObjC: small improvement to extension serialization. by Thomas Van Lenten · 6 years ago
  21. 92a879b Add a unittest for ObjC TextFormat extension support. by Thomas Van Lenten · 6 years ago
  22. af2d413 TextFormat extension printing fix. by Thomas Van Lenten · 6 years ago
  23. 3eb2889 Add the missing newlines between repeated extension files. by Thomas Van Lenten · 6 years ago
  24. 8dadfda Improve comment about warning being incomplete. by Thomas Van Lenten · 6 years ago
  25. 7fa7fba In debug builds output a warning about NSCoding and extensions. by Thomas Van Lenten · 6 years ago
  26. c0bc265 Fix up the Xcode project. by Thomas Van Lenten · 6 years ago
  27. 86d4fe4 Updated checked-in generated code by Adam Cozzette · 6 years ago
  28. be83b29 Fix bugs in our keyword conversion support for objectivec by Dave MacLachlan · 6 years ago
  29. 29f27bf Added safety checks when malloc returns nil in GPBDescriptor by Parveen Bhatia · 6 years ago
  30. eecccdc Let the 9.4 migrator migrate the Swift source. by Thomas Van Lenten · 6 years ago
  31. d52f2bb Add more Xcode versions to the objc build script. by Thomas Van Lenten · 6 years ago
  32. 8c1748f Add tests to confirm strings/bytes are copied. by Thomas Van Lenten · 6 years ago
  33. 09c001e Copy the value when setting message/data fields. by Thomas Van Lenten · 6 years ago
  34. 97d03ab Turn off ALWAYS_SEARCH_USER_PATHS. by Thomas Van Lenten · 6 years ago
  35. 5614135 Remove stray 'return'. by Thomas Van Lenten · 6 years ago
  36. 10360e3 Regenerate C# and Objective-C. by Michael Shields · 6 years ago
  37. f140641 Regenerated Objective C protos. by Josh Haberman · 6 years ago
  38. afe98de Replace repo links. by Feng Xiao · 6 years ago
  39. a4862e7 Update generated descriptors. by Feng Xiao · 6 years ago
  40. 3389bd9 Add header need for module maps. by dmaclach · 6 years ago
  41. 2dcd6ae Remove/replace travis references (#4953) by Feng Xiao · 6 years ago
  42. 048f5c2 objectivec: Quash -Wself-assign and -Wvla (#4897) by Benjamin Barenblat · 6 years ago
  43. 6933e2f Update code to work for Xcode 10b1 (#4729) by Sergio Campamá · 6 years ago
  44. 2804902 [ObjC] Add ability to introspect list of enum values (#4678) by leovitch · 6 years ago
  45. 7d97808 [objectivec] Fix memory leak of exceptions raised by RaiseException() (#4556) by Hiroshi Ichikawa · 6 years ago
  46. 8417871 Move to Xcode 9.3 which also means a High Sierra image. by Thomas Van Lenten · 6 years ago
  47. b59da6d Remove the iOS Test App. by Thomas Van Lenten · 6 years ago
  48. ce24b8a Update Xcode settings by Sergio Campama · 6 years ago
  49. e998b8f Add compile test sources for to test include order. by Thomas Van Lenten · 6 years ago
  50. bca797d Trim imports for bundled generated protos. by Thomas Van Lenten · 6 years ago
  51. ed4321d Merge pull request #4387 from acozzette/down-integrate by Adam Cozzette · 6 years ago
  52. b1216d9 Updated checked-in generated code by Adam Cozzette · 6 years ago
  53. 1da9ffe Check return value on write of raw pointer by Felix Jendrusch · 6 years ago
  54. 38508e9 Add test for failing write of raw pointer to output stream by Felix Jendrusch · 6 years ago
  55. 07f0231 Fix up the docs to mention the WKTs generated files also. by Thomas Van Lenten · 6 years ago
  56. cf016a4 Work around strange error with atomic and swift under Xcode 8.3.3. by Thomas Van Lenten · 6 years ago
  57. d570d48 Don't assume c-strings are 4 byte aligned. by Thomas Van Lenten · 6 years ago
  58. d83837d Fix to use "nil" instead of "NULL" for objc objects. by Thomas Van Lenten · 6 years ago
  59. 81aeed0 Work around the static analyzer false report. by Thomas Van Lenten · 6 years ago
  60. 953adb1 Add casts to removed undefined behaviors around shifts. by Thomas Van Lenten · 6 years ago
  61. 3e1587f Add an explicit import of stdatomic.h. by Thomas Van Lenten · 6 years ago
  62. 6fd2ae7 Bring back import of OSAtomic. by Thomas Van Lenten · 6 years ago
  63. a721bf6 Migrate away from deprecated OSAtomic APIs. (#4184) by Jonathan Dierksen · 6 years ago
  64. 4588e6e Force a copy when saving the NSData that came from another. by Thomas Van Lenten · 6 years ago
  65. 156161d Properly copy maps with string keys but pod values. by Thomas Van Lenten · 6 years ago
  66. 8529f2a Resolved issue #3510. Malformed errorr messages replaced with meaningful description by kvukic · 6 years ago
  67. 860d693 Add Xcode 9.2 to the testing support by Thomas Van Lenten · 6 years ago
  68. 75eceb8 Update generated code. by Feng Xiao · 6 years ago
  69. 0ba8eea Merge branch 'master' into down-integrate by Adam Cozzette · 7 years ago
  70. 92a7e77 Integrated internal changes from Google by Adam Cozzette · 7 years ago
  71. baed06e Small code reorder to maybe make #3893 happy. by Thomas Van Lenten · 7 years ago
  72. 6700f41 Travis config cleanups and move ObjC to Xcode 9.1. by Thomas Van Lenten · 7 years ago
  73. 2b3aa1c Add Setter/Getter type verification. (#3880) by dmaclach · 7 years ago
  74. 8537f1e Fix up warnings from Xcode 9.1 (#3887) by dmaclach · 7 years ago
  75. 02129f0 Fixes 32bit tests. by Sergio Campama · 7 years ago
  76. 7417755 Merge pull request #3883 from dmaclach/map_optimizations by Thomas Van Lenten · 7 years ago
  77. 8ae6844 codereview cleanup by Dave MacLachlan · 7 years ago
  78. 6552c5a Merge pull request #3884 from dmaclach/unsafe by Thomas Van Lenten · 7 years ago
  79. 4ba3092 code review cleanup by Dave MacLachlan · 7 years ago
  80. 949596e Simplify getter/setter method implementations by Dave MacLachlan · 7 years ago
  81. 9d7f313 Reduce size of GPBDictionary by getting rid of class creation methods by Dave MacLachlan · 7 years ago
  82. 37a6672 Remove unreferenced 'GPBMessageSignatureProtocol' class. by Dave MacLachlan · 7 years ago
  83. 1f57e54 When comparing message, require them to have the same descriptor. by Thomas Van Lenten · 7 years ago
  84. 05b56d0 update joda-time javadoc url by xuwei-k · 7 years ago
  85. b1f954e Improves coverage of GPBCodedInputStream by Sergio Campama · 7 years ago
  86. ecf2957 Update descriptor protos by Jisi Liu · 7 years ago
  87. a274c67 Build out more complete code coverage in the tests. by Thomas Van Lenten · 7 years ago
  88. 9477123 Let Xcode 9 update project/scheme settings. by Thomas Van Lenten · 7 years ago
  89. 4207066 Merge pull request #3710 from thomasvl/xcode9 by Thomas Van Lenten · 7 years ago
  90. b586e64 Add Xcode 9 support to the helper script. by Thomas Van Lenten · 7 years ago
  91. 3f2dcae ObjC: Fix merging of length delimited unknown fields. by Thomas Van Lenten · 7 years ago
  92. 139775c Merge remote-tracking branch 'origin/3.4.x' into mergemaster by Jisi Liu · 7 years ago
  93. 6f4c9b0 print() function for Python 3 by cclauss · 7 years ago
  94. ba81c59 Fix up Xcode 8.3.x support. by Thomas Van Lenten · 7 years ago
  95. 3af881c Merge master into 3.4.x by Jisi Liu · 7 years ago
  96. 8697530 Update csharp and php descriptor by Jisi Liu · 7 years ago
  97. b30dee3 Expose the initializer for unknown fields. by Thomas Van Lenten · 7 years ago
  98. db45687 If we fail to get a descriptor just super the method resolving. by Thomas Van Lenten · 7 years ago
  99. 5fd71ce ObjC: Document the exceptions on some of the writing apis. by Thomas Van Lenten · 7 years ago
  100. 1d0988b ObjC: Preserve unknown fields in proto3 syntax files. by Thomas Van Lenten · 7 years ago