Changes of Version 0.4
| 10.05.07 |
The Version 0.4.2 has been released. Follwoing extensions has been approved:
- MessageServer: Implementation of a messaging system for Zeus-Framework (ZMS)
- All servers are configured by its
<server>.properties file
- SettingsManager: New singleton for settings such as properties and arguments. Available also for code modules.
|
| 23.03.07 |
The Version 0.4.1 has been released. Follwoing extensions has been approved:
- TAtomicValueType<T>: Template class for thread safe numeric data types
- TAtomicInt: Thread safe integer type
- TAtomicFloat: Thread safe float type
- TAtomicCounter: Thread safe counter (just like TAtomicInt)
- TEndianHelper: Class to convert data from little to big endian and inverse
- TCriticalScope: Used to greate a tread safe program scope.
- TSystemInfo: Gives informations about processor, memory etc.
|
| 17.02.07 |
The Version 0.4.0 has been released. This version has been restructed in different packages:
- ZeusBase: Generic C++ Framework. Includes RMI for C++, Cell Computing model and much more.
- ZeusMath: Planed is a math library for vector geometrie, signal processing and fuzzy logic
- ZeusCell: Cell Computing Network
- ZeusExamples: Zeus applications
Changes of the ZeusBase-Project:
- RMI version 2.0 released. Includes a RMI compiler for C++
- Datatypes defines for n-bit Systems (Optimized for 64bit)
- TCalendar class for date and time functions.
- TBitCodedValue class for bit masks and convertions of hex and binary codes
- Synchronisation with threads
- TextInput and TextOutput-stream classes using different encodings
- TArgumentParser for simple applications
Folowing changes has been realized:
- Lists are able to contain object references.
- Transcode method of TString is able to store UNICODE data in byte arrays.
|
| . | . |
|