aboutsummaryrefslogtreecommitdiffhomepage
path: root/objectivec/Tests
Commit message (Expand)AuthorAge
* Improves coverage of GPBCodedInputStreamGravatar Sergio Campama2017-10-24
* Build out more complete code coverage in the tests.Gravatar Thomas Van Lenten2017-10-03
* ObjC: Fix merging of length delimited unknown fields.Gravatar Thomas Van Lenten2017-10-02
* ObjC: Preserve unknown fields in proto3 syntax files.Gravatar Thomas Van Lenten2017-06-06
* Properly error on a tag with field number zero.Gravatar Thomas Van Lenten2017-06-06
* Fix some cases of reading of 64bit map values.Gravatar Thomas Van Lenten2017-06-01
* Adds serial and parallel parsing tests to check if parallel parsing is faster...Gravatar Sergio Campama2017-05-23
* Fix ExtensionRegistry copying and add tests.Gravatar Thomas Van Lenten2017-05-17
* Raise the recursion limit to 100 to match other languages.Gravatar Thomas Van Lenten2017-03-28
* Add GPBMessageDropUnknownFieldsRecursively() and tests.Gravatar Thomas Van Lenten2017-02-23
* Timestamp helper fix, Duration helper cleanup.Gravatar Thomas Van Lenten2017-01-12
* Revert "Fix Timestamps with dates before the Unix epoch that contain fraction...Gravatar Thomas Van Lenten2017-01-12
* Fix Timestamps with dates before the Unix epoch that contain fractional seconds.Gravatar Thomas Van Lenten2017-01-12
* Minor fix for autocreated object repeated fields and maps.Gravatar Thomas Van Lenten2017-01-05
* Improve ObjC deprecated annotation support.Gravatar Thomas Van Lenten2016-12-08
* Update the ObjC projects for Xcode 8Gravatar Thomas Van Lenten2016-10-03
* Add ObjC helpers for Any WKT.Gravatar Thomas Van Lenten2016-09-08
* Make Root's +extensionRegistry generation smarter.Gravatar Thomas Van Lenten2016-09-01
* More complete nil/reset tests within a oneofGravatar Thomas Van Lenten2016-08-12
* Fix some constants to be correct for the message class in use.Gravatar Thomas Van Lenten2016-08-12
* More explicit tests for nil behaviors on fields.Gravatar Thomas Van Lenten2016-08-12
* Record zero for "has" for proto3 if in a oneof.Gravatar Thomas Van Lenten2016-08-11
* Never use strlen on utf8 runs so null characters work.Gravatar Thomas Van Lenten2016-08-09
* Adds support for appledoc in generated code. (#1928)Gravatar Sergio Campamá2016-08-09
* add nullable qualifier to nil return typesGravatar Dia Kharrat2016-07-05
* Xcode project cleanup/setup.Gravatar Thomas Van Lenten2016-06-29
* Fix GPBGetMessage{Repeated,Map}Field()Gravatar Thomas Van Lenten2016-06-27
* Merge pull request #1714 from dnkoutso/masterGravatar Thomas Van Lenten2016-06-26
|\
| * Get value from text format name in GPBEnumDescriptorGravatar Dimitris Koutsogiorgas2016-06-26
* | Rename methods to avoid ObjC KVC collisions. (#1699)Gravatar Thomas Van Lenten2016-06-21
* | Adds destination flag to xcodebuild to avoid possible flake errors (#1697)Gravatar Sergio Campamá2016-06-20
* | Add the CocoaPods integration tests to Travis.Gravatar Sergio Campamá2016-06-14
* | Improving the granularity parsing errors (#1623)Gravatar Sergio Campamá2016-06-02
* | fix expected class checking in GPBSetMessageRepeatedFieldGravatar Jon Wall2016-05-26
* | Better support for using the proto library from a framework.Gravatar Thomas Van Lenten2016-05-24
* | Make the CocoaPods integration tests more robustGravatar Thomas Van Lenten2016-05-20
* | Add shared schemes for the CocoaPods integration testsGravatar Thomas Van Lenten2016-05-19
* | CocoaPod Integration TestsGravatar Thomas Van Lenten2016-05-19
|/
* Fix up -hash/-isEqual: for bool storage.Gravatar Thomas Van Lenten2016-04-27
* Proper checking of enum with non zero defaultGravatar Thomas Van Lenten2016-04-26
* Error during parsing for invalid UTF-8 instead of dropping dropping data.Gravatar Thomas Van Lenten2016-04-05
* Add tests to ensure we read strings with BOMs so we don't forget about lesson...Gravatar Thomas Van Lenten2016-04-05
* Shrink ObjC overhead (generated size and some runtime sizes)Gravatar Thomas Van Lenten2016-03-17
* Fix up handing of fields with leading names that should be all caps.Gravatar Thomas Van Lenten2016-03-08
* HeaderDoc support in the library and generated sourcesGravatar Thomas Van Lenten2016-03-07
* Support ObjC Generic CollectionsGravatar Thomas Van Lenten2016-02-18
* Have the tests rely on the autocreator behaviors.Gravatar Thomas Van Lenten2016-01-05
* Drop all use of OSSpinLockGravatar Thomas Van Lenten2015-12-17
* Update the min toolchain for iOS/OS X to be Xcode 7Gravatar Thomas Van Lenten2015-12-10
* Enable CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION for the projects.Gravatar Thomas Van Lenten2015-12-07