aboutsummaryrefslogtreecommitdiff
path: root/objectivec
Commit message (Expand)AuthorAgeFilesLines
* Properly copy maps with string keys but pod values.Thomas Van Lenten2018-01-033-1/+74
* Resolved issue #3510. Malformed errorr messages replaced with meaningful desc...kvukic2017-12-291-3/+3
* Add Xcode 9.2 to the testing supportThomas Van Lenten2017-12-181-2/+2
* Update generated code.Feng Xiao2017-12-121-1/+3
* Merge branch 'master' into down-integrateAdam Cozzette2017-12-0142-5075/+788
|\
| * Small code reorder to maybe make #3893 happy.Thomas Van Lenten2017-11-171-1/+1
| * Travis config cleanups and move ObjC to Xcode 9.1.Thomas Van Lenten2017-11-161-21/+5
| * Add Setter/Getter type verification. (#3880)dmaclach2017-11-161-7/+285
| * Fix up warnings from Xcode 9.1 (#3887)dmaclach2017-11-1624-43/+64
| * Fixes 32bit tests.Sergio Campama2017-11-151-1/+1
| * Merge pull request #3883 from dmaclach/map_optimizationsThomas Van Lenten2017-11-1511-4987/+410
| |\
| | * codereview cleanupDave MacLachlan2017-11-151-2/+2
| | * Reduce size of GPBDictionary by getting rid of class creation methodsDave MacLachlan2017-11-1411-4987/+410
| * | Merge pull request #3884 from dmaclach/unsafeThomas Van Lenten2017-11-151-4/+9
| |\ \
| | * | code review cleanupDave MacLachlan2017-11-151-5/+5
| | * | Simplify getter/setter method implementationsDave MacLachlan2017-11-141-3/+8
| | |/
| * / Remove unreferenced 'GPBMessageSignatureProtocol' class.Dave MacLachlan2017-11-143-11/+13
| |/
* / Integrated internal changes from GoogleAdam Cozzette2017-12-012-10/+15
|/
* When comparing message, require them to have the same descriptor.Thomas Van Lenten2017-11-031-3/+4
* update joda-time javadoc urlxuwei-k2017-10-301-1/+1
* Improves coverage of GPBCodedInputStreamSergio Campama2017-10-245-85/+182
* Update descriptor protosJisi Liu2017-10-181-0/+6
* Build out more complete code coverage in the tests.Thomas Van Lenten2017-10-035-36/+494
* 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