aboutsummaryrefslogtreecommitdiff
path: root/objectivec
Commit message (Expand)AuthorAgeFilesLines
* 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
* The message was autoreleased, the -releases are an over release.Thomas Van Lenten2016-03-241-2/+0
* Only create the readonlySemaphore on demand.Thomas Van Lenten2016-03-213-3/+19
* Shrink ObjC overhead (generated size and some runtime sizes)Thomas Van Lenten2016-03-1739-4878/+655
* Fix up handing of fields with leading names that should be all caps.Thomas Van Lenten2016-03-082-0/+30
* HeaderDoc support in the library and generated sourcesThomas Van Lenten2016-03-0728-1343/+1952
* Support ObjC Generic CollectionsThomas Van Lenten2016-02-1817-358/+351
* Bump up travis to Xcode 7.2Thomas Van Lenten2016-02-161-1/+9
* Rewrap the lineDongjoon Hyun2016-02-111-2/+1
* Remove redundant `the` in comments.Dongjoon Hyun2016-02-032-2/+2
* Integrate from google internal.Jisi Liu2016-01-292-0/+201
* Merge pull request #1129 from dongjoon-hyun/fix_typos_in_README_and_CHANGESFeng Xiao2016-01-121-1/+1
|\
| * Fix typos in README.md/CHANGES.txtDongjoon Hyun2016-01-111-1/+1
* | Release the semaphore in dealloc, fixing leak.Thomas Van Lenten2016-01-121-0/+1
|/
* Remove the stale reference to test no longer around, and keep the performance...Thomas Van Lenten2016-01-072-6/+6
* Update objectivec/google/protobuf/Type.pbobjc.mThomas Van Lenten2016-01-051-0/+13
* Have the tests rely on the autocreator behaviors.Thomas Van Lenten2016-01-054-13/+1
* Merge branch master into v3.0.0-beta-2Feng Xiao2015-12-2110-873/+53
|\
| * Drop all use of OSSpinLockThomas Van Lenten2015-12-1710-873/+53
* | Down-integrate from internal code base.Feng Xiao2015-12-114-31/+36
|/
* Update the min toolchain for iOS/OS X to be Xcode 7Thomas Van Lenten2015-12-1012-40/+80
* Use compiler provided static assert and avoid tripping unused-local-typedef w...Thomas Van Lenten2015-12-081-4/+9
* Enable CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION for the projects.Thomas Van Lenten2015-12-078-53/+156
* Tweak the error message as the generate is in the core binary these days.Thomas Van Lenten2015-12-0211-11/+11
* Merge pull request #1020 from thomasvl/block_nilThomas Van Lenten2015-12-021-5/+136
|\
| * Check and throw errors for nil values/keys (like NSDictionary).Thomas Van Lenten2015-12-021-5/+136
* | Ensure the conformance build of objc code is using the Mac OS X SDK andThomas Van Lenten2015-12-021-1/+3
|/
* Update GPBProtocolBuffers.hOsman Cihangir2015-11-241-0/+1
* Set the stream limit to the length of the data.Thomas Van Lenten2015-11-231-5/+1
* Add support for the conformance test for objc when run on OS XThomas Van Lenten2015-11-181-1/+13