aboutsummaryrefslogtreecommitdiffhomepage
path: root/objectivec
Commit message (Expand)AuthorAge
* Merge pull request #1617 from thomasvl/more_warningsGravatar Thomas Van Lenten2016-05-27
|\
| * Add -Woverriding-method-mismatch.Gravatar Thomas Van Lenten2016-05-27
* | fix expected class checking in GPBSetMessageRepeatedFieldGravatar Jon Wall2016-05-26
|/
* Add more warnings to for the ObjC runtime buildGravatar Thomas Van Lenten2016-05-25
* Merge pull request #1595 from thomasvl/objc_travis_tweaksGravatar Thomas Van Lenten2016-05-25
|\
| * Automated testing tweaks for ObjCGravatar Thomas Van Lenten2016-05-24
* | Better support for using the proto library from a framework.Gravatar Thomas Van Lenten2016-05-24
|/
* Make the CocoaPods integration tests more robustGravatar Thomas Van Lenten2016-05-20
* Add shared schemes for the CocoaPods integration testsGravatar Thomas Van Lenten2016-05-19
* CocoaPod Integration TestsGravatar Thomas Van Lenten2016-05-19
* Expand the OS X/Xcode gitignoresGravatar Thomas Van Lenten2016-05-19
* Declare an init and avoid passing NULL to initWithValue:count:Gravatar Thomas Van Lenten2016-05-10
* Update descritpor protos for objcGravatar Jisi Liu2016-04-29
* Merge the script fix.Gravatar Jisi Liu2016-04-29
|\
| * Fix cp -r usage to be portable.Gravatar Jisi Liu2016-04-29
* | Merge branch 'master' of github.com:google/protobufGravatar Jisi Liu2016-04-28
|\|
* | Down integrate from Google internal.Gravatar Jisi Liu2016-04-28
| * Fix up -hash/-isEqual: for bool storage.Gravatar Thomas Van Lenten2016-04-27
| * Proper checking of enum with non zero defaultGravatar Thomas Van Lenten2016-04-26
|/
* ObjC support for failing the build in the generated WKTs are out of dateGravatar Thomas Van Lenten2016-04-20
* Regenerate the WKT to pick up current changes to the proto files.Gravatar Thomas Van Lenten2016-04-19
* Fix comment typoGravatar Thomas Van Lenten2016-04-19
* Merge pull request #1391 from thomasvl/string_tweaksGravatar Thomas Van Lenten2016-04-06
|\
* | Updating Xcode Settings to use iOS 9.3Gravatar Geoffrey Wiseman2016-04-06
| * Error during parsing for invalid UTF-8 instead of dropping dropping data.Gravatar Thomas Van Lenten2016-04-05
| * Add tests to ensure we read strings with BOMs so we don't forget about lesson...Gravatar Thomas Van Lenten2016-04-05
|/
* Add -position and -isAtEnd for use when manually parsing input streams.Gravatar Thomas Van Lenten2016-04-01
* The message was autoreleased, the -releases are an over release.Gravatar Thomas Van Lenten2016-03-24
* Only create the readonlySemaphore on demand.Gravatar Thomas Van Lenten2016-03-21
* Shrink ObjC overhead (generated size and some runtime sizes)Gravatar Thomas Van Lenten2016-03-17
* Fix up handing of fields with leading names that should be all caps.Gravatar Thomas Van Lenten2016-03-08
* HeaderDoc support in the library and generated sourcesGravatar Thomas Van Lenten2016-03-07
* Support ObjC Generic CollectionsGravatar Thomas Van Lenten2016-02-18
* Bump up travis to Xcode 7.2Gravatar Thomas Van Lenten2016-02-16
* Rewrap the lineGravatar Dongjoon Hyun2016-02-11
* Remove redundant `the` in comments.Gravatar Dongjoon Hyun2016-02-03
* Integrate from google internal.Gravatar Jisi Liu2016-01-29
* Merge pull request #1129 from dongjoon-hyun/fix_typos_in_README_and_CHANGESGravatar Feng Xiao2016-01-12
|\
* | Release the semaphore in dealloc, fixing leak.Gravatar Thomas Van Lenten2016-01-12
| * Fix typos in README.md/CHANGES.txtGravatar Dongjoon Hyun2016-01-11
|/
* Remove the stale reference to test no longer around, and keep the performance...Gravatar Thomas Van Lenten2016-01-07
* Update objectivec/google/protobuf/Type.pbobjc.mGravatar Thomas Van Lenten2016-01-05
* Have the tests rely on the autocreator behaviors.Gravatar Thomas Van Lenten2016-01-05
* Merge branch master into v3.0.0-beta-2Gravatar Feng Xiao2015-12-21
|\
| * Drop all use of OSSpinLockGravatar Thomas Van Lenten2015-12-17
* | Down-integrate from internal code base.Gravatar Feng Xiao2015-12-11
|/
* Update the min toolchain for iOS/OS X to be Xcode 7Gravatar Thomas Van Lenten2015-12-10
* Use compiler provided static assert and avoid tripping unused-local-typedef w...Gravatar Thomas Van Lenten2015-12-08
* Enable CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION for the projects.Gravatar Thomas Van Lenten2015-12-07
* Tweak the error message as the generate is in the core binary these days.Gravatar Thomas Van Lenten2015-12-02