27 Commits (71b2fc5ada3abf1250c69568dddc23bfecd1427f)

Author SHA1 Message Date
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
Thomas Van Lenten 81aeed082e Work around the static analyzer false report. 7 years ago
Jonathan Dierksen a721bf6d29 Migrate away from deprecated OSAtomic APIs. (#4184) 7 years ago
Thomas Van Lenten 4588e6e2b9 Force a copy when saving the NSData that came from another. 7 years ago
Thomas Van Lenten 156161dfcd Properly copy maps with string keys but pod values. 7 years ago
Dave MacLachlan 4ba30923fa code review cleanup 7 years ago
Dave MacLachlan 949596ea32 Simplify getter/setter method implementations 7 years ago
Thomas Van Lenten 1f57e540ac When comparing message, require them to have the same descriptor. 7 years ago
Thomas Van Lenten db45687a38 If we fail to get a descriptor just super the method resolving. 8 years ago
Thomas Van Lenten 1d0988b8ef ObjC: Preserve unknown fields in proto3 syntax files. 8 years ago