aboutsummaryrefslogtreecommitdiff
path: root/objectivec/Tests/GPBUnknownFieldSetTest.m
Commit message (Collapse)AuthorAgeFilesLines
* Improves coverage of GPBCodedInputStreamSergio Campama2017-10-241-4/+0
|
* Build out more complete code coverage in the tests.Thomas Van Lenten2017-10-031-2/+243
|
* ObjC: Fix merging of length delimited unknown fields.Thomas Van Lenten2017-10-021-10/+20
| | | | | - Add a test to cover this and tweak the test to not use two merge paths to be sure things are as expected.
* Xcode project cleanup/setup.Thomas Van Lenten2016-06-291-4/+0
| | | | | | | | - Correct some cases sources were compiled into the static lib and the tests. - Enable Xcodes code coverage support on the unittests. We aren't complete on coverage, but having the data always there should make it easier to chip away at this going forward. - Drop method in tests that isn't used, wire up a validator in another test.
* Beta quality drop of Objective C Support.Thomas Van Lenten2015-06-081-23/+24
| | | | | | | | | | | | | | | - 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.
* Objective C Second Alpha DropThomas Van Lenten2015-05-221-7/+10
| | | | | | | | | | - 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/+255