Skip to content

v2.5.6

Latest
Compare
Choose a tag to compare
@mattdurak mattdurak released this 16 Oct 20:05
· 0 commits to master since this release
  • Targets Visual Studio 2019 with Windows SDK version 10.0.19041.0
  • Replaces call to VirtualQuery with QueryVirtualMemoryInformation which should be faster
  • Fixes installer (a bit) to setup Visual Studio settings for 2019 (which wouldn't work if VS2017 was never installed)
  • Removes all false positives for static initialization

Tests for Win32 (x86) do not work because only x64 gtest is included now