summaryrefslogtreecommitdiff
path: root/swift/src/Ice/OutputStream.swift
Commit message (Expand)AuthorAge
* Use const void*/UnsafeRaw pointer instead on non-constBernard Normier2019-10-09
* Fixed Swift leak when unmarshalling Ice value, fixes #581Benoit Foucher2019-10-09
* Use another Data init overloadBernard Normier2019-10-08
* No longer allocate NSData with initWithBytesNoCopy in ObjC++ code.Bernard Normier2019-10-08
* Simplify OutputStream creationJose2019-07-18
* Rename IceObjc to IceImplJose2019-07-03
* Added clear to SlicedData and updated Ice/slicing/objects test.Bernard Normier2019-06-27
* Updated commentsBernard Normier2019-05-30
* Add Swift documentation commentsJose2019-05-28
* Add/remove leading underscoresBernard Normier2019-05-08
* Break cycles with unowned propertiesBernard Normier2019-05-07
* Simplified encaps in InputStream/OutputStreamBernard Normier2019-05-07
* Better handling of 1-byte numericBernard Normier2019-05-03
* Use Data/NSData between Swift and ObjCBernard Normier2019-05-03
* Changed mapping for sequence<byte> to Foundation.DataBernard Normier2019-05-03
* CleanupBernard Normier2019-05-03
* Refactor handling of numeric types in InputStream and OutputStreamBernard Normier2019-05-03
* Simplified string marshalingBernard Normier2019-05-02
* Removed Buffer private classBernard Normier2019-05-01
* Use Data in InputStream and OutputStreamBernard Normier2019-05-01
* Fix preconditionJose2019-04-18
* Proxy marshal fixesJose2019-04-18
* Fixes to blobject and async error handlingJoe George2019-04-17
* Add Blobject and BlobjectAsyncJoe George2019-04-17
* Copyright header fixesJoe George2019-04-15
* Rename Protocol to SwiftFlagsJoe George2019-04-11
* Formatting fixesJoe George2019-04-04
* Additional fixes for optional marshalling & unmarshallingJose2019-04-03
* Fixes for optional marshalling unmarshallingJose2019-04-03
* Fixes for optional marshalling unmarshallingJose2019-04-02
* Server side supportJoe George2019-04-01
* Slicing fixesJose2019-03-29
* prefer for in to forEachJose2019-03-29
* Fixes to allow override Ice.Value & Ice.UserExceptionJose2019-03-28
* Marshaling unmarshaling updatesJose2019-03-26
* More stream fixesJose2019-03-22
* Stream fixesJose2019-03-21
* Buffer updatesJoe George2019-03-15
* Swift Proxy fixes & updatesJose2019-03-15
* Fixes for OutputStream and InputStream initializationJose2019-03-15
* Stream test updatesJose2019-03-13
* Fixes or exceptions, logging and moreJoe George2019-03-12
* Fixes for exception and interface by value marshal unmarshal codeJose2019-03-12
* valueIdIndex must start at 1 with 1.1 encodingJose2019-03-11
* More marshalling updatesJose2019-03-11
* Value unmarshal updatesJose2019-03-10
* Value marshalling fixesJose2019-03-09
* Marshalling fixesJose2019-03-08
* Fixe for rewriting numericsJoe George2019-03-08
* Replace some if statemetns with guardJoe George2019-03-08