aboutsummaryrefslogtreecommitdiffhomepage
path: root/objectivec/Tests/GPBExtensionRegistryTest.m
Commit message (Collapse)AuthorAge
* Fix ExtensionRegistry copying and add tests.Gravatar Thomas Van Lenten2017-05-17
- Fix up -copyWithZone: to not leave the two registries sharing some of the storage by using -addExtensions:. - Improve -addExtensions: to clone the sub dict when there is nothing to merge into. - A ExtensionRegistry unittests. - Update project schemes to not have extra things in perf scheme.