aboutsummaryrefslogtreecommitdiff
path: root/objectivec/Tests/GPBSwiftTests.swift
Commit message (Collapse)AuthorAgeFilesLines
* Update the min toolchain for iOS/OS X to be Xcode 7Thomas Van Lenten2015-12-101-8/+8
| | | | | | | - Let Xcode update the projects, schemes, and info.plists. - Add workaround for shallow analyzer issues in current Xcode versions (deep analyze gets things correct). - Tweak the Swift based tests to avoid warnings from Xcode 7's XCTest using optionals for autoenclosure results. - No longer tag the ObjC iOS travis test as flaky, xctool seems to manage the simulator pretty well.
* Add nonnil markup to ObjC library.Thomas Van Lenten2015-06-161-1/+1
| | | | Add the clang annotations to the objc library and generated code to help with Swift bridging and compiler checks.
* Objective C Second Alpha DropThomas Van Lenten2015-05-221-1/+56
| | | | | | | | | | - 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.
* Alpha 1 drop of Google's Objective C plugin and runtime support for protobufs.Thomas Van Lenten2015-05-061-0/+405