Skip to content

stdex-v0.2.9 - build 0.0.91

Pre-release
Pre-release
Compare
Choose a tag to compare

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 for stdex::chrono::system_clock and stdex::chrono::steady_clock duration counter define duration as stdex::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).