Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix version string and objc build | Joe George | 2021-02-24 |
| | |||
* | Update version to v3.8.0 | Joe George | 2021-02-15 |
| | |||
* | Update version to 3.7.5 | Jose | 2020-11-30 |
| | |||
* | Add missing import to fix Swift framework build (#1077) (#1078) | Marco Pfattner | 2020-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 George | 2020-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.4 | Jose | 2020-04-20 |
| | |||
* | Fix Swift 5.2 build failures | Joe George | 2020-03-27 |
| | |||
* | Remove synchronization from getCachedSwiftObject | Joe George | 2019-10-10 |
| | |||
* | Added/moved autorelease pool for async responses/exceptions/sent | Bernard Normier | 2019-10-10 |
| | |||
* | Pass exception_ptr by value | Bernard Normier | 2019-10-10 |
| | |||
* | Add autorelease pool to sync invocation responses | Bernard Normier | 2019-10-09 |
| | |||
* | Use const void*/UnsafeRaw pointer instead on non-const | Bernard Normier | 2019-10-09 |
| | |||
* | Cache Trace.Slicing in CommunicatorI | Bernard Normier | 2019-10-09 |
| | |||
* | Make response non-nullable | Bernard Normier | 2019-10-09 |
| | |||
* | Fix #579 - Add autoreleasepools from objc -> swift | Joe George | 2019-10-09 |
| | |||
* | Fixed Swift leak when unmarshalling Ice value, fixes #581 | Benoit Foucher | 2019-10-09 |
| | |||
* | Fixed Swift stringToProxy leak, fixes #580 | Benoit Foucher | 2019-10-09 |
| | |||
* | Switch to raw bytes for response callback | Bernard Normier | 2019-10-08 |
| | |||
* | Use another Data init overload | Bernard Normier | 2019-10-08 |
| | |||
* | No longer allocate NSData with initWithBytesNoCopy in ObjC++ code. | Bernard Normier | 2019-10-08 |
| | | | | Fixes #578 | ||
* | Swift comment updates | Joe George | 2019-09-09 |
| | |||
* | Fix #513 - Use nil queue for sentOn: callback | Joe George | 2019-09-09 |
| | |||
* | White space cleanup | Jose | 2019-07-25 |
| | |||
* | Update Ice version to 3.7.3 | Jose | 2019-07-22 |
| | |||
* | Renamed API macro to ICEIMPL_API. Fixes #451. | Bernard Normier | 2019-07-19 |
| | |||
* | Update Swift version to 3.7b2v3.7-beta2-swift | Jose | 2019-07-18 |
| | |||
* | Simplify OutputStream creation | Jose | 2019-07-18 |
| | |||
* | Additional fix for #421 | Joe George | 2019-07-18 |
| | | | | We were not continuing our promising on the thread which fufilled them | ||
* | Dispatch fixes for #421 (#440) | Reece Humphreys | 2019-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 IceImpl | Jose | 2019-07-03 |
| | |||
* | Move IceObjc to a separate framework | Jose | 2019-07-03 |
| | | | | | This avoids problems with Carthage binary distribution importing IceObjc framework. | ||
* | Added clear to SlicedData and updated Ice/slicing/objects test. | Bernard Normier | 2019-06-27 |
| | | | | Fixes 422. | ||
* | Remove unused method | Jose | 2019-06-19 |
| | |||
* | Use ObjectTraits for Ice.Value ice_staticId/ice_id | Jose | 2019-06-17 |
| | |||
* | Add doc comments to Communicator SSL related methods | Jose | 2019-06-14 |
| | |||
* | Support for dispatch interceptors | Bernard Normier | 2019-06-14 |
| | |||
* | Remove sliceValues property from Swift inputStream | Jose | 2019-06-13 |
| | |||
* | More version fixes | Jose | 2019-06-13 |
| | |||
* | Run swiftformat over all Swift files | Joe George | 2019-06-12 |
| | |||
* | Fixed Object.ice_isA signature | Bernard Normier | 2019-06-12 |
| | |||
* | Rename DefaultObjectImpl to ObjectI | Bernard Normier | 2019-06-12 |
| | |||
* | Remove unreachable code | Joe George | 2019-06-11 |
| | |||
* | Replace precondition(false) with fatalError | Joe George | 2019-06-11 |
| | |||
* | Reworked Traits and fixed comments | Bernard Normier | 2019-06-11 |
| | |||
* | Fixed comments | Bernard Normier | 2019-06-11 |
| | |||
* | Blobject dispatch fixes | Jose | 2019-06-11 |
| | |||
* | Missing throws clauses | Jose | 2019-06-11 |
| | |||
* | Swift servant dispatch updates | Jose | 2019-06-11 |
| | |||
* | Fix code format fixes | Jose | 2019-06-04 |
| | |||
* | Check __strong doesn't leak back in Swift | Jose | 2019-06-04 |
| |