aboutsummaryrefslogtreecommitdiff
path: root/objectivec
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Better support for using the proto library from a framework.Thomas Van Lenten2016-05-2423-46/+339
|/ /
* | Make the CocoaPods integration tests more robustThomas Van Lenten2016-05-205-14/+36
* | Add shared schemes for the CocoaPods integration testsThomas Van Lenten2016-05-192-0/+182
* | CocoaPod Integration TestsThomas Van Lenten2016-05-1923-0/+2063
* | Expand the OS X/Xcode gitignoresThomas Van Lenten2016-05-191-0/+23
|/
* Declare an init and avoid passing NULL to initWithValue:count:Thomas Van Lenten2016-05-102-65/+90
* Update descritpor protos for objcJisi Liu2016-04-2922-3863/+3
* Merge the script fix.Jisi Liu2016-04-291-1/+1
|\
| * Fix cp -r usage to be portable.Jisi Liu2016-04-291-1/+1
* | Merge branch 'master' of github.com:google/protobufJisi Liu2016-04-283-5/+131
|\|
| * Fix up -hash/-isEqual: for bool storage.Thomas Van Lenten2016-04-273-5/+114
| * Proper checking of enum with non zero defaultThomas Van Lenten2016-04-262-0/+17
* | Down integrate from Google internal.Jisi Liu2016-04-2820-0/+3862
|/
* ObjC support for failing the build in the generated WKTs are out of dateThomas Van Lenten2016-04-202-31/+38
* Regenerate the WKT to pick up current changes to the proto files.Thomas Van Lenten2016-04-1920-5/+160
* Fix comment typoThomas Van Lenten2016-04-191-15/+15
* Merge pull request #1391 from thomasvl/string_tweaksThomas Van Lenten2016-04-062-9/+47
|\
| * Error during parsing for invalid UTF-8 instead of dropping dropping data.Thomas Van Lenten2016-04-052-9/+9
| * Add tests to ensure we read strings with BOMs so we don't forget about lesson...Thomas Van Lenten2016-04-051-0/+38
* | Updating Xcode Settings to use iOS 9.3Geoffrey Wiseman2016-04-061-0/+8
|/
* Add -position and -isAtEnd for use when manually parsing input streams.Thomas Van Lenten2016-04-012-0/+17