aboutsummaryrefslogtreecommitdiff
path: root/objectivec
Commit message (Expand)AuthorAgeFilesLines
* Fix C++ build for down-integration.Feng Xiao2017-03-292-1/+39
* Remove the use of dispatch_once that is heap backed.Thomas Van Lenten2017-03-292-17/+20
* Add support for Xcode 8.3 to the build helper.Thomas Van Lenten2017-03-291-0/+8
* Raise the recursion limit to 100 to match other languages.Thomas Van Lenten2017-03-282-10/+23
* Document deep copy in the headerThomas Van Lenten2017-03-151-0/+5
* Handing threading race resolving methods.Thomas Van Lenten2017-03-024-9/+46
* Disable static analyzer for message semaphore creation (#2748)Sergio Campamá2017-03-011-0/+8
* Add GPBMessageDropUnknownFieldsRecursively() and tests.Thomas Van Lenten2017-02-233-0/+324
* Removes trailing whitespacesSergio Campama2017-02-072-55/+55
* 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