aboutsummaryrefslogtreecommitdiff
path: root/objectivec
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Add support for generation sources into a framework.Thomas Van Lenten2016-06-151-2/+15
* | | Add the CocoaPods integration tests to Travis.Sergio Campamá2016-06-141-1/+10
|/ /
* | Fixes Xcode 8 analyzer warning saying that it was missing a release in deallo...Sergio Campamá2016-06-141-0/+5
* | Improving the granularity parsing errors (#1623)Sergio Campamá2016-06-025-42/+223
* | Merge pull request #1620 from sergiocampama/cleanup1Thomas Van Lenten2016-05-302-12/+0
|\ \
| * | Removing unused GPBExceptionMessageKeySergio Campama2016-05-272-12/+0
* | | Merge pull request #1617 from thomasvl/more_warningsThomas Van Lenten2016-05-276-172/+249
|\ \ \ | |/ / |/| |
| * | Add -Woverriding-method-mismatch.Thomas Van Lenten2016-05-276-172/+249
* | | fix expected class checking in GPBSetMessageRepeatedFieldJon Wall2016-05-262-2/+29
|/ /
* | Add more warnings to for the ObjC runtime buildThomas Van Lenten2016-05-2520-30/+224
* | Merge pull request #1595 from thomasvl/objc_travis_tweaksThomas Van Lenten2016-05-251-20/+49
|\ \
| * | Automated testing tweaks for ObjCThomas Van Lenten2016-05-241-20/+49