Skip to content

Commit

Permalink
Build Visual Studio 2017
Browse files Browse the repository at this point in the history
  • Loading branch information
chronoxor committed Mar 20, 2019
1 parent 1ee452d commit c49f6e3
Show file tree
Hide file tree
Showing 29 changed files with 3,819 additions and 2,042 deletions.
15 changes: 14 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
Visual Leak Detector (VLD) Version 2.5.1
Visual Leak Detector (VLD) Version 2.5.3


Change Log / Release Notes

2.5.3 (20 March 2019)
----------------------------
+ More fixes

2.5.2 (30 January 2018)
----------------------------
Enhancements:
+ VS2017 support added.

Bugs Fixed:
+ Fix #10586 VLD interferes with GetLastError().
+ Fix GitHub issue 38, Installation of 2.5.1 on 32-bit Windows 7 fails

2.5.1 (30 January 2017)
----------------------------
Enhancements:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ We encourage developers who've added their own features, or fixed bugs they've f

* [Source code](https://github.com/KindDragon/vld)

Copyright © 2005-2017 VLD Team
Copyright © 2005-2018 VLD Team

[1]: https://github.com/KindDragon/vld/wiki
[2]: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N3QTYHP9LH6UY&lc=GB&item_name=Visual%20Leak%20Detector&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
Expand Down
28 changes: 17 additions & 11 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,49 +5,55 @@ branches:
except:
- gh-pages

os: Visual Studio 2015
os: Visual Studio 2017

environment:
GTEST_REPEAT: 1

matrix:
- VldStackWalkMethod: safe
Toolset: v90
Solution: vld_vs14_wo_mfc.sln
Solution: vld_vs15_wo_mfc.sln
GTEST_FILTER: -*.Mfc*
- VldStackWalkMethod: safe
Toolset: v100
Solution: vld_vs14_wo_mfc.sln
Solution: vld_vs15_wo_mfc.sln
GTEST_FILTER: -*.Mfc*
- VldStackWalkMethod: safe
Toolset: v110
Solution: vld_vs14_wo_mfc.sln
Solution: vld_vs15_wo_mfc.sln
GTEST_FILTER: -*.Mfc*
- VldStackWalkMethod: safe
Toolset: v120_xp
Solution: vld_vs14.sln
Solution: vld_vs15.sln
- VldStackWalkMethod: safe
Toolset: v140_xp
Solution: vld_vs14.sln
Solution: vld_vs15.sln
- VldStackWalkMethod: safe
Toolset: v150_xp
Solution: vld_vs15.sln

- VldStackWalkMethod: fast
Toolset: v90
Solution: vld_vs14_wo_mfc.sln
Solution: vld_vs15_wo_mfc.sln
GTEST_FILTER: -*.Mfc*
- VldStackWalkMethod: fast
Toolset: v100
Solution: vld_vs14_wo_mfc.sln
Solution: vld_vs15_wo_mfc.sln
GTEST_FILTER: -*.Mfc*
- VldStackWalkMethod: fast
Toolset: v110
Solution: vld_vs14_wo_mfc.sln
Solution: vld_vs15_wo_mfc.sln
GTEST_FILTER: -*.Mfc*
- VldStackWalkMethod: fast
Toolset: v120_xp
Solution: vld_vs14.sln
Solution: vld_vs15.sln
- VldStackWalkMethod: fast
Toolset: v140_xp
Solution: vld_vs14.sln
Solution: vld_vs15.sln
- VldStackWalkMethod: fast
Toolset: v150_xp
Solution: vld_vs15.sln

platform:
- Win32
Expand Down
Loading

0 comments on commit c49f6e3

Please sign in to comment.