aboutsummaryrefslogtreecommitdiff
path: root/objectivec/Tests/unittest_objc.proto
Commit message (Collapse)AuthorAgeFilesLines
* Fix up -hash/-isEqual: for bool storage.Thomas Van Lenten2016-04-271-0/+36
| | | | | | | Both methods weren't checking the has_bits (where the bools are stored), so it resulted in invalid results. Add a test that should shake out something like this in the future also.
* Proper checking of enum with non zero defaultThomas Van Lenten2016-04-261-0/+10
| | | | | | | | | proto2 syntax allows the first enum to have a non zero value. This means any field using that default has a non zero default without having an explicit default being set. So when deciding what runtime info is needed, don't rely on an explicit default, always check that the values aren't zero. Fixes https://github.com/google/protobuf/issues/1453
* Fix up handing of fields with leading names that should be all caps.Thomas Van Lenten2016-03-081-0/+12
| | | | Add a compile test to confirm things are working as expected.
* Objective C Second Alpha DropThomas Van Lenten2015-05-221-0/+2
| | | | | | | | | | - 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/+389