aboutsummaryrefslogtreecommitdiff
path: root/objectivec
AgeCommit message (Expand)Author
2019-01-08ObjC: Add a Xcode project for tvOS.Thomas Van Lenten
2019-01-08Remove stale target reference.Thomas Van Lenten
2018-12-18If enum aliases overlap in ObjC names skip generating the extras.Thomas Van Lenten
2018-12-18Small fix to -[GPBEnumDescriptor getValue:forEnumTextFormatName:]Thomas Van Lenten
2018-12-13Minimize amount of filepaths being copied into protos.Dave MacLachlan
2018-12-05[ObjC] Properly annotate extensions for ARC.Thomas Van Lenten
2018-12-05Annotate the GPBDictionary enumerate* apis with NS_NOESCAPE.Thomas Van Lenten
2018-12-05Annotate the GPBArray enumerate* apis with NS_NOESCAPE.Thomas Van Lenten
2018-12-03[protos/objc] Include more context in deprecation messages ⚠️Stephane Moore
2018-11-27Make sure Objective C Proto compiler doesn't "duplicate" prefixes unnecessarily.Dave MacLachlan
2018-11-19[protobuf/objc] Introduce a protobuf-specific deprecation annotation ⚠️Stephane Moore
2018-11-19ObjC: small improvement to extension serialization.Thomas Van Lenten
2018-11-14Add a unittest for ObjC TextFormat extension support.Thomas Van Lenten
2018-11-14TextFormat extension printing fix.Thomas Van Lenten
2018-11-14Add the missing newlines between repeated extension files.Thomas Van Lenten
2018-11-14Improve comment about warning being incomplete.Thomas Van Lenten
2018-11-14In debug builds output a warning about NSCoding and extensions.Thomas Van Lenten
2018-11-14Fix up the Xcode project.Thomas Van Lenten
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