aboutsummaryrefslogtreecommitdiff
path: root/objectivec
AgeCommit message (Expand)Author
2018-11-09Updated checked-in generated codeAdam Cozzette
2018-11-08Fix bugs in our keyword conversion support for objectivecDave MacLachlan
2018-11-04Added safety checks when malloc returns nil in GPBDescriptorParveen Bhatia
2018-11-02Let the 9.4 migrator migrate the Swift source.Thomas Van Lenten
2018-11-01Add more Xcode versions to the objc build script.Thomas Van Lenten
2018-10-02Add tests to confirm strings/bytes are copied.Thomas Van Lenten
2018-10-02Copy the value when setting message/data fields.Thomas Van Lenten
2018-10-02Turn off ALWAYS_SEARCH_USER_PATHS.Thomas Van Lenten
2018-10-02Remove stray 'return'.Thomas Van Lenten
2018-09-19Regenerate C# and Objective-C.Michael Shields
2018-09-07Regenerated Objective C protos.Josh Haberman
2018-08-22Replace repo links.Feng Xiao
2018-08-08Update generated descriptors.Feng Xiao
2018-08-06Add header need for module maps.dmaclach
2018-07-22Remove/replace travis references (#4953)Feng Xiao
2018-07-11objectivec: Quash -Wself-assign and -Wvla (#4897)Benjamin Barenblat
2018-06-05Update code to work for Xcode 10b1 (#4729)Sergio Campamá
2018-05-29[ObjC] Add ability to introspect list of enum values (#4678)leovitch
2018-04-30[objectivec] Fix memory leak of exceptions raised by RaiseException() (#4556)Hiroshi Ichikawa
2018-04-21Move to Xcode 9.3 which also means a High Sierra image.Thomas Van Lenten
2018-04-20Remove the iOS Test App.Thomas Van Lenten
2018-04-06Update Xcode settingsSergio Campama
2018-04-02Add compile test sources for to test include order.Thomas Van Lenten
2018-04-02Trim imports for bundled generated protos.Thomas Van Lenten
2018-03-20Merge pull request #4387 from acozzette/down-integrateAdam Cozzette
2018-03-14Updated checked-in generated codeAdam Cozzette
2018-03-08Check return value on write of raw pointerFelix Jendrusch
2018-03-08Add test for failing write of raw pointer to output streamFelix Jendrusch
2018-02-07Fix up the docs to mention the WKTs generated files also.Thomas Van Lenten
2018-01-31Work around strange error with atomic and swift under Xcode 8.3.3.Thomas Van Lenten
2018-01-31Don't assume c-strings are 4 byte aligned.Thomas Van Lenten
2018-01-31Fix to use "nil" instead of "NULL" for objc objects.Thomas Van Lenten
2018-01-31Work around the static analyzer false report.Thomas Van Lenten
2018-01-31Add casts to removed undefined behaviors around shifts.Thomas Van Lenten
2018-01-25Add an explicit import of stdatomic.h.Thomas Van Lenten
2018-01-25Bring back import of OSAtomic.Thomas Van Lenten
2018-01-22Migrate away from deprecated OSAtomic APIs. (#4184)Jonathan Dierksen
2018-01-03Force a copy when saving the NSData that came from another.Thomas Van Lenten
2018-01-03Properly copy maps with string keys but pod values.Thomas Van Lenten
2017-12-29Resolved issue #3510. Malformed errorr messages replaced with meaningful desc...kvukic
2017-12-18Add Xcode 9.2 to the testing supportThomas Van Lenten
2017-12-12Update generated code.Feng Xiao
2017-12-01Merge branch 'master' into down-integrateAdam Cozzette
2017-12-01Integrated internal changes from GoogleAdam Cozzette
2017-11-17Small code reorder to maybe make #3893 happy.Thomas Van Lenten
2017-11-16Travis config cleanups and move ObjC to Xcode 9.1.Thomas Van Lenten
2017-11-16Add Setter/Getter type verification. (#3880)dmaclach
2017-11-16Fix up warnings from Xcode 9.1 (#3887)dmaclach
2017-11-15Fixes 32bit tests.Sergio Campama
2017-11-15Merge pull request #3883 from dmaclach/map_optimizationsThomas Van Lenten