summaryrefslogtreecommitdiff
path: root/objectivec
AgeCommit message (Expand)Author
2016-07-08Drop the performace baselines.Thomas Van Lenten
2016-07-07Don't #import the .m files.Thomas Van Lenten
2016-07-05add nullable qualifier to nil return typesDia Kharrat
2016-07-01Fix some failing travis tests.Feng Xiao
2016-06-29Xcode project cleanup/setup.Thomas Van Lenten
2016-06-29Validate the tag numbers when parsing. (#1725)Thomas Van Lenten
2016-06-28Merge pull request #1720 from thomasvl/issue_1716Thomas Van Lenten
2016-06-27Fix GPBGetMessage{Repeated,Map}Field()Thomas Van Lenten
2016-06-27Fix Objective-C generator option typoNathan Wong
2016-06-26Merge pull request #1714 from dnkoutso/masterThomas Van Lenten
2016-06-26Get value from text format name in GPBEnumDescriptorDimitris Koutsogiorgas
2016-06-21Rename methods to avoid ObjC KVC collisions. (#1699)Thomas Van Lenten
2016-06-20Adds destination flag to xcodebuild to avoid possible flake errors (#1697)Sergio Campamá
2016-06-17Add new generation option for using proto sources from other frameworks.Thomas Van Lenten
2016-06-15Merge pull request #1683 from thomasvl/third_party_frameworkThomas Van Lenten
2016-06-15Add support for generation sources into a framework.Thomas Van Lenten
2016-06-14Add the CocoaPods integration tests to Travis.Sergio Campamá
2016-06-14Fixes Xcode 8 analyzer warning saying that it was missing a release in deallo...Sergio Campamá
2016-06-02Improving the granularity parsing errors (#1623)Sergio Campamá
2016-05-30Merge pull request #1620 from sergiocampama/cleanup1Thomas Van Lenten
2016-05-27Removing unused GPBExceptionMessageKeySergio Campama
2016-05-27Merge pull request #1617 from thomasvl/more_warningsThomas Van Lenten
2016-05-27Add -Woverriding-method-mismatch.Thomas Van Lenten
2016-05-26fix expected class checking in GPBSetMessageRepeatedFieldJon Wall
2016-05-25Add more warnings to for the ObjC runtime buildThomas Van Lenten
2016-05-25Merge pull request #1595 from thomasvl/objc_travis_tweaksThomas Van Lenten
2016-05-24Automated testing tweaks for ObjCThomas Van Lenten
2016-05-24Better support for using the proto library from a framework.Thomas Van Lenten
2016-05-20Make the CocoaPods integration tests more robustThomas Van Lenten
2016-05-19Add shared schemes for the CocoaPods integration testsThomas Van Lenten
2016-05-19CocoaPod Integration TestsThomas Van Lenten
2016-05-19Expand the OS X/Xcode gitignoresThomas Van Lenten
2016-05-10Declare an init and avoid passing NULL to initWithValue:count:Thomas Van Lenten
2016-04-29Update descritpor protos for objcJisi Liu
2016-04-29Merge the script fix.Jisi Liu
2016-04-29Fix cp -r usage to be portable.Jisi Liu
2016-04-28Merge branch 'master' of github.com:google/protobufJisi Liu
2016-04-28Down integrate from Google internal.Jisi Liu
2016-04-27Fix up -hash/-isEqual: for bool storage.Thomas Van Lenten
2016-04-26Proper checking of enum with non zero defaultThomas Van Lenten
2016-04-20ObjC support for failing the build in the generated WKTs are out of dateThomas Van Lenten
2016-04-19Regenerate the WKT to pick up current changes to the proto files.Thomas Van Lenten
2016-04-19Fix comment typoThomas Van Lenten
2016-04-06Merge pull request #1391 from thomasvl/string_tweaksThomas Van Lenten
2016-04-06Updating Xcode Settings to use iOS 9.3Geoffrey Wiseman
2016-04-05Error during parsing for invalid UTF-8 instead of dropping dropping data.Thomas Van Lenten
2016-04-05Add tests to ensure we read strings with BOMs so we don't forget about lesson...Thomas Van Lenten
2016-04-01Add -position and -isAtEnd for use when manually parsing input streams.Thomas Van Lenten
2016-03-24The message was autoreleased, the -releases are an over release.Thomas Van Lenten
2016-03-21Only create the readonlySemaphore on demand.Thomas Van Lenten