205 Commits (dd2dc0f14f9e5dc4e8343cc5f78d5f0bddd8991c)

Author SHA1 Message Date
Hiroshi Ichikawa 7d978084ca [objectivec] Fix memory leak of exceptions raised by RaiseException() (#4556) 7 years ago
Thomas Van Lenten 8417871a71 Move to Xcode 9.3 which also means a High Sierra image. 7 years ago
Thomas Van Lenten b59da6d099 Remove the iOS Test App. 7 years ago
Sergio Campama ce24b8a224 Update Xcode settings 7 years ago
Thomas Van Lenten e998b8ff66 Add compile test sources for to test include order. 7 years ago
Thomas Van Lenten bca797dac9 Trim imports for bundled generated protos. 7 years ago
Adam Cozzette b1216d95db Updated checked-in generated code 7 years ago
Felix Jendrusch 1da9ffe394 Check return value on write of raw pointer 7 years ago
Felix Jendrusch 38508e9bbb Add test for failing write of raw pointer to output stream 7 years ago
Thomas Van Lenten 07f023188e Fix up the docs to mention the WKTs generated files also. 7 years ago
Thomas Van Lenten cf016a42e6 Work around strange error with atomic and swift under Xcode 8.3.3. 7 years ago
Thomas Van Lenten d570d48648 Don't assume c-strings are 4 byte aligned. 7 years ago
Thomas Van Lenten d83837ded5 Fix to use "nil" instead of "NULL" for objc objects. 7 years ago
Thomas Van Lenten 81aeed082e Work around the static analyzer false report. 7 years ago
Thomas Van Lenten 953adb16ff Add casts to removed undefined behaviors around shifts. 7 years ago
Thomas Van Lenten 3e1587fd4b Add an explicit import of stdatomic.h. 7 years ago
Thomas Van Lenten 6fd2ae7e45 Bring back import of OSAtomic. 7 years ago
Jonathan Dierksen a721bf6d29 Migrate away from deprecated OSAtomic APIs. (#4184) 7 years ago
Thomas Van Lenten 4588e6e2b9 Force a copy when saving the NSData that came from another. 7 years ago
Thomas Van Lenten 156161dfcd Properly copy maps with string keys but pod values. 7 years ago
kvukic 8529f2aee3 Resolved issue #3510. Malformed errorr messages replaced with meaningful description 7 years ago
Thomas Van Lenten 860d693cf7 Add Xcode 9.2 to the testing support 7 years ago
Feng Xiao 75eceb8424 Update generated code. 7 years ago
Adam Cozzette 92a7e778e7 Integrated internal changes from Google 7 years ago
Thomas Van Lenten baed06e694 Small code reorder to maybe make #3893 happy. 7 years ago
Thomas Van Lenten 6700f41c4b Travis config cleanups and move ObjC to Xcode 9.1. 7 years ago
dmaclach 2b3aa1c294 Add Setter/Getter type verification. (#3880) 7 years ago
dmaclach 8537f1e6d5 Fix up warnings from Xcode 9.1 (#3887) 7 years ago
Sergio Campama 02129f0a87 Fixes 32bit tests. 7 years ago
Dave MacLachlan 8ae6844cf4 codereview cleanup 7 years ago
Dave MacLachlan 4ba30923fa code review cleanup 7 years ago
Dave MacLachlan 949596ea32 Simplify getter/setter method implementations 7 years ago
Dave MacLachlan 9d7f313372 Reduce size of GPBDictionary by getting rid of class creation methods 7 years ago
Dave MacLachlan 37a6672c31 Remove unreferenced 'GPBMessageSignatureProtocol' class. 7 years ago
Thomas Van Lenten 1f57e540ac When comparing message, require them to have the same descriptor. 7 years ago
xuwei-k 05b56d01c1 update joda-time javadoc url 7 years ago
Sergio Campama b1f954e639 Improves coverage of GPBCodedInputStream 7 years ago
Jisi Liu ecf2957106 Update descriptor protos 7 years ago
Thomas Van Lenten a274c67caf Build out more complete code coverage in the tests. 7 years ago
Thomas Van Lenten 9477123538 Let Xcode 9 update project/scheme settings. 7 years ago
Thomas Van Lenten b586e646a4 Add Xcode 9 support to the helper script. 7 years ago
Thomas Van Lenten 3f2dcaebe3 ObjC: Fix merging of length delimited unknown fields. 7 years ago
cclauss 6f4c9b07e4 print() function for Python 3 7 years ago
Thomas Van Lenten ba81c59cf5 Fix up Xcode 8.3.x support. 7 years ago
Jisi Liu 86975301f1 Update csharp and php descriptor 7 years ago
Thomas Van Lenten b30dee3ea6 Expose the initializer for unknown fields. 8 years ago
Thomas Van Lenten db45687a38 If we fail to get a descriptor just super the method resolving. 8 years ago
Thomas Van Lenten 5fd71ce631 ObjC: Document the exceptions on some of the writing apis. 8 years ago
Thomas Van Lenten 1d0988b8ef ObjC: Preserve unknown fields in proto3 syntax files. 8 years ago
Thomas Van Lenten ecc0f54127 Properly error on a tag with field number zero. 8 years ago