- cffa590 [ObjC] Breaking Change: Remove support for older generated code. by Thomas Van Lenten · 5 months ago
- 2b93422 [ObjC] Breaking Change: Remove GPBUnknownFieldSet. by Thomas Van Lenten · 5 months ago
- 23d1b55 Fix build in C23 with -Wunused-parameter. by Protobuf Team Bot · 5 months ago
- e4cbc79 Fix minor typos (#17682) by Nathan Baulch · 6 months ago
- 5710bfc [ObjC] Use more complete imports by Thomas Van Lenten · 6 months ago
- cdd3cf7 [ObjC] Make debug runtime tell developers to update their generated code. by Thomas Van Lenten · 7 months ago
- e98e8ed [ObjC] Add api to add a field to another collection of unknown fields. by Thomas Van Lenten · 7 months ago
- 7155a7e [ObjC] Fix GPBUnknownField/GPBUnknownFields copy. by Thomas Van Lenten · 7 months ago
- d794139 [ObjC] Deprecate GPBUnknownFieldSet and related apis. by Thomas Van Lenten · 7 months ago
- 1a300ce [ObjC] More tests around unknown to known failure cases. by Thomas Van Lenten · 7 months ago
- f26bdff [ObjC] Support errors when merging unknown fields to a message. by Thomas Van Lenten · 8 months ago
- fe7b64e [ObjC] Add apis for removing things from `GPBUnknownFields`. by Thomas Van Lenten · 8 months ago
- 5ceae5f [ObjC] Update tests to use both unknown fields apis. by Thomas Van Lenten · 8 months ago
- 55e997e [ObjC] Deprecate GPBTextFormatForUnknownFieldSet(). by Thomas Van Lenten · 8 months ago
- d44c0d5 [ObjC] Parsing helper and tests around unknown fields. by Thomas Van Lenten · 8 months ago
- af79496 [ObjC] Add test around enum unknown values. by Thomas Van Lenten · 8 months ago
- ac84411 [ObjC] Support MessageSet with `GPBUnknownFields`. by Thomas Van Lenten · 8 months ago
- 8b96aa1 [ObjC] Update MessageSet Parsing. by Thomas Van Lenten · 8 months ago
- 543b404 [ObjC] Complete the tests for `GPBUnknownFields`/`GPBUnknownField` by Thomas Van Lenten · 8 months ago
- d05c3fe [ObjC] Bring over more unknown fields tests. by Thomas Van Lenten · 8 months ago
- c229986 [ObjC] Add initializing a `GPBUnknownFields` from a message. by Thomas Van Lenten · 8 months ago
- 6e5a867 [ObjC] Start of the internal api for `GPBUnknownFields` by Thomas Van Lenten · 9 months ago
- c3d0ffe [ObjC] Add comment on import for future reference. by Thomas Van Lenten · 9 months ago
- 6750ed8 [ObjC] Add Swift helpers for `GPBUnknownFields`/`GPBUnknownField`. by Thomas Van Lenten · 9 months ago
- 47f633e [ObjC] Introduce the new `GPBUnknownFields` type. by Thomas Van Lenten · 9 months ago
- 01b0b8e Added a new public API `bytesUntilLimit` to GPBCodedInputStream. by Protobuf Team Bot · 10 months ago
- c99cf4b Add `java` to reserved names to escape extensions to `java_`. This may break existing references to gencode for extensions named `java`. by Sandy Zhang · 10 months ago
- 9f52d5e [ObjC] Fix issue using GPBBootstrap.h only. by Thomas Van Lenten · 1 year, 1 month ago
- 34a04c1 Remove lazy=true from repeated fields. by Chris Kennelly · 1 year, 1 month ago
- 7d508b4 Internal change by Protobuf Team Bot · 1 year, 2 months ago
- 1e0338b [ObjC] Ensure `-[GPBMessage writeToOutputStream:]` still throws exception on flush failure by Protobuf Team Bot · 1 year, 4 months ago
- a2815fa [ObjC] Ensure -[GPBCodedOutputStream dealloc] cannot throw exceptions by Protobuf Team Bot · 1 year, 4 months ago
- 81068e8 Internal change by Sandy Zhang · 1 year, 6 months ago
- 200c958 Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. by Joshua Haberman · 1 year, 6 months ago
- b359e50 Lock down ctype=CORD in proto file. by Jie Luo · 1 year, 7 months ago
- 0549e52 Internal Code Change by Mike Kruskal · 2 years ago
- e6d01b2 [ObjC] Enforce the max message size when serializing to binary form. by Protobuf Team Bot · 2 years, 1 month ago
- e3b0051 [ObjC] mark mergeFromData:extensionRegistry: as deprecated. by Protobuf Team Bot · 2 years, 1 month ago
- 2fb35fc Automated rollback of commit 0c013ec412468e21ea68b234935e7490eb28f8ce. by Protobuf Team Bot · 2 years, 1 month ago
- 1a90e67 [ObjC] Remove unused internal method. by Protobuf Team Bot · 2 years, 1 month ago
- 0c013ec [ObjC] Avoid data copy within parseDelimitedFromCodedInputStream:... by Protobuf Team Bot · 2 years, 1 month ago
- 8f89e0d [ObjC] Enforce bytes and string field size limits. by Protobuf Team Bot · 2 years, 1 month ago
- 903639c [ObjC] Put out of range closed enum extension values in unknown fields. by Protobuf Team Bot · 2 years, 4 months ago
- 46d1145 ObjC Cleanups. by Protobuf Team Bot · 2 years, 5 months ago
- 53d8b03 [ObjC] rename the file to drop the "objectivec_" prefix. by Thomas Van Lenten · 2 years, 5 months ago
- 2fb33b8 [ObjC] Move from `#pragma unused()` to `_unused` by Thomas Van Lenten · 2 years, 6 months ago
- bc4cbf9 Remove the pre Xcode 10.2 support. by Thomas Van Lenten · 2 years, 6 months ago
- ecd63bb Format the test sources. by Thomas Van Lenten · 2 years, 6 months ago
- 9e069b2 [ObjC] Tweak some things to be better shape for clang-format. by Thomas Van Lenten · 2 years, 6 months ago
- 5a823ff [ObjC] Fix the name of the test file. by Thomas Van Lenten · 2 years, 7 months ago
- 5cf61b7 [ObjC] Test file cleanups by Thomas Van Lenten · 2 years, 7 months ago
- 28bc3ba [ObjC] use root relative paths for test proto imports. by Thomas Van Lenten · 2 years, 7 months ago
- cf4eeae [ObjC] Remove options not needed since the protos are specific to ObjC tests. by Thomas Van Lenten · 2 years, 7 months ago
- bc9880b [ObjC] Make the proto packages specific to ObjC tests. by Thomas Van Lenten · 2 years, 7 months ago
- b46c0ee [ObjC] Remove the "google/protobuf" path from generated test protos. by Thomas Van Lenten · 2 years, 7 months ago
- 3e0d399 [ObjC] Give the ObjC tests copies of all their protos. by Thomas Van Lenten · 2 years, 7 months ago
- 43b8721 [ObjC] Remove the need for descriptor.proto in tests. by Thomas Van Lenten · 2 years, 7 months ago
- d979267 Remove some test files not used. by Thomas Van Lenten · 2 years, 7 months ago
- 0a73ec7 Remove the support for the kokoro cocoapods integration tests. by Thomas Van Lenten · 2 years, 11 months ago
- 9b3aaf4 Block deprecated warnings when testing on newer OS by Dave MacLachlan · 3 years, 9 months ago
- 36e9bfc Add basic KVO test. by Dave MacLachlan · 3 years, 9 months ago
- 3069f82 Tweak tests to allow common protos to evolve more. by Thomas Van Lenten · 3 years, 10 months ago
- 4c3d50b Fixing objc tests by Deanna Garcia · 3 years, 10 months ago
- 23fd8e0 Use correct enum values. by Thomas Van Lenten · 3 years, 10 months ago
- 2f6a754 Update the pod tests to match the new min iOS version. by Thomas Van Lenten · 4 years, 4 months ago
- 9c27f6a Add cast to avoid warning on Xcode 12. by Thomas Van Lenten · 4 years, 5 months ago
- e2cc2de Fix lots of spelling errors (#7751) by Peter Newman · 4 years, 7 months ago
- 1e8d040 Remove includes of deleted "no_arena" protos from ObjC. by Joshua Haberman · 4 years, 10 months ago
- 7b6016e [ObjC] Add tests for proto3 optional behaviors. by Thomas Van Lenten · 5 years ago
- 6f3bda2 [ObjC] Fix some tests checking the wrong Message class. by Thomas Van Lenten · 5 years ago
- 56c48ae Revisit how the WKTs are bundled with ObjC. by Thomas Van Lenten · 5 years ago
- f4a6b99 Block subclassing by Dave MacLachlan · 5 years ago
- ab48ecf Update pddm to work with clang-format 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
- 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
- 1c8a7a1 Update some tests for newer clang error messages. 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
- 1484b58 [ObjC] Properly annotate extensions for ARC. by Thomas Van Lenten · 6 years ago
- ef3a725 Make sure Objective C Proto compiler doesn't "duplicate" prefixes unnecessarily. by Dave MacLachlan · 6 years ago
- 92a879b Add a unittest for ObjC TextFormat extension support. by Thomas Van Lenten · 6 years ago
- be83b29 Fix bugs in our keyword conversion support for objectivec by Dave MacLachlan · 6 years ago
- 8c1748f Add tests to confirm strings/bytes are copied. by Thomas Van Lenten · 6 years ago
- afe98de Replace repo links. by Feng Xiao · 7 years ago
- 048f5c2 objectivec: Quash -Wself-assign and -Wvla (#4897) by Benjamin Barenblat · 7 years ago
- 2804902 [ObjC] Add ability to introspect list of enum values (#4678) by leovitch · 7 years ago
- b59da6d Remove the iOS Test App. by Thomas Van Lenten · 7 years ago
- e998b8f Add compile test sources for to test include order. by Thomas Van Lenten · 7 years ago
- 38508e9 Add test for failing write of raw pointer to output stream by Felix Jendrusch · 7 years ago
- 953adb1 Add casts to removed undefined behaviors around shifts. by Thomas Van Lenten · 7 years ago
- 156161d Properly copy maps with string keys but pod values. by Thomas Van Lenten · 7 years ago
- 8537f1e Fix up warnings from Xcode 9.1 (#3887) by dmaclach · 7 years ago
- 02129f0 Fixes 32bit tests. by Sergio Campama · 7 years ago
- 8ae6844 codereview cleanup by Dave MacLachlan · 7 years ago
- 9d7f313 Reduce size of GPBDictionary by getting rid of class creation methods by Dave MacLachlan · 7 years ago
- b1f954e Improves coverage of GPBCodedInputStream by Sergio Campama · 7 years ago
- a274c67 Build out more complete code coverage in the tests. by Thomas Van Lenten · 7 years ago