aboutsummaryrefslogtreecommitdiffhomepage
path: root/objectivec
Commit message (Expand)AuthorAge
* Remove the use of dispatch_once that is heap backed.Gravatar Thomas Van Lenten2017-03-29
* Add support for Xcode 8.3 to the build helper.Gravatar Thomas Van Lenten2017-03-29
* Raise the recursion limit to 100 to match other languages.Gravatar Thomas Van Lenten2017-03-28
* Document deep copy in the headerGravatar Thomas Van Lenten2017-03-15
* Handing threading race resolving methods.Gravatar Thomas Van Lenten2017-03-02
* Disable static analyzer for message semaphore creation (#2748)Gravatar Sergio Campamá2017-03-01
* Add GPBMessageDropUnknownFieldsRecursively() and tests.Gravatar Thomas Van Lenten2017-02-23
* Removes trailing whitespacesGravatar Sergio Campama2017-02-07
* Merge 3.2.x branch into master (#2648)Gravatar Paul Yang2017-01-31
* Adds nullability modifiers to resolve Xcode 8.3 warningsGravatar Sergio Campama2017-01-25
* 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
* Fixes and expands comments on how to use GPB_ENUM_FWD_DECLAREGravatar Sergio Campama2016-12-14
* Xcode 8.1 supportGravatar Thomas Van Lenten2016-12-09
* Improve ObjC deprecated annotation support.Gravatar Thomas Van Lenten2016-12-08
* Update README.mdGravatar Samuel Rossoff (of The Ebon Blade)2016-11-17
* Add note about extension use and Coding support.Gravatar Thomas Van Lenten2016-10-31
* Adds pushLimit: and popLimit: into GPBCodedInputStream (#2297)Gravatar Sergio Campamá2016-10-27
* Integrate internal changesGravatar Bo Yang2016-10-10
* Update the ObjC projects for Xcode 8Gravatar Thomas Van Lenten2016-10-03
* Use a custom dictionary to avoid NSNumber operations.Gravatar Thomas Van Lenten2016-09-19
* Remove the custom key functions and just use the system provided defaults.Gravatar Thomas Van Lenten2016-09-19
* Update the ObjC version checks to support a min and current version.Gravatar Thomas Van Lenten2016-09-15
* Merge pull request #1970 from thomasvl/objc_any_helpersGravatar Thomas Van Lenten2016-09-09
|\
* \ Merge pull request #2094 from thomasvl/update_wkt_commentsGravatar Thomas Van Lenten2016-09-08
|\ \
| * | Fix error and add note about lossy issuesGravatar Thomas Van Lenten2016-09-08
* | | Support the -Wassign-enum compiler flag. (#2085)Gravatar Sergio Campamá2016-09-08
|/ /
| * Add ObjC helpers for Any WKT.Gravatar Thomas Van Lenten2016-09-08
|/
* Make Root's +extensionRegistry generation smarter.Gravatar Thomas Van Lenten2016-09-01
* Support GenerateAll().Gravatar Thomas Van Lenten2016-08-26
* Adding casts so that code importing protobug using -Wconversion does not gene...Gravatar Sergio Campama2016-08-16
* Fixes extra whitespace on generated comments. (#1950)Gravatar Sergio Campamá2016-08-12
* 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
* Migrating documentation of the ObjectiveC runtime code to appledoc. (#1867)Gravatar Sergio Campamá2016-08-08
* Use public methods to fetch oneofs in generated code.Gravatar Thomas Van Lenten2016-07-18
* Exposes the currently registered extensions for a message and removes the int...Gravatar Sergio Campamá2016-07-15
* Drop the performace baselines.Gravatar Thomas Van Lenten2016-07-08
* Don't #import the .m files.Gravatar Thomas Van Lenten2016-07-07
* add nullable qualifier to nil return typesGravatar Dia Kharrat2016-07-05
* Fix some failing travis tests.Gravatar Feng Xiao2016-07-01
* Xcode project cleanup/setup.Gravatar Thomas Van Lenten2016-06-29
* Validate the tag numbers when parsing. (#1725)Gravatar Thomas Van Lenten2016-06-29
* Merge pull request #1720 from thomasvl/issue_1716Gravatar Thomas Van Lenten2016-06-28
|\