aboutsummaryrefslogtreecommitdiffhomepage
path: root/objectivec/GPBMessage.m
Commit message (Expand)AuthorAge
* Work around strange error with atomic and swift under Xcode 8.3.3.Gravatar Thomas Van Lenten2018-01-31
* Work around the static analyzer false report.Gravatar Thomas Van Lenten2018-01-31
* Migrate away from deprecated OSAtomic APIs. (#4184)Gravatar Jonathan Dierksen2018-01-22
* Force a copy when saving the NSData that came from another.Gravatar Thomas Van Lenten2018-01-03
* Properly copy maps with string keys but pod values.Gravatar Thomas Van Lenten2018-01-03
* code review cleanupGravatar Dave MacLachlan2017-11-15
* Simplify getter/setter method implementationsGravatar Dave MacLachlan2017-11-14
* When comparing message, require them to have the same descriptor.Gravatar Thomas Van Lenten2017-11-03
* If we fail to get a descriptor just super the method resolving.Gravatar Thomas Van Lenten2017-06-22
* ObjC: Preserve unknown fields in proto3 syntax files.Gravatar Thomas Van Lenten2017-06-06
* Tighten up class usage/checks.Gravatar Thomas Van Lenten2017-04-18
* Remove the use of dispatch_once that is heap backed.Gravatar Thomas Van Lenten2017-03-29
* Handing threading race resolving methods.Gravatar Thomas Van Lenten2017-03-02
* Minor fix for autocreated object repeated fields and maps.Gravatar Thomas Van Lenten2017-01-05
* Exposes the currently registered extensions for a message and removes the int...Gravatar Sergio Campamá2016-07-15
* Validate the tag numbers when parsing. (#1725)Gravatar Thomas Van Lenten2016-06-29
* Fix GPBGetMessage{Repeated,Map}Field()Gravatar Thomas Van Lenten2016-06-27
* Improving the granularity parsing errors (#1623)Gravatar Sergio Campamá2016-06-02
* Merge pull request #1620 from sergiocampama/cleanup1Gravatar Thomas Van Lenten2016-05-30
|\
| * Removing unused GPBExceptionMessageKeyGravatar Sergio Campama2016-05-27
* | Add -Woverriding-method-mismatch.Gravatar Thomas Van Lenten2016-05-27
|/
* Add more warnings to for the ObjC runtime buildGravatar Thomas Van Lenten2016-05-25
* Fix up -hash/-isEqual: for bool storage.Gravatar Thomas Van Lenten2016-04-27
* The message was autoreleased, the -releases are an over release.Gravatar Thomas Van Lenten2016-03-24
* Only create the readonlySemaphore on demand.Gravatar Thomas Van Lenten2016-03-21
* Shrink ObjC overhead (generated size and some runtime sizes)Gravatar Thomas Van Lenten2016-03-17
* HeaderDoc support in the library and generated sourcesGravatar Thomas Van Lenten2016-03-07
* Release the semaphore in dealloc, fixing leak.Gravatar Thomas Van Lenten2016-01-12
* Drop all use of OSSpinLockGravatar Thomas Van Lenten2015-12-17
* Use compiler provided static assert and avoid tripping unused-local-typedef w...Gravatar Thomas Van Lenten2015-12-08
* Enable CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION for the projects.Gravatar Thomas Van Lenten2015-12-07
* Beta quality drop of Objective C Support.Gravatar Thomas Van Lenten2015-06-08
* Objective C Second Alpha DropGravatar Thomas Van Lenten2015-05-22
* Alpha 1 drop of Google's Objective C plugin and runtime support for protobufs.Gravatar Thomas Van Lenten2015-05-06