| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes 223.
|
| |
|
|
|
|
| |
Close ICE-8818
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
-fvar-tracking-assignments
|
| |
|
| |
|
|
|
|
| |
Ice::UnkownSlicedValue::ice_id methods
|
| |
|
| |
|
|
|
|
| |
Ice::SlicedData::clear method to break cyclic references
|
| |
|
|
|
|
| |
no longer listen on all interfaces for callbacks
|
| |
|
|
|
|
|
| |
Remove extra newlines from the end of files and add newlines to files
which are missing one.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ICE-7555)
|
| |
|
| |
|
| |
|