aboutsummaryrefslogtreecommitdiff
path: root/objectivec/google
Commit message (Collapse)AuthorAgeFilesLines
* 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