aboutsummaryrefslogtreecommitdiff
path: root/objectivec
Commit message (Expand)AuthorAgeFilesLines
...
* Let Xcode 9 update project/scheme settings.Thomas Van Lenten2017-10-036-6/+30
* Merge pull request #3710 from thomasvl/xcode9Thomas Van Lenten2017-10-021-0/+6
|\
| * Add Xcode 9 support to the helper script.Thomas Van Lenten2017-10-021-0/+6
* | ObjC: Fix merging of length delimited unknown fields.Thomas Van Lenten2017-10-022-11/+21
|/
* Merge remote-tracking branch 'origin/3.4.x' into mergemasterJisi Liu2017-08-182-21/+39
|\
| * Merge master into 3.4.xJisi Liu2017-07-1817-1137/+1877
| |\
| * | Update csharp and php descriptorJisi Liu2017-07-182-21/+39
* | | print() function for Python 3cclauss2017-08-181-10/+14
* | | Fix up Xcode 8.3.x support.Thomas Van Lenten2017-08-071-3/+1
| |/ |/|
* | Expose the initializer for unknown fields.Thomas Van Lenten2017-07-052-2/+3
* | If we fail to get a descriptor just super the method resolving.Thomas Van Lenten2017-06-221-1/+1
* | ObjC: Document the exceptions on some of the writing apis.Thomas Van Lenten2017-06-193-2/+25
* | ObjC: Preserve unknown fields in proto3 syntax files.Thomas Van Lenten2017-06-063-44/+5
* | Properly error on a tag with field number zero.Thomas Van Lenten2017-06-062-6/+41
* | Merge pull request #3169 from dmaclach/masterThomas Van Lenten2017-06-011-1058/+1504
|\ \
| * | Optimize GPBDictionary.m codegen to reduce size of overall library by 46K per...Dave MacLachlan2017-06-011-1058/+1504
* | | Fix some cases of reading of 64bit map values.Thomas Van Lenten2017-06-012-1/+6
|/ /
* | 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-176-23/+186
|/
* Merge remote-tracking branch 'remotes/google/3.3.x' into merge-3.3-to-masterAdam Cozzette2017-04-272-1/+39
|\
| * Fix C++ build for down-integration.Feng Xiao2017-03-292-1/+39
* | Tighten up class usage/checks.Thomas Van Lenten2017-04-181-2/+2
|/
* 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
|\ \