summaryrefslogtreecommitdiff
path: root/matlab/src/Init.cpp
Commit message (Collapse)AuthorAge
* 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.
* Unnecessary registerIceWS in Ice for MATLAB - Close #401Jose2019-06-21
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Increase Visual Studio warning level to Level4Bernard Normier2018-11-01
| | | | Fixes #223.
* Update copyright year to 2018Jose2018-02-14
|
* Register plug-ins with MATLAB extensionJose2017-10-16
|
* Replace SELF/DEREF macros with deref template functionJose2017-10-13
|
* Remove extra ICE_MATLAB_API macrosJose2017-10-13
|
* Package and build fixesJose2017-10-11
- Add matlab tool box package - Update dllExports - Rename icematlab.h -> ice.h - Move sources to matlab/src