1. 020e4e3 Simplify imports of the WKTs within the library itself. by Thomas Van Lenten · 3 years, 1 month ago
  2. 89c4031 Rename `proto_package_to_prefix_mappings_path` to `package_to_prefix_mappings_path`. by Dimitris Koutsogiorgas · 3 years, 1 month ago
  3. a112c4a Add `prefix_to_proto_package_mappings_path` ObjC option. by Dimitris Koutsogiorgas · 3 years, 1 month ago
  4. db56692 Revert "objective-c: Add `objc_class_prefix` generation option." by Dimitris Koutsogiorgas · 3 years, 1 month ago
  5. b5ab0b7 objective-c: Add `objc_class_prefix` generation option. by Dimitris Koutsogiorgas · 3 years, 1 month ago
  6. 65852d6 Fix comment syntax in any.proto (#8792) by Chris Bainbridge · 3 years, 5 months ago
  7. 5a81e07 Add Xcode 13 to the build/test script. by Thomas Van Lenten · 3 years, 6 months ago
  8. 57da2b4 Update some types to be more current. by Thomas Van Lenten · 3 years, 6 months ago
  9. e5c570b Sync from Piper @395706834 by Joshua Haberman · 3 years, 6 months ago
  10. 562fc94 Sync from Piper @388508285 by Adam Cozzette · 3 years, 8 months ago
  11. 9521803 Sync from Piper @375548932 by Joshua Haberman · 3 years, 10 months ago
  12. 380e352 Sync from Piper @373820256 by Deanna Garcia · 3 years, 10 months ago
  13. 5911099 Move the class map to a CFDictionary. by Thomas Van Lenten · 4 years, 1 month ago
  14. 72fddb7 Fixed the Codespell check by Adam Cozzette · 4 years, 4 months ago
  15. 2f6a754 Update the pod tests to match the new min iOS version. by Thomas Van Lenten · 4 years, 4 months ago
  16. 2123ed5 Switch to atomic for setting autocreated objects. by Thomas Van Lenten · 4 years, 5 months ago
  17. a645d71 Update the iOS project for Xcode 12. by Thomas Van Lenten · 4 years, 5 months ago
  18. 676ea98 Update the build/testing script for Xcode 12. by Thomas Van Lenten · 4 years, 5 months ago
  19. 9c27f6a Add cast to avoid warning on Xcode 12. by Thomas Van Lenten · 4 years, 5 months ago
  20. 32a94ce Merge tag 'refs/tags/sync-piper' into sync-stage by Joshua Haberman · 4 years, 7 months ago
  21. 95e6c5b Sync from Piper @327110949 by Joshua Haberman · 4 years, 7 months ago
  22. e2cc2de Fix lots of spelling errors (#7751) by Peter Newman · 4 years, 7 months ago
  23. 8b93b8e [bazel] Move Objective-C runtime into //objectivec by Yannic Bonenberger · 4 years, 8 months ago
  24. 25755ef Sync from Piper @319848517 by Joshua Haberman · 4 years, 8 months ago
  25. f77065d Sync from Piper @316511779 by Joshua Haberman · 4 years, 9 months ago
  26. 9f546ba ObjC Support a runtime import override. by Thomas Van Lenten · 4 years, 9 months ago
  27. b971243 Merge branch '3.12.x' into merge-release-branch by Joshua Haberman · 4 years, 10 months ago
  28. 2360bac Tweak the union used for Extensions to support old generated code. by Thomas Van Lenten · 4 years, 10 months ago
  29. 0a737d8 Sync from Piper @313142438 by Joshua Haberman · 4 years, 10 months ago
  30. 1e8d040 Remove includes of deleted "no_arena" protos from ObjC. by Joshua Haberman · 4 years, 10 months ago
  31. c8fce07 Removed "no_arena" variants from the build system. by Joshua Haberman · 4 years, 10 months ago
  32. 6ed7383 Sync from Piper @311396324 by Joshua Haberman · 4 years, 10 months ago
  33. 118589c Remove unnecessary call to [self descriptor] in resolveClassMethod: by Dave MacLachlan · 4 years, 10 months ago
  34. 32e5deb Sync from Piper @308829107 by Joshua Haberman · 4 years, 11 months ago
  35. dddeed2 [ObjC] Typos and comment improvements. by Thomas Van Lenten · 5 years ago
  36. 7b6016e [ObjC] Add tests for proto3 optional behaviors. by Thomas Van Lenten · 5 years ago
  37. b0e2792 [ObjC] Generation changes around proto3 optional. by Thomas Van Lenten · 5 years ago
  38. 3c8e959 [ObjC] Update oneof clearing internals. by Thomas Van Lenten · 5 years ago
  39. e1e5b8a [ObjC] Update some library internals to not pass syntax versions. by Thomas Van Lenten · 5 years ago
  40. 8d224b4 [ObjC] Runtime support for proto3 optional. by Thomas Van Lenten · 5 years ago
  41. e9b0c92 [ObjC] Update oneof generation for proto3 optional. by Thomas Van Lenten · 5 years ago
  42. bb30225 Sync from Piper @307316823 by Joshua Haberman · 5 years ago
  43. 7b8a241 [ObjC] Improve validation on public apis. by Thomas Van Lenten · 5 years ago
  44. 9528246 [ObjC] Remove helper to avoid extra lookups. by Thomas Van Lenten · 5 years ago
  45. 74ad627 Sync from Piper @306496510 by Joshua Haberman · 5 years ago
  46. 6f3bda2 [ObjC] Fix some tests checking the wrong Message class. by Thomas Van Lenten · 5 years ago
  47. 24dda9e Update the build/test script for newer Xcode 11 versions by Thomas Van Lenten · 5 years ago
  48. 56c48ae Revisit how the WKTs are bundled with ObjC. by Thomas Van Lenten · 5 years ago
  49. 302f3ea Update GOOGLE_PROTOBUF_OBJC_VERSION to 30003 by Dave MacLachlan · 5 years ago
  50. f4a6b99 Block subclassing by Dave MacLachlan · 5 years ago
  51. 6f9d488 Move min Xcode version to 10.3 by dmaclach · 5 years ago
  52. edf69e5 Make the unittest proto file generation handle additions better. by Thomas Van Lenten · 5 years ago
  53. ab48ecf Update pddm to work with clang-format by Dave MacLachlan · 5 years ago
  54. aa1d7e7 Change Objective C class references to using macros. by Dave MacLachlan · 5 years ago
  55. 74956e1 Use references to Objective C classes instead of looking classes up by name. by Dave MacLachlan · 5 years ago
  56. a104dff Fix typos (#7050) by Brian Wignall · 5 years ago
  57. 065fa2f Remove use of VLA. by Thomas Van Lenten · 5 years ago
  58. 58d4420 Down Integrate Internal Changes by Rafi Kamal · 5 years ago
  59. 668eb3b Fix decoding of overencoded booleans. by Thomas Van Lenten · 5 years ago
  60. f6eeb43 General Xcode 11 support for picking iOS simulators to test against. by Thomas Van Lenten · 5 years ago
  61. 4702ba9 Remove OSReadLittle* due to alignment requirements (#6678) by dmaclach · 5 years ago
  62. 5846439 [ObjC] Don't use unions and instead use memcpy for the type swaps. (#6672) by Thomas Van Lenten · 5 years ago
  63. 030a38b Fix typo that snuck in with last commit. by Thomas Van Lenten · 6 years ago
  64. 6ec27f0 Add an explicit test using secure coding for added safety. by Thomas Van Lenten · 6 years ago
  65. b273cba Fix enum writing. by Thomas Van Lenten · 6 years ago
  66. 479ba82 Override CocoaPods module to lowercase (#6464) by Paul Beusterien · 6 years ago
  67. 7bff839 Down Integrate to GitHub (#6414) by Paul Yang · 6 years ago
  68. a8b8c03 Add Xcode 11 support to the script. by Thomas Van Lenten · 6 years ago
  69. 1c8a7a1 Update some tests for newer clang error messages. by Thomas Van Lenten · 6 years ago
  70. 1c95097 ObjC: avoid assign for object properties (part 2) by Julien Poumailloux · 6 years ago
  71. 4e740a7 ObjC: avoid assign for object properties by Andrzej Hunt · 6 years ago
  72. ef1e8e7 Add module for JavaLite and fix builds by Hao Nguyen · 6 years ago
  73. 5939bc3 Fix "the the". by Benjamin Peterson · 6 years ago
  74. 70dc39e Stop enabling more warnings for CXX compiles. by Thomas Van Lenten · 6 years ago
  75. e479410 delete all duplicate empty blanks (#5758) by Xiang Dai · 6 years ago
  76. bd00671 ObjC: Add a Xcode project for tvOS. by Thomas Van Lenten · 6 years ago
  77. f56adae Remove stale target reference. by Thomas Van Lenten · 6 years ago
  78. d529720 If enum aliases overlap in ObjC names skip generating the extras. by Thomas Van Lenten · 6 years ago
  79. 4c55931 Small fix to -[GPBEnumDescriptor getValue:forEnumTextFormatName:] by Thomas Van Lenten · 6 years ago
  80. b631176 Minimize amount of filepaths being copied into protos. by Dave MacLachlan · 6 years ago
  81. 1484b58 [ObjC] Properly annotate extensions for ARC. by Thomas Van Lenten · 6 years ago
  82. c486130 Annotate the GPBDictionary enumerate* apis with NS_NOESCAPE. by Thomas Van Lenten · 6 years ago
  83. 2af9c68 Annotate the GPBArray enumerate* apis with NS_NOESCAPE. by Thomas Van Lenten · 6 years ago
  84. 74fa874 [protos/objc] Include more context in deprecation messages ⚠️ by Stephane Moore · 6 years ago
  85. ef3a725 Make sure Objective C Proto compiler doesn't "duplicate" prefixes unnecessarily. by Dave MacLachlan · 6 years ago
  86. b323b13 [protobuf/objc] Introduce a protobuf-specific deprecation annotation ⚠️ by Stephane Moore · 6 years ago
  87. ffa6bfc ObjC: small improvement to extension serialization. by Thomas Van Lenten · 6 years ago
  88. 92a879b Add a unittest for ObjC TextFormat extension support. by Thomas Van Lenten · 6 years ago
  89. af2d413 TextFormat extension printing fix. by Thomas Van Lenten · 6 years ago
  90. 3eb2889 Add the missing newlines between repeated extension files. by Thomas Van Lenten · 6 years ago
  91. 8dadfda Improve comment about warning being incomplete. by Thomas Van Lenten · 6 years ago
  92. 7fa7fba In debug builds output a warning about NSCoding and extensions. by Thomas Van Lenten · 6 years ago
  93. c0bc265 Fix up the Xcode project. by Thomas Van Lenten · 6 years ago
  94. 86d4fe4 Updated checked-in generated code by Adam Cozzette · 6 years ago
  95. be83b29 Fix bugs in our keyword conversion support for objectivec by Dave MacLachlan · 6 years ago
  96. 29f27bf Added safety checks when malloc returns nil in GPBDescriptor by Parveen Bhatia · 6 years ago
  97. eecccdc Let the 9.4 migrator migrate the Swift source. by Thomas Van Lenten · 6 years ago
  98. d52f2bb Add more Xcode versions to the objc build script. by Thomas Van Lenten · 6 years ago
  99. 8c1748f Add tests to confirm strings/bytes are copied. by Thomas Van Lenten · 6 years ago
  100. 09c001e Copy the value when setting message/data fields. by Thomas Van Lenten · 6 years ago