Changes of version 0.5
| 10.11.07 |
The version 0.5.2 has been released. Following extensions has been approved:
- Cryptographic classes added in zeusbase library.
- Math library extended with:
- UnitSystemsManager class implemented TUnitSystemsManager
- Complex Number class TComplex
- Fast Fourier transformation FFT/IFFT TFastFourierTransformer
- Fixed error in TXMLFile class. Could not create any new XML documents.
- Resource leak in TXSynchronAction fixed.
- Problem with local heap instances using TArrayList fixed. Denied to adopt pointers by interface calls. Mem-Copy must be used internally.
- Problem fixed using Borland Modules out of a VC++ application. Caused memory leaks because of borland runtime libraries.
- Still known problems
- Tests of ZeusMath for linux still fails on 3rd derivation
|
| 12.08.07 |
The version 0.5.1 has been released. Follwoing extensions has been approved:
- Iterator Wrappers: All iterator interfaces can be wrapped with a smart pointer
TIterator,
TConstIterator,
TMapIterator,
TConstMapIterator.
- Bugs of TArrayList corrected. The array list is more efficient now, adapting array pointer instead of coping it. Two modes of coping implemented (Deep and shallow copy)
|
| 30.07.07 |
The version 0.5.0 has been released. Follwoing extensions has been approved since the pre release:
- TAutoPtr: This auto pointer implementation replaces the old TZObjectPtr<T> implementation.
- Managed Queue, Stack, Map and List classes implemented. The old Object queue, stack, map and list has been removed.
- TGraph: Implementation of the graph theorie has been implemented.
- TPriorityQueue: Priority queue implementation.
- Upgrade of Queue, Set, Stack and List classes
NOTE: Following extensions will be included by the next version:
- Neuronal Networks
- Datagram Sockets for UDP
|
| 07.07.07 |
The pre version 0.5.0 has been released. Follwoing extensions has been approved:
NOTE: This is not a final version. Following extensions are not included yet:
- Node classes for graphical models
- Neuronal Networks
- Datagram Sockets for UDP
|
| . | . |
|