Releases: AlexWorx/ALib-Class-Library
Version 2412 Revision 0
A massive overhaul of modules "Monomem", "Config", and "Files".
New module "Threadmodel" introduces thread-pools and other concurrency features.
Tons of smaller changes, especially impacts from the new efficient allocation features.
Version 2402 Revision 1
Updated all Platforms/Compilers/toolchains.
Supports C++ 17/20 compilation (11 and 14 removed).
New module Files (directory scanner).
ALox Programmer's Manual updated (70 pages!)
Revised library organization.
All changes are documented here.
Version 2312 Revision 0
Updated all Platforms/Compilers/toolchains.
Supports C++ 20 compilation (besides 11, 14 and 17).
New module BitBuffer.
Many fixes and minor changes.
All changes are documented here.
Version 1912 Revision 0
This release concludes the refactoring started with the previous release. The biggest major new feature comes with module ALib Monomem, that provides fast monotonic memory allocation. The use of this module is allows major improvements of execution performance of any memory-intense software.
Version 1903 Revision 0
The library received major refactoring. It is devided in 16 modules now. 14 of them received Programmer's Manuals with combined more than 450 pages!