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