| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|
|
| |
See #889
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Close #406
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Close #302
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Close #256
|
|
|
|
| |
Close #243
|
|
|
|
| |
up some debug output from JS test
|
| |
|
|
|
|
|
|
|
|
|
| |
Fix a bug in slice2java that generate bogus code or using
Value as an Slice operation parameter
Fix a bug in JavaScript mapping that cause a run-time error
when invoking an operation that defines Value as an input
parameter
|
| |
|
|
|
|
| |
See #200
|
|
|
|
| |
See #203
|
| |
|
| |
|
|
|
|
|
|
|
| |
Add support to map Slice modules to different namespaces
using cs:namespace metadata
Fixes #122 slice2cs generates invalid namespace qualification
|
| |
|
| |
|