1.11.13
ASL version 1.11.13
Some small fixes and changes.
- Fixed
StreamBuffer,SHA1and other stuff on Big Endian machines (e.g. PowerPC). Endianness autodetected. - Fixed possible use after free in
SocketServerand derived classes. - Fixed memory issues with shared arrays and atomic count in old compilers
- Fixed
Matrix3multiplication for projective transforms and addedoperator-(Matrix3) LocalSocketon recent Windows 10+ can now be used without explicit optionHttpServerwhen serving files will only setContent-Typefrom file extension if it is not explicitly set.- Added
File::CREATEtoFileopen mode for exclusive mode (has to be used together withFile::WRITE)
TextFile file("data.txt", File::WRITE | File::CREATE); // Fail if the file already exists
More deprecated functions: list here. Most will be removed in next releases.
Attached Debugger visualizer file for Visual Studio (copy "asl.natvis" to <user>\Documents\Visual Studio <version>\Visualizers)