aboutsummaryrefslogtreecommitdiff
path: root/objectivec/google
Commit message (Collapse)AuthorAgeFilesLines
* Integrate from google internal.Jisi Liu2016-01-292-0/+201
| | | | | Java files are moved to un-do the hack in the prevous commit, which moved the java files to the original position for integration.
* Update objectivec/google/protobuf/Type.pbobjc.mThomas Van Lenten2016-01-051-0/+13
| | | | | commit e841bac4fcf47f809e089a70d5f84ac37b3883df seems to have updated the generated .pbobjc.h but not the .pbobjc.m to match.
* Down-integrate from internal code base.Feng Xiao2015-12-114-31/+36
|
* Tweak the error message as the generate is in the core binary these days.Thomas Van Lenten2015-12-0211-11/+11
|
* Merge remote-tracking branch 'origin/master' into fix-authorJisi Liu2015-10-052-1/+22
|
* Fix bugs for objectivecTeBoring2015-08-2612-29/+447
|
* Add nonnil markup to ObjC library.Thomas Van Lenten2015-06-1611-103/+136
| | | | Add the clang annotations to the objc library and generated code to help with Swift bridging and compiler checks.
* Beta quality drop of Objective C Support.Thomas Van Lenten2015-06-0816-1292/+1503
| | | | | | | | | | | | | | | - Add more to the ObjC dir readme. - Merge the ExtensionField and ExtensionDescriptor to reduce overhead. - Fix an initialization race. - Clean up the Xcode schemes. - Remove the class/enum filter. - Remove some forced inline that were bloating things without proof of performance wins. - Rename some internal types to avoid conflicts with the well know types protos. - Drop the use of ApplyFunctions to the compiler/optimizer can do what it wants. - Better document some possible future improvements. - Add missing support for parsing repeated primitive fields in packed or unpacked forms. - Improve -hash. - Add *Count for repeated and map<> fields to avoid auto create when checking for them being set.
* Fix bugs in objective-c.Bo Yang2015-05-252-4/+197
|
* Objective C Second Alpha DropThomas Van Lenten2015-05-2222-20/+3001
| | | | | | | | | | - Style fixups in the code. - map<> serialization fixes and more tests. - Autocreation of map<> fields (to match repeated fields). - @@protoc_insertion_point(global_scope|imports). - Fixup proto2 syntax extension support. - Move all startup code to +initialize so it happen on class usage and not app startup. - Have generated headers use forward declarations and move imports into generated code, reduces what is need at compile time to speed up compiled and avoid pointless rippling of rebuilds.
* Post csharp landing fixup.Thomas Van Lenten2015-05-182-0/+18
| | | | | Re-add the objc prefix that got removed by accident. Regenerate the generated descriptors (C++ and ObjC).
* Alpha 1 drop of Google's Objective C plugin and runtime support for protobufs.Thomas Van Lenten2015-05-066-0/+3598