aboutsummaryrefslogtreecommitdiff
path: root/objectivec/GPBWellKnownTypes.h
Commit message (Collapse)AuthorAgeFilesLines
* Add packFrom, unpackTo and is in google.protobuf.Any.TeBoring2015-07-211-1/+21
| | | | | | The previous two methods make it easy to transform between any and normal message. unPackeTo will throw error if the type url in any doesn't match the type of the message to be transformed to. is checks any's type url matches the give GPBMessage type.
* Add nonnil markup to ObjC library.Thomas Van Lenten2015-06-161-0/+4
| | | | Add the clang annotations to the objc library and generated code to help with Swift bridging and compiler checks.
* Alpha 1 drop of Google's Objective C plugin and runtime support for protobufs.Thomas Van Lenten2015-05-061-0/+48