Releases: Azure/vld
Releases · Azure/vld
VLD v2.5.14
Visual Leak Detector v2.5.14
Changes
official pipeline creates release in GitHub v02 (#55)
Installation
Download and run the installer below. See README for usage instructions.
Changes:
- 0af0da0 official pipeline creates release in GitHub v02 (#55)
- e159a96 Add GitHub Release creation to official pipeline (#54)
This list of changes was auto generated.
v2.5.13
What's Changed
- add cmakelists by @anporumb in #36
- add arm64 support by @anporumb in #38
- remove visual studioness by @anporumb in #39
- added minimal yml by @anporumb in #40
- [MrBot] add yml, gated build (?), release config for x64, debug&release for x86 by @anporumb in #41
- enable arm gate by @anporumb in #42
- Fix RelWithDebInfo in the gate by @anporumb in #43
- deep recursion test + improvements by @anporumb in #45
- [MrBot] have submodules by @anporumb in #46
- fix arm forever by @anporumb in #47
- publish artifacts, update inno setup script by @anporumb in #50
- official pipeline by @anporumb in #51
- fix official pipeline by @anporumb in #52
- fix official branch v01 by @anporumb in #53
New Contributors
Full Changelog: v2.5.10...v2.5.13
v2.5.10
What's Changed
- Remove .teamcity folder by @dcristoloveanu in #30
- Use gtest for static_string_test by @cyrus-jackson in #23
- Cherry pick of data race fix (#29) to master by @dcristoloveanu in #34
- Bump up version to 2.5.10 by @dcristoloveanu in #35
Full Changelog: v2.5.9...v2.5.10
v2.5.9
What's Changed
- Add newlines to Report call when VirtualProtect fails. by @darobs in #18
- Feature: Ignore defined functions from leak detection by @cyrus-jackson in #21
New Contributors
Full Changelog: v2.5.8...v2.5.9
Fix bugs in FindRealCode
- Fix AV in FindRealCode due to incorrect restore of page protection flags
v2.5.7
Fix AV in FindRealCode
2.5.6
- Targets Visual Studio 2019 with Windows SDK version 10.0.19041.0
- Replaces call to
VirtualQuerywithQueryVirtualMemoryInformationwhich should be faster - Fixes installer (a bit) to setup Visual Studio settings for 2019 (which wouldn't work if VS2017 or older was never installed)
- Removes all false positives for static initialization
- Tests for Win32 (x86) do not work because only x64 gtest is included now