36 Commits (0d6e9794d1091e622ae96c586e1b33632feb5841)

Author SHA1 Message Date
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 10 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
Peter Newman e2cc2de304
Fix lots of spelling errors (#7751) 4 years ago
listonjesse 2ae7cf0e03 Auxillary -> Auxiliary 5 years ago
Joshua Haberman 6ed738305b Sync from Piper @311396324 5 years ago
Joshua Haberman 32e5deb1ac Sync from Piper @308829107 5 years ago
Thomas Van Lenten e1e5b8af79 [ObjC] Update some library internals to not pass syntax versions. 5 years ago
Dave MacLachlan ab48ecf140 Update pddm to work with clang-format 5 years ago
Brian Wignall a104dffcb6 Fix typos (#7050) 5 years ago
Thomas Van Lenten ffa6bfc01a
ObjC: small improvement to extension serialization. 6 years ago
Thomas Van Lenten 8dadfda1e3 Improve comment about warning being incomplete. 6 years ago
Thomas Van Lenten 7fa7fbaf16 In debug builds output a warning about NSCoding and extensions. 6 years ago
Thomas Van Lenten 09c001e999 Copy the value when setting message/data fields. 6 years ago
Thomas Van Lenten 561413523f Remove stray 'return'. 6 years ago
Thomas Van Lenten cf016a42e6 Work around strange error with atomic and swift under Xcode 8.3.3. 7 years ago