aboutsummaryrefslogtreecommitdiff
path: root/objectivec/GPBUtilities.m
AgeCommit message (Expand)Author
2018-11-14TextFormat extension printing fix.Thomas Van Lenten
2018-11-14Add the missing newlines between repeated extension files.Thomas Van Lenten
2018-10-02Copy the value when setting message/data fields.Thomas Van Lenten
2018-01-31Work around strange error with atomic and swift under Xcode 8.3.3.Thomas Van Lenten
2018-01-31Add casts to removed undefined behaviors around shifts.Thomas Van Lenten
2017-11-16Add Setter/Getter type verification. (#3880)dmaclach
2017-11-14Remove unreferenced 'GPBMessageSignatureProtocol' class.Dave MacLachlan
2017-03-02Handing threading race resolving methods.Thomas Van Lenten
2017-02-23Add GPBMessageDropUnknownFieldsRecursively() and tests.Thomas Van Lenten
2017-01-05Minor fix for autocreated object repeated fields and maps.Thomas Van Lenten
2016-09-15Update the ObjC version checks to support a min and current version.Thomas Van Lenten
2016-08-11Record zero for "has" for proto3 if in a oneof.Thomas Van Lenten
2016-08-09Never use strlen on utf8 runs so null characters work.Thomas Van Lenten
2016-07-15Exposes the currently registered extensions for a message and removes the int...Sergio Campamá
2016-06-27Fix GPBGetMessage{Repeated,Map}Field()Thomas Van Lenten
2016-05-26fix expected class checking in GPBSetMessageRepeatedFieldJon Wall
2016-05-25Add more warnings to for the ObjC runtime buildThomas Van Lenten
2016-03-21Only create the readonlySemaphore on demand.Thomas Van Lenten
2016-03-17Shrink ObjC overhead (generated size and some runtime sizes)Thomas Van Lenten
2016-02-03Remove redundant `the` in comments.Dongjoon Hyun
2015-12-17Drop all use of OSSpinLockThomas Van Lenten
2015-06-16Add nonnil markup to ObjC library.Thomas Van Lenten
2015-06-08Beta quality drop of Objective C Support.Thomas Van Lenten
2015-05-22Objective C Second Alpha DropThomas Van Lenten
2015-05-06Alpha 1 drop of Google's Objective C plugin and runtime support for protobufs.Thomas Van Lenten