summaryrefslogtreecommitdiff
path: root/swift/src/Ice
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 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
|
* Use const void*/UnsafeRaw pointer instead on non-constBernard Normier2019-10-09
|
* Cache Trace.Slicing in CommunicatorIBernard Normier2019-10-09
|
* Fixed Swift leak when unmarshalling Ice value, fixes #581Benoit 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
|
* 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
|
* 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
|
* Fixes related to autoreleasepool usageJose2019-06-03
|
* Small simplification of EndpointInfo implementationBernard Normier2019-06-03
|
* Fix accessibility level of Incoming membersJose2019-06-03
|
* Doc comment fixesJose2019-06-03
|
* Make RuntimeError derive from LocalExceptionJose2019-06-03
|
* fix typoJose2019-05-31
|
* Fix endpoint initializationJose2019-05-31
|
* Fix admin facet factoryJose2019-05-31
|
* Updated commentsBernard Normier2019-05-30
|
* Fix ice_invoke to not use Promise waitJose2019-05-30
|