179 Commits (6de51caed52d798815954646b230c5aef3e4d2fc)

Author SHA1 Message Date
Thomas Van Lenten 38b9e74691 Add -Woverriding-method-mismatch. 9 years ago
Jon Wall e72805ec5e fix expected class checking in GPBSetMessageRepeatedField 9 years ago
Thomas Van Lenten c8a440dfb6 Add more warnings to for the ObjC runtime build 9 years ago
Thomas Van Lenten 368a2f4cee Automated testing tweaks for ObjC 9 years ago
Thomas Van Lenten 7da023b892 Better support for using the proto library from a framework. 9 years ago
Thomas Van Lenten 6c47faa890 Make the CocoaPods integration tests more robust 9 years ago
Thomas Van Lenten 20b5bf624f Add shared schemes for the CocoaPods integration tests 9 years ago
Thomas Van Lenten 16dd477a29 CocoaPod Integration Tests 9 years ago
Thomas Van Lenten daec44fa52 Expand the OS X/Xcode gitignores 9 years ago
Thomas Van Lenten 4755bdc5f9 Declare an init and avoid passing NULL to initWithValue:count: 9 years ago
Jisi Liu e0df23ac14 Update descritpor protos for objc 9 years ago
Jisi Liu cf7e99db96 Fix cp -r usage to be portable. 9 years ago
Jisi Liu cf14183bcd Down integrate from Google internal. 9 years ago
Thomas Van Lenten 30646288ad Fix up -hash/-isEqual: for bool storage. 9 years ago
Thomas Van Lenten 18b6a321b5 Proper checking of enum with non zero default 9 years ago
Thomas Van Lenten 511f28b73a ObjC support for failing the build in the generated WKTs are out of date 9 years ago
Thomas Van Lenten e664aa6d91 Regenerate the WKT to pick up current changes to the proto files. 9 years ago
Thomas Van Lenten 3633bcd5e4 Fix comment typo 9 years ago
Geoffrey Wiseman f98d2f5147 Updating Xcode Settings to use iOS 9.3 9 years ago
Thomas Van Lenten c9167f2acd Error during parsing for invalid UTF-8 instead of dropping dropping data. 9 years ago
Thomas Van Lenten f3f5b3fb64 Add tests to ensure we read strings with BOMs so we don't forget about lessons of the past. 9 years ago
Thomas Van Lenten 331cee5022 Add -position and -isAtEnd for use when manually parsing input streams. 9 years ago
Thomas Van Lenten 3f917447e7 The message was autoreleased, the -releases are an over release. 9 years ago
Thomas Van Lenten bd41a39f69 Only create the readonlySemaphore on demand. 9 years ago
Thomas Van Lenten 79a23c435c Shrink ObjC overhead (generated size and some runtime sizes) 9 years ago
Thomas Van Lenten 1bf4b38f29 Fix up handing of fields with leading names that should be all caps. 9 years ago
Thomas Van Lenten 36650a07cf HeaderDoc support in the library and generated sources 9 years ago
Thomas Van Lenten 2480acb6d9 Support ObjC Generic Collections 9 years ago
Thomas Van Lenten 1324119a42 Bump up travis to Xcode 7.2 9 years ago
Dongjoon Hyun 86325d7c95 Rewrap the line 9 years ago
Dongjoon Hyun 7a9040fe7f Remove redundant `the` in comments. 9 years ago
Jisi Liu 5221dcbe47 Integrate from google internal. 9 years ago
Thomas Van Lenten 4d663376e2 Release the semaphore in dealloc, fixing leak. 9 years ago
Dongjoon Hyun 7b08d49e9d Fix typos in README.md/CHANGES.txt 9 years ago
Thomas Van Lenten 0e42ed30cb Remove the stale reference to test no longer around, and keep the performance test limited to just performance tests. 9 years ago
Thomas Van Lenten fcce7842fc Update objectivec/google/protobuf/Type.pbobjc.m 9 years ago
Thomas Van Lenten ca428c1bc9 Have the tests rely on the autocreator behaviors. 9 years ago
Thomas Van Lenten d6590d6534 Drop all use of OSSpinLock 9 years ago
Feng Xiao e841bac4fc Down-integrate from internal code base. 9 years ago
Thomas Van Lenten 938ba41039 Update the min toolchain for iOS/OS X to be Xcode 7 9 years ago
Thomas Van Lenten 52b8d3fe78 Use compiler provided static assert and avoid tripping unused-local-typedef warnings. 9 years ago
Thomas Van Lenten c27833b632 Enable CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION for the projects. 9 years ago
Thomas Van Lenten 536059e569 Tweak the error message as the generate is in the core binary these days. 9 years ago
Thomas Van Lenten c3a0cf74fe Check and throw errors for nil values/keys (like NSDictionary). 9 years ago
Thomas Van Lenten 69d713fc3c Ensure the conformance build of objc code is using the Mac OS X SDK and 9 years ago
Osman Cihangir f1e14fba23 Update GPBProtocolBuffers.h 9 years ago
Thomas Van Lenten ba800e2e57 Set the stream limit to the length of the data. 9 years ago
Thomas Van Lenten 1745f7eae9 Add support for the conformance test for objc when run on OS X 9 years ago
Thomas Van Lenten f1a3c8fe0d Tweaks to the Mac build script 9 years ago
Thomas Van Lenten f0411ec974 Update the Mac build script to include the conformance tests 9 years ago