stdex-v0.2.9 - build 0.0.91
Pre-release
Pre-release
Changed
- pthreads-win32 library with fresh fixes (affects Windows only)
- dynamic load of 'ntdll.dll' (no more need for 'ntdll.lib' linkage)
- when using
big_int
as internal implementation forstdex::chrono::system_clock
andstdex::chrono::steady_clock
duration counter define duration asstdex::chrono::nanoseconds
Fixed
- static analysis warnings about uninitialized variables and negating unsigned values
stdex::condition_variable::wait_for
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).