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