aboutsummaryrefslogtreecommitdiff
path: root/objectivec/Tests
Commit message (Expand)AuthorAgeFilesLines
* Add tests to confirm strings/bytes are copied.HEADmasterThomas Van Lenten2018-10-021-0/+66
* Replace repo links.Feng Xiao2018-08-222-2/+2
* objectivec: Quash -Wself-assign and -Wvla (#4897)Benjamin Barenblat2018-07-111-1/+1
* [ObjC] Add ability to introspect list of enum values (#4678)leovitch2018-05-291-0/+57
* Remove the iOS Test App.Thomas Van Lenten2018-04-2019-301/+0
* Add compile test sources for to test include order.Thomas Van Lenten2018-04-0225-0/+1004
* Add test for failing write of raw pointer to output streamFelix Jendrusch2018-03-081-0/+10
* Add casts to removed undefined behaviors around shifts.Thomas Van Lenten2018-01-313-6/+6
* Properly copy maps with string keys but pod values.Thomas Van Lenten2018-01-032-0/+72
* Fix up warnings from Xcode 9.1 (#3887)dmaclach2017-11-1623-41/+64
* Fixes 32bit tests.Sergio Campama2017-11-151-1/+1
* codereview cleanupDave MacLachlan2017-11-151-2/+2
* Reduce size of GPBDictionary by getting rid of class creation methodsDave MacLachlan2017-11-149-234/+410
* Improves coverage of GPBCodedInputStreamSergio Campama2017-10-244-38/+168
* Build out more complete code coverage in the tests.Thomas Van Lenten2017-10-033-30/+490
* ObjC: Fix merging of length delimited unknown fields.Thomas Van Lenten2017-10-021-10/+20
* ObjC: Preserve unknown fields in proto3 syntax files.Thomas Van Lenten2017-06-061-29/+0
* Properly error on a tag with field number zero.Thomas Van Lenten2017-06-061-0/+35
* Fix some cases of reading of 64bit map values.Thomas Van Lenten2017-06-011-0/+5
* Adds serial and parallel parsing tests to check if parallel parsing is faster...Sergio Campama2017-05-231-0/+106
* Fix ExtensionRegistry copying and add tests.Thomas Van Lenten2017-05-171-0/+138
* Raise the recursion limit to 100 to match other languages.Thomas Van Lenten2017-03-281-9/+17
* Add GPBMessageDropUnknownFieldsRecursively() and tests.Thomas Van Lenten2017-02-231-0/+200
* Timestamp helper fix, Duration helper cleanup.Thomas Van Lenten2017-01-121-53/+109
* Revert "Fix Timestamps with dates before the Unix epoch that contain fraction...Thomas Van Lenten2017-01-121-48/+33
* Fix Timestamps with dates before the Unix epoch that contain fractional seconds.Thomas Van Lenten2017-01-121-33/+48
* Minor fix for autocreated object repeated fields and maps.Thomas Van Lenten2017-01-053-0/+390
* Improve ObjC deprecated annotation support.Thomas Van Lenten2016-12-084-0/+175
* Update the ObjC projects for Xcode 8Thomas Van Lenten2016-10-031-139/+139
* Add ObjC helpers for Any WKT.Thomas Van Lenten2016-09-083-0/+86
* Make Root's +extensionRegistry generation smarter.Thomas Van Lenten2016-09-0111-7/+378
* More complete nil/reset tests within a oneofThomas Van Lenten2016-08-121-6/+12
* Fix some constants to be correct for the message class in use.Thomas Van Lenten2016-08-121-21/+23
* More explicit tests for nil behaviors on fields.Thomas Van Lenten2016-08-121-4/+119
* Record zero for "has" for proto3 if in a oneof.Thomas Van Lenten2016-08-111-0/+248
* Never use strlen on utf8 runs so null characters work.Thomas Van Lenten2016-08-091-0/+86
* Adds support for appledoc in generated code. (#1928)Sergio Campamá2016-08-091-0/+9
* add nullable qualifier to nil return typesDia Kharrat2016-07-051-1/+1
* Xcode project cleanup/setup.Thomas Van Lenten2016-06-292-5/+7
* Fix GPBGetMessage{Repeated,Map}Field()Thomas Van Lenten2016-06-271-0/+40
* Merge pull request #1714 from dnkoutso/masterThomas Van Lenten2016-06-261-0/+8
|\
| * Get value from text format name in GPBEnumDescriptorDimitris Koutsogiorgas2016-06-261-0/+8
* | Rename methods to avoid ObjC KVC collisions. (#1699)Thomas Van Lenten2016-06-2111-5913/+5913
* | Adds destination flag to xcodebuild to avoid possible flake errors (#1697)Sergio Campamá2016-06-201-1/+6
* | Add the CocoaPods integration tests to Travis.Sergio Campamá2016-06-141-1/+10
* | Improving the granularity parsing errors (#1623)Sergio Campamá2016-06-021-2/+99
* | fix expected class checking in GPBSetMessageRepeatedFieldJon Wall2016-05-261-0/+27
* | Better support for using the proto library from a framework.Thomas Van Lenten2016-05-241-0/+9
* | Make the CocoaPods integration tests more robustThomas Van Lenten2016-05-205-14/+36
* | Add shared schemes for the CocoaPods integration testsThomas Van Lenten2016-05-192-0/+182