aboutsummaryrefslogtreecommitdiffhomepage
path: root/objectivec
Commit message (Expand)AuthorAge
* 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
* Merge pull request #1020 from thomasvl/block_nilGravatar Thomas Van Lenten2015-12-02
|\
| * Check and throw errors for nil values/keys (like NSDictionary).Gravatar Thomas Van Lenten2015-12-02
* | Ensure the conformance build of objc code is using the Mac OS X SDK andGravatar Thomas Van Lenten2015-12-02
|/
* Update GPBProtocolBuffers.hGravatar Osman Cihangir2015-11-24
* Set the stream limit to the length of the data.Gravatar Thomas Van Lenten2015-11-23
* Add support for the conformance test for objc when run on OS XGravatar Thomas Van Lenten2015-11-18
* Tweaks to the Mac build scriptGravatar Thomas Van Lenten2015-11-05
* Update the Mac build script to include the conformance testsGravatar Thomas Van Lenten2015-11-04
* Merge remote-tracking branch 'origin/master' into fix-authorGravatar Jisi Liu2015-10-05
|\
| * Support enum forward decls in Objective C++Gravatar Thomas Van Lenten2015-10-01
| * Cleanups for newer XcodesGravatar Thomas Van Lenten2015-09-29
|/
* Fix bugs for objectivecGravatar TeBoring2015-08-26
* Add support for a file listing expected package to objc prefixes for validation.Gravatar Thomas Van Lenten2015-08-14
* Revert "Add packFrom, unpackTo and is in google.protobuf.Any."Gravatar Thomas Van Lenten2015-08-11
* Update GPBWellKnownTypes.mGravatar Yue Zhang2015-07-29
* Add packFrom, unpackTo and is in google.protobuf.Any.Gravatar TeBoring2015-07-21
* Add Bazel target for protobuf ObjC runtimeGravatar Jorge Canizales2015-07-06
* Add nonnil markup to ObjC library.Gravatar Thomas Van Lenten2015-06-16