Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | Unnecessary registerIceWS in Ice for MATLAB - Close #401 | Jose | 2019-06-21 |
| | |||
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Increase Visual Studio warning level to Level4 | Bernard Normier | 2018-11-01 |
| | | | | Fixes #223. | ||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Register plug-ins with MATLAB extension | Jose | 2017-10-16 |
| | |||
* | Replace SELF/DEREF macros with deref template function | Jose | 2017-10-13 |
| | |||
* | Remove extra ICE_MATLAB_API macros | Jose | 2017-10-13 |
| | |||
* | Package and build fixes | Jose | 2017-10-11 |
- Add matlab tool box package - Update dllExports - Rename icematlab.h -> ice.h - Move sources to matlab/src |