aboutsummaryrefslogtreecommitdiff
path: root/objectivec
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.2.x branch into master (#2648)Paul Yang2017-01-311-2/+12
* Adds nullability modifiers to resolve Xcode 8.3 warningsSergio Campama2017-01-252-242/+242
* Timestamp helper fix, Duration helper cleanup.Thomas Van Lenten2017-01-123-71/+160
* Revert "Fix Timestamps with dates before the Unix epoch that contain fraction...Thomas Van Lenten2017-01-122-57/+33
* Fix Timestamps with dates before the Unix epoch that contain fractional seconds.Thomas Van Lenten2017-01-122-33/+57
* Minor fix for autocreated object repeated fields and maps.Thomas Van Lenten2017-01-0510-16/+434
* Fixes and expands comments on how to use GPB_ENUM_FWD_DECLARESergio Campama2016-12-141-1/+5
* Xcode 8.1 supportThomas Van Lenten2016-12-091-4/+23
* Improve ObjC deprecated annotation support.Thomas Van Lenten2016-12-085-0/+177
* Update README.mdSamuel Rossoff (of The Ebon Blade)2016-11-171-1/+1
* Add note about extension use and Coding support.Thomas Van Lenten2016-10-311-1/+10
* Adds pushLimit: and popLimit: into GPBCodedInputStream (#2297)Sergio Campamá2016-10-272-0/+29
* Integrate internal changesBo Yang2016-10-103-8/+12
* Update the ObjC projects for Xcode 8Thomas Van Lenten2016-10-038-174/+204
* Use a custom dictionary to avoid NSNumber operations.Thomas Van Lenten2016-09-191-16/+31
* Remove the custom key functions and just use the system provided defaults.Thomas Van Lenten2016-09-191-40/+3
* Update the ObjC version checks to support a min and current version.Thomas Van Lenten2016-09-1524-71/+170
* Merge pull request #1970 from thomasvl/objc_any_helpersThomas Van Lenten2016-09-0930-12/+495
|\
| * Add ObjC helpers for Any WKT.Thomas Van Lenten2016-09-0830-12/+495
* | Merge pull request #2094 from thomasvl/update_wkt_commentsThomas Van Lenten2016-09-081-3/+13
|\ \
| * | Fix error and add note about lossy issuesThomas Van Lenten2016-09-081-3/+13
| |/
* / Support the -Wassign-enum compiler flag. (#2085)Sergio Campamá2016-09-0815-48/+55
|/
* Make Root's +extensionRegistry generation smarter.Thomas Van Lenten2016-09-0124-55/+460
* Support GenerateAll().Thomas Van Lenten2016-08-261-13/+13
* Adding casts so that code importing protobug using -Wconversion does not gene...Sergio Campama2016-08-161-4/+4
* Fixes extra whitespace on generated comments. (#1950)Sergio Campamá2016-08-129-121/+121
* 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-112-26/+293
* Never use strlen on utf8 runs so null characters work.Thomas Van Lenten2016-08-093-33/+100
* Adds support for appledoc in generated code. (#1928)Sergio Campamá2016-08-0911-814/+967
* Migrating documentation of the ObjectiveC runtime code to appledoc. (#1867)Sergio Campamá2016-08-0814-774/+9524
* Use public methods to fetch oneofs in generated code.Thomas Van Lenten2016-07-181-1/+1
* Exposes the currently registered extensions for a message and removes the int...Sergio Campamá2016-07-154-10/+5
* Drop the performace baselines.Thomas Van Lenten2016-07-082-83/+0
* Don't #import the .m files.Thomas Van Lenten2016-07-075-8/+15
* add nullable qualifier to nil return typesDia Kharrat2016-07-052-21/+21
* Fix some failing travis tests.Feng Xiao2016-07-013-4/+66
* Xcode project cleanup/setup.Thomas Van Lenten2016-06-296-43/+11
* Validate the tag numbers when parsing. (#1725)Thomas Van Lenten2016-06-295-4/+21
* Merge pull request #1720 from thomasvl/issue_1716Thomas Van Lenten2016-06-283-22/+72
|\
| * Fix GPBGetMessage{Repeated,Map}Field()Thomas Van Lenten2016-06-273-22/+72
* | Fix Objective-C generator option typoNathan Wong2016-06-271-1/+1
|/
* Merge pull request #1714 from dnkoutso/masterThomas Van Lenten2016-06-263-0/+26
|\
| * Get value from text format name in GPBEnumDescriptorDimitris Koutsogiorgas2016-06-263-0/+26
* | Rename methods to avoid ObjC KVC collisions. (#1699)Thomas Van Lenten2016-06-2114-7325/+7448
* | Adds destination flag to xcodebuild to avoid possible flake errors (#1697)Sergio Campamá2016-06-201-1/+6
* | Add new generation option for using proto sources from other frameworks.Thomas Van Lenten2016-06-171-0/+23
* | Merge pull request #1683 from thomasvl/third_party_frameworkThomas Van Lenten2016-06-151-2/+15
|\ \