Mantis - ALGLIB
Viewing Issue Advanced Details
812 General feature have not tried 2018-04-19 18:51 2018-04-26 17:56
SergeyB  
SergeyB  
normal  
resolved  
implemented  
none    
none 3.14.0  
Unspecified
0000812: IMPLEMENTED: support for IDisposable interface and using semantics by ALGLIB for C#
All objects in ALGLIB for C# now implement IDisposable interface.

In managed edition Dispose() call does nothing, in HPC edition (native core) it performs immediate deallocation of unmanaged memory allocated by ALGLIB.
Issue History
2018-04-19 18:51 SergeyB New Issue
2018-04-19 18:51 SergeyB Status new => assigned
2018-04-19 18:51 SergeyB Assigned To => SergeyB
2018-04-19 18:51 SergeyB Programming language => Unspecified
2018-04-26 17:56 SergeyB View Status private => public
2018-04-26 17:56 SergeyB Summary support for IDisposable interface and using semantics => IMPLEMENTED: support for IDisposable interface and using semantics by ALGLIB for C#
2018-04-26 17:56 SergeyB Description Updated
2018-04-26 17:56 SergeyB Status assigned => resolved
2018-04-26 17:56 SergeyB Fixed in Version => 3.14.0
2018-04-26 17:56 SergeyB Resolution open => implemented

There are no notes attached to this issue.