stdex-v0.2.11 - build 0.0.96
Pre-release
Pre-release
[0.2.11] - 2022-04-22
Added
- polluting global namespace with
strerror_s
andstrerrorlen_s
symbols, sorry for that
Removed
- stupid MS visual studio warnings
Changed
- pthread implementation for Windows updated
stdex::error_category
string messages now thread-safe when possible (detecting and using thr-safe strerror_s if possible)- build scripts for windows version of library
Fixed
stdex::thread
handle now is initialized properly to default value
Working on
- futures implementation
- move semantics emulation
- function implementation
Release contains static prebuilded library for Visual Studio's with pthreads-win32. To include in your vs project add 'pthread/include' as global headers path (Configuration Properties->VC++ Directories->Include Directories or to enviromental variable INCLUDE).
Full Changelog: stdex-v0.2.10---build-0.0.95...stdex-v0.2.11---build-0.0.96