Azure / vld

Visual Leak Detector for Visual C++ 2008-2015
https://kinddragon.github.io/vld/
GNU Lesser General Public License v2.1
42 stars 25 forks source link

Migrate from VS Solutions to CMake and add build to PR #3

Open mattdurak opened 4 years ago

mattdurak commented 4 years ago

Should migrate to CMakeLists instead of the Visual studio projects Then we can also add some automated build steps for PRs (build, run tests, generate installer)

razor950 commented 3 years ago

if it is fine, I have a modified build that has CMake support @ https://github.com/razor950/vld/

I could push a pull request with the changes but I do have some improvements to make with the CMake implementation along with I'll likely move some of the changes done on this repo if it is okay.

mattdurak commented 3 years ago

You can create a PR in this repo and we will try to review it as we have time