aboutsummaryrefslogtreecommitdiff
path: root/objectivec/GPBMessage.m
AgeCommit message (Expand)Author
2020-11-24Fixed the Codespell checkAdam Cozzette
2020-10-26Switch to atomic for setting autocreated objects.Thomas Van Lenten
2020-08-10Fix lots of spelling errors (#7751)Peter Newman
2020-05-11Remove unnecessary call to [self descriptor] in resolveClassMethod:Dave MacLachlan
2020-04-24[ObjC] Update some library internals to not pass syntax versions.Thomas Van Lenten
2020-01-21Update pddm to work with clang-formatDave MacLachlan
2020-01-08Fix typos (#7050)Brian Wignall
2018-11-19ObjC: small improvement to extension serialization.Thomas Van Lenten
2018-11-14Improve comment about warning being incomplete.Thomas Van Lenten
2018-11-14In debug builds output a warning about NSCoding and extensions.Thomas Van Lenten
2018-10-02Copy the value when setting message/data fields.Thomas Van Lenten
2018-10-02Remove stray 'return'.Thomas Van Lenten
2018-01-31Work around strange error with atomic and swift under Xcode 8.3.3.Thomas Van Lenten
2018-01-31Work around the static analyzer false report.Thomas Van Lenten
2018-01-22Migrate away from deprecated OSAtomic APIs. (#4184)Jonathan Dierksen
2018-01-03Force a copy when saving the NSData that came from another.Thomas Van Lenten
2018-01-03Properly copy maps with string keys but pod values.Thomas Van Lenten
2017-11-15code review cleanupDave MacLachlan
2017-11-14Simplify getter/setter method implementationsDave MacLachlan
2017-11-03When comparing message, require them to have the same descriptor.Thomas Van Lenten
2017-06-22If we fail to get a descriptor just super the method resolving.Thomas Van Lenten
2017-06-06ObjC: Preserve unknown fields in proto3 syntax files.Thomas Van Lenten
2017-04-18Tighten up class usage/checks.Thomas Van Lenten
2017-03-29Remove the use of dispatch_once that is heap backed.Thomas Van Lenten
2017-03-02Handing threading race resolving methods.Thomas Van Lenten
2017-01-05Minor fix for autocreated object repeated fields and maps.Thomas Van Lenten
2016-07-15Exposes the currently registered extensions for a message and removes the int...Sergio Campamá
2016-06-29Validate the tag numbers when parsing. (#1725)Thomas Van Lenten
2016-06-27Fix GPBGetMessage{Repeated,Map}Field()Thomas Van Lenten
2016-06-02Improving the granularity parsing errors (#1623)Sergio Campamá
2016-05-30Merge pull request #1620 from sergiocampama/cleanup1Thomas Van Lenten
2016-05-27Removing unused GPBExceptionMessageKeySergio Campama
2016-05-27Add -Woverriding-method-mismatch.Thomas Van Lenten
2016-05-25Add more warnings to for the ObjC runtime buildThomas Van Lenten
2016-04-27Fix up -hash/-isEqual: for bool storage.Thomas Van Lenten
2016-03-24The message was autoreleased, the -releases are an over release.Thomas 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-03-07HeaderDoc support in the library and generated sourcesThomas Van Lenten
2016-01-12Release the semaphore in dealloc, fixing leak.Thomas Van Lenten
2015-12-17Drop all use of OSSpinLockThomas Van Lenten
2015-12-08Use compiler provided static assert and avoid tripping unused-local-typedef w...Thomas Van Lenten
2015-12-07Enable CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION for the projects.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