197 Commits (aae10ed36d4d6c251acdd32fadf565659a596c4e)

Author SHA1 Message Date
Thomas Van Lenten 8c23655519 Drop the performace baselines. 9 years ago
Thomas Van Lenten be0d7f6664 Don't #import the .m files. 9 years ago
Dia Kharrat 523bfd4f23 add nullable qualifier to nil return types 9 years ago
Feng Xiao e102db1f05 Fix some failing travis tests. 9 years ago
Thomas Van Lenten 6cfc19edde Xcode project cleanup/setup. 9 years ago
Thomas Van Lenten c18aa7795a Validate the tag numbers when parsing. (#1725) 9 years ago
Thomas Van Lenten fc4c617199 Fix GPBGetMessage{Repeated,Map}Field() 9 years ago
Nathan Wong 3be6110934 Fix Objective-C generator option typo 9 years ago
Dimitris Koutsogiorgas 37ca94f8ae Get value from text format name in GPBEnumDescriptor 9 years ago
Thomas Van Lenten a230b5d209 Rename methods to avoid ObjC KVC collisions. (#1699) 9 years ago
Sergio Campamá 1a5333b8c1 Adds destination flag to xcodebuild to avoid possible flake errors (#1697) 9 years ago
Thomas Van Lenten 8c20e55c57 Add new generation option for using proto sources from other frameworks. 9 years ago
Thomas Van Lenten a2a3399a6f Add support for generation sources into a framework. 9 years ago
Sergio Campamá f0c1492ef6 Add the CocoaPods integration tests to Travis. 9 years ago
Sergio Campamá 71f4a9c6f3 Fixes Xcode 8 analyzer warning saying that it was missing a release in dealloc (#1678) 9 years ago
Sergio Campamá e34c09182e Improving the granularity parsing errors (#1623) 9 years ago
Sergio Campama a714c401a9 Removing unused GPBExceptionMessageKey 9 years ago
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