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
/
GPBUtilities.m
Commit message (
Expand
)
Author
Age
*
Add Setter/Getter type verification. (#3880)
dmaclach
2017-11-16
*
Remove unreferenced 'GPBMessageSignatureProtocol' class.
Dave MacLachlan
2017-11-14
*
Handing threading race resolving methods.
Thomas Van Lenten
2017-03-02
*
Add GPBMessageDropUnknownFieldsRecursively() and tests.
Thomas Van Lenten
2017-02-23
*
Minor fix for autocreated object repeated fields and maps.
Thomas Van Lenten
2017-01-05
*
Update the ObjC version checks to support a min and current version.
Thomas Van Lenten
2016-09-15
*
Record zero for "has" for proto3 if in a oneof.
Thomas Van Lenten
2016-08-11
*
Never use strlen on utf8 runs so null characters work.
Thomas Van Lenten
2016-08-09
*
Exposes the currently registered extensions for a message and removes the int...
Sergio Campamá
2016-07-15
*
Fix GPBGetMessage{Repeated,Map}Field()
Thomas Van Lenten
2016-06-27
*
fix expected class checking in GPBSetMessageRepeatedField
Jon Wall
2016-05-26
*
Add more warnings to for the ObjC runtime build
Thomas Van Lenten
2016-05-25
*
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
*
Remove redundant `the` in comments.
Dongjoon Hyun
2016-02-03
*
Drop all use of OSSpinLock
Thomas Van Lenten
2015-12-17
*
Add nonnil markup to ObjC library.
Thomas Van Lenten
2015-06-16
*
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