49 Commits (176a0f456dcde9d977a1a3d28dca9bab89fe8504)

Author SHA1 Message Date
Thomas Van Lenten 2a52b900a1 [ObjC] Breaking Change: Remove deprecated apis. 2 months ago
Thomas Van Lenten 2b93422f7e [ObjC] Breaking Change: Remove GPBUnknownFieldSet. 2 months ago
Thomas Van Lenten 5710bfcbb9 [ObjC] Use more complete imports 3 months ago
Thomas Van Lenten cdd3cf7ed4 [ObjC] Make debug runtime tell developers to update their generated code. 3 months ago
Thomas Van Lenten d794139f09 [ObjC] Deprecate GPBUnknownFieldSet and related apis. 4 months ago
Thomas Van Lenten f26bdff7cc [ObjC] Support errors when merging unknown fields to a message. 4 months ago
Thomas Van Lenten 63b8e4ecef Automated rollback of commit 1e6abadc2b. 4 months ago
Thomas Van Lenten 1e6abadc2b Automated rollback of commit 1f717248b7. 4 months ago
Thomas Van Lenten 1f717248b7 [ObjC] Collect unknown fields as data 4 months ago
Thomas Van Lenten 224573d66a [ObjC] Internal helper for getting the unknown field data from a message 4 months ago
Thomas Van Lenten 5ceae5f3b0 [ObjC] Update tests to use both unknown fields apis. 4 months ago
Thomas Van Lenten 8b96aa1e4c [ObjC] Update MessageSet Parsing. 5 months ago
Thomas Van Lenten 8e3eca48d0 [ObjC] Improve parsing validations 5 months ago
Thomas Van Lenten 6e5a867f3d [ObjC] Start of the internal api for `GPBUnknownFields` 5 months ago
Thomas Van Lenten db27d5f9fa Directly do the work that was in the deprecated method. 5 months ago
Thomas Van Lenten de29e3c9ae [ObjC] Add `-[GPBMessage clearUnknownFields]`. 5 months ago
Dave MacLachlan b375d010bf Optimize startup be reducing selector lookup. 8 months ago
Protobuf Team Bot 7d508b41df Internal change 11 months ago
Protobuf Team Bot 1e0338b2ba [ObjC] Ensure `-[GPBMessage writeToOutputStream:]` still throws exception on flush failure 1 year ago
Thomas Van Lenten d702651e5d [ObjC] Ensure collecting delimitedData always return zero length on failure. 1 year ago
Joshua Haberman 44bd65b2d3 Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 1 year ago
Thomas Van Lenten ff259f71c5 [ObjC] Scrub "syntax" references and editions prep 1 year ago
Thomas Van Lenten 9c29c404bf [ObjC] Small cleanups to package level headers 2 years ago
Protobuf Team Bot 08c555755a [ObjC] Ensure objects aren't leaked on extension parsing failures. 2 years ago
Protobuf Team Bot e6d01b2edc [ObjC] Enforce the max message size when serializing to binary form. 2 years ago
Protobuf Team Bot e3b0051109 [ObjC] mark mergeFromData:extensionRegistry: as deprecated. 2 years ago
Protobuf Team Bot b4370b2e76 [ObjC] Add -[GPBMessage mergeFromData:extensionRegistry:error:] 2 years ago
Protobuf Team Bot 32aaf9eeb5 [ObjC] Ensure objects aren't leaked on parsing failures. 2 years ago
Protobuf Team Bot bab55c2553 [ObjC] Inline the logic of parseDelimited... 2 years ago
Protobuf Team Bot 2fb35fcf56 Automated rollback of commit 0c013ec412. 2 years ago
Protobuf Team Bot 4b1cd0dbe3 [ObjC] Update comments about common failure causes. 2 years ago
Protobuf Team Bot 0c013ec412 [ObjC] Avoid data copy within parseDelimitedFromCodedInputStream:... 2 years ago
Protobuf Team Bot 8f89e0d8db [ObjC] Enforce bytes and string field size limits. 2 years ago
Protobuf Team Bot e84ac2d3be [ObjC] Run clang-format. 2 years ago
Protobuf Team Bot 903639c328 [ObjC] Put out of range closed enum extension values in unknown fields. 2 years ago
Protobuf Team Bot 4163455776 [ObjC] Move GPBExtensionMergeFromInputStream into GPBMessage.m 2 years ago
Protobuf Team Bot 7bb699be43 [ObjC] Add the concept of a closed enum. 2 years ago
Protobuf Team Bot 46d1145ec8 ObjC Cleanups. 2 years ago
dmaclach e5698b9e67 Update GPBMessage.m 2 years ago
Thomas Van Lenten d7d780ce75 [ObjC] Use os_unfair_lock instead of dispatch_semaphore_t. 2 years ago
Mike Kruskal 388e3d744f Sync from Piper @mkruskal/footmitten 2 years ago
Thomas Van Lenten 2fb33b8c54 [ObjC] Move from `#pragma unused()` to `_unused` 2 years ago
Mike Kruskal e99b2819ee Sync from Piper @476205078 2 years ago
Thomas Van Lenten bc4cbf9a05 Remove the pre Xcode 10.2 support. 2 years ago
Thomas Van Lenten 189f6325d4 Format the runtime sources. 2 years ago
Thomas Van Lenten 9e069b2e51 [ObjC] Tweak some things to be better shape for clang-format. 2 years ago
Thomas Van Lenten f191ab0f35 Provide a protocol for GPBExtensionRegistry's lookup support. 2 years ago
Adam Cozzette 72fddb7272 Fixed the Codespell check 4 years ago
Thomas Van Lenten 2123ed5df7 Switch to atomic for setting autocreated objects. 4 years ago
Joshua Haberman 95e6c5b474 Sync from Piper @327110949 4 years ago