aboutsummaryrefslogtreecommitdiff
path: root/objectivec/GPBMessage.m
Commit message (Expand)AuthorAgeFilesLines
* Copy the value when setting message/data fields.Thomas Van Lenten2018-10-021-2/+10
* Remove stray 'return'.Thomas Van Lenten2018-10-021-1/+1
* Work around strange error with atomic and swift under Xcode 8.3.3.Thomas Van Lenten2018-01-311-0/+42
* Work around the static analyzer false report.Thomas Van Lenten2018-01-311-0/+6
* Migrate away from deprecated OSAtomic APIs. (#4184)Jonathan Dierksen2018-01-221-2/+3
* Force a copy when saving the NSData that came from another.Thomas Van Lenten2018-01-031-1/+6
* Properly copy maps with string keys but pod values.Thomas Van Lenten2018-01-031-1/+2
* code review cleanupDave MacLachlan2017-11-151-5/+5
* Simplify getter/setter method implementationsDave MacLachlan2017-11-141-3/+8
* When comparing message, require them to have the same descriptor.Thomas Van Lenten2017-11-031-3/+4
* If we fail to get a descriptor just super the method resolving.Thomas Van Lenten2017-06-221-1/+1
* ObjC: Preserve unknown fields in proto3 syntax files.Thomas Van Lenten2017-06-061-11/+5
* Tighten up class usage/checks.Thomas Van Lenten2017-04-181-2/+2
* Remove the use of dispatch_once that is heap backed.Thomas Van Lenten2017-03-291-0/+19
* Handing threading race resolving methods.Thomas Van Lenten2017-03-021-2/+11
* Minor fix for autocreated object repeated fields and maps.Thomas Van Lenten2017-01-051-6/+10
* Exposes the currently registered extensions for a message and removes the int...Sergio Campamá2016-07-151-5/+0
* Validate the tag numbers when parsing. (#1725)Thomas Van Lenten2016-06-291-1/+4
* Fix GPBGetMessage{Repeated,Map}Field()Thomas Van Lenten2016-06-271-0/+30
* Improving the granularity parsing errors (#1623)Sergio Campamá2016-06-021-12/+26
* Merge pull request #1620 from sergiocampama/cleanup1Thomas Van Lenten2016-05-301-5/+0
|\
| * Removing unused GPBExceptionMessageKeySergio Campama2016-05-271-5/+0
* | Add -Woverriding-method-mismatch.Thomas Van Lenten2016-05-271-5/+6
|/
* Add more warnings to for the ObjC runtime buildThomas Van Lenten2016-05-251-7/+15
* Fix up -hash/-isEqual: for bool storage.Thomas Van Lenten2016-04-271-5/+13
* The message was autoreleased, the -releases are an over release.Thomas Van Lenten2016-03-241-2/+0
* Only create the readonlySemaphore on demand.Thomas Van Lenten2016-03-211-3/+6
* Shrink ObjC overhead (generated size and some runtime sizes)Thomas Van Lenten2016-03-171-20/+2
* HeaderDoc support in the library and generated sourcesThomas Van Lenten2016-03-071-1/+1
* Release the semaphore in dealloc, fixing leak.Thomas Van Lenten2016-01-121-0/+1
* Drop all use of OSSpinLockThomas Van Lenten2015-12-171-7/+7
* Use compiler provided static assert and avoid tripping unused-local-typedef w...Thomas Van Lenten2015-12-081-4/+9
* Enable CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION for the projects.Thomas Van Lenten2015-12-071-2/+8
* Beta quality drop of Objective C Support.Thomas Van Lenten2015-06-081-2902/+1143
* Objective C Second Alpha DropThomas Van Lenten2015-05-221-331/+536
* Alpha 1 drop of Google's Objective C plugin and runtime support for protobufs.Thomas Van Lenten2015-05-061-0/+4735