summaryrefslogtreecommitdiff
path: root/swift/src
Commit message (Collapse)AuthorAge
* Fix version string and objc buildJoe George2021-02-24
|
* Update version to v3.8.0Joe George2021-02-15
|
* Update version to 3.7.5Jose2020-11-30
|
* Add missing import to fix Swift framework build (#1077) (#1078)Marco Pfattner2020-10-01
| | | | | | * Add missing import to fix Swift framework build (#1077) * Remove unneeded import from source file (#1077) Co-authored-by: Marco Pfattner <marco.pfattner@jambit.com>
* Add class cycle detection during unmarshaling (#946)Joe George2020-07-07
| | | | | | | | | Add support for detection of class cycles during unmarshaling in languages which do no have garbage collection: C++, Swift, and Objective-C. A `MarshalException` is thrown when a cycle is detected. The property `Ice.AcceptClassCycles` can be set to a value greater than `0` to change this behavior.
* Update version to 3.7.4Jose2020-04-20
|
* Fix Swift 5.2 build failuresJoe George2020-03-27
|
* Remove synchronization from getCachedSwiftObjectJoe George2019-10-10
|
* Added/moved autorelease pool for async responses/exceptions/sentBernard Normier2019-10-10
|
* Pass exception_ptr by valueBernard Normier2019-10-10
|
* Add autorelease pool to sync invocation responsesBernard Normier2019-10-09
|
* Use const void*/UnsafeRaw pointer instead on non-constBernard Normier2019-10-09
|
* Cache Trace.Slicing in CommunicatorIBernard Normier2019-10-09
|
* Make response non-nullableBernard Normier2019-10-09
|
* Fix #579 - Add autoreleasepools from objc -> swiftJoe George2019-10-09
|
* Fixed Swift leak when unmarshalling Ice value, fixes #581Benoit Foucher2019-10-09
|
* Fixed Swift stringToProxy leak, fixes #580Benoit Foucher2019-10-09
|
* Switch to raw bytes for response callbackBernard Normier2019-10-08
|
* Use another Data init overloadBernard Normier2019-10-08
|
* No longer allocate NSData with initWithBytesNoCopy in ObjC++ code.Bernard Normier2019-10-08
| | | | Fixes #578
* Swift comment updatesJoe George2019-09-09
|
* Fix #513 - Use nil queue for sentOn: callbackJoe George2019-09-09
|
* White space cleanupJose2019-07-25
|
* Update Ice version to 3.7.3Jose2019-07-22
|
* Renamed API macro to ICEIMPL_API. Fixes #451.Bernard Normier2019-07-19
|
* Update Swift version to 3.7b2v3.7-beta2-swiftJose2019-07-18
|
* Simplify OutputStream creationJose2019-07-18
|
* Additional fix for #421Joe George2019-07-18
| | | | We were not continuing our promising on the thread which fufilled them
* Dispatch fixes for #421 (#440)Reece Humphreys2019-07-18
| | | | | | | | | | | | * Dispatch fixes for #421 * Add interceptor test * Updated test to add test interceptor exceptions * Dispatch fixes and add ability to retry * Fixed comments
* Rename IceObjc to IceImplJose2019-07-03
|
* Move IceObjc to a separate frameworkJose2019-07-03
| | | | | This avoids problems with Carthage binary distribution importing IceObjc framework.
* Added clear to SlicedData and updated Ice/slicing/objects test.Bernard Normier2019-06-27
| | | | Fixes 422.
* Remove unused methodJose2019-06-19
|
* Use ObjectTraits for Ice.Value ice_staticId/ice_idJose2019-06-17
|
* Add doc comments to Communicator SSL related methodsJose2019-06-14
|
* Support for dispatch interceptorsBernard Normier2019-06-14
|
* Remove sliceValues property from Swift inputStreamJose2019-06-13
|
* More version fixesJose2019-06-13
|
* Run swiftformat over all Swift filesJoe George2019-06-12
|
* Fixed Object.ice_isA signatureBernard Normier2019-06-12
|
* Rename DefaultObjectImpl to ObjectIBernard Normier2019-06-12
|
* Remove unreachable codeJoe George2019-06-11
|
* Replace precondition(false) with fatalErrorJoe George2019-06-11
|
* Reworked Traits and fixed commentsBernard Normier2019-06-11
|
* Fixed commentsBernard Normier2019-06-11
|
* Blobject dispatch fixesJose2019-06-11
|
* Missing throws clausesJose2019-06-11
|
* Swift servant dispatch updatesJose2019-06-11
|
* Fix code format fixesJose2019-06-04
|
* Check __strong doesn't leak back in SwiftJose2019-06-04
|