aboutsummaryrefslogtreecommitdiff
path: root/objectivec/GPBUtilities.m
Commit message (Expand)AuthorAgeFilesLines
* Copy the value when setting message/data fields.Thomas Van Lenten2018-10-021-4/+52
* Work around strange error with atomic and swift under Xcode 8.3.3.Thomas Van Lenten2018-01-311-28/+0
* Add casts to removed undefined behaviors around shifts.Thomas Van Lenten2018-01-311-2/+2
* Add Setter/Getter type verification. (#3880)dmaclach2017-11-161-7/+285
* Remove unreferenced 'GPBMessageSignatureProtocol' class.Dave MacLachlan2017-11-141-10/+3
* Handing threading race resolving methods.Thomas Van Lenten2017-03-021-0/+19
* Add GPBMessageDropUnknownFieldsRecursively() and tests.Thomas Van Lenten2017-02-231-0/+119
* Minor fix for autocreated object repeated fields and maps.Thomas Van Lenten2017-01-051-6/+10
* Update the ObjC version checks to support a min and current version.Thomas Van Lenten2016-09-151-1/+43
* Record zero for "has" for proto3 if in a oneof.Thomas Van Lenten2016-08-111-26/+45
* Never use strlen on utf8 runs so null characters work.Thomas Van Lenten2016-08-091-1/+9
* Exposes the currently registered extensions for a message and removes the int...Sergio Campamá2016-07-151-1/+2
* Fix GPBGetMessage{Repeated,Map}Field()Thomas Van Lenten2016-06-271-22/+2
* fix expected class checking in GPBSetMessageRepeatedFieldJon Wall2016-05-261-2/+2
* Add more warnings to for the ObjC runtime buildThomas Van Lenten2016-05-251-5/+19
* Only create the readonlySemaphore on demand.Thomas Van Lenten2016-03-211-0/+1
* Shrink ObjC overhead (generated size and some runtime sizes)Thomas Van Lenten2016-03-171-29/+35
* Remove redundant `the` in comments.Dongjoon Hyun2016-02-031-1/+1
* Drop all use of OSSpinLockThomas Van Lenten2015-12-171-2/+2
* Add nonnil markup to ObjC library.Thomas Van Lenten2015-06-161-2/+2
* Beta quality drop of Objective C Support.Thomas Van Lenten2015-06-081-287/+311
* Objective C Second Alpha DropThomas Van Lenten2015-05-221-28/+69
* Alpha 1 drop of Google's Objective C plugin and runtime support for protobufs.Thomas Van Lenten2015-05-061-0/+1645