aboutsummaryrefslogtreecommitdiffhomepage
path: root/objectivec/Tests
Commit message (Expand)AuthorAge
* objectivec: Quash -Wself-assignGravatar Benjamin Barenblat2018-07-11
* [ObjC] Add ability to introspect list of enum values (#4678)Gravatar leovitch2018-05-29
* Remove the iOS Test App.Gravatar Thomas Van Lenten2018-04-20
* Add compile test sources for to test include order.Gravatar Thomas Van Lenten2018-04-02
* Add test for failing write of raw pointer to output streamGravatar Felix Jendrusch2018-03-08
* Add casts to removed undefined behaviors around shifts.Gravatar Thomas Van Lenten2018-01-31
* Properly copy maps with string keys but pod values.Gravatar Thomas Van Lenten2018-01-03
* Fix up warnings from Xcode 9.1 (#3887)Gravatar dmaclach2017-11-16
* Fixes 32bit tests.Gravatar Sergio Campama2017-11-15
* codereview cleanupGravatar Dave MacLachlan2017-11-15
* Reduce size of GPBDictionary by getting rid of class creation methodsGravatar Dave MacLachlan2017-11-14
* 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