Dixon, Shane wrote:
> Does this work with CMake at all?
I don't know what would be CMake specific about that.
VLD is just a library. CMake is a builder.
You can build your program with CMake and link against VLD.
That's for sure.
Next, run your program under Visual C++ debugger to perform the ana
Does this work with CMake at all?
--
Shane Dixon
Linux Engineer
-Original Message-
From: Mateusz Loskot [mailto:mate...@loskot.net]
Sent: Fri 10/23/2009 1:21 PM
To: Dixon, Shane
Cc: cmake@cmake.org
Subject: Re: [CMake] Open Source Memory Checker
Dixon, Shane wrote:
> If linux
> On Fri, Oct 23, 2009 at 2:13 PM, Steve Huston
> wrote:
> >> If linux has valgrind which is an open source memory checker, is
> >> there any equivalent on Windows? I noticed ctest supports
purify,
> >> but it looks like that's only a pay solution. Am I out of luck
> >> trying to find a memory
Dixon, Shane wrote:
> If linux has valgrind which is an open source memory checker, is
> there any equivalent on Windows? I noticed ctest supports purify,
> but it looks like that's only a pay solution. Am I out of luck
> trying to find a memory checker that's open source on Windows?
Visual Leak
On Fri, Oct 23, 2009 at 2:13 PM, Steve Huston wrote:
>> If linux has valgrind which is an open source memory checker, is
>> there any equivalent on Windows? I noticed ctest supports purify,
>> but it looks like that's only a pay solution. Am I out of luck
>> trying to find a memory checker that'
> If linux has valgrind which is an open source memory checker, is
> there any equivalent on Windows? I noticed ctest supports purify,
> but it looks like that's only a pay solution. Am I out of luck
> trying to find a memory checker that's open source on Windows?
I've not heard of any. But IMO,
Dixon, Shane wrote:
If linux has valgrind which is an open source memory checker, is there
any equivalent on Windows? I noticed ctest supports purify, but it
looks like that's only a pay solution. Am I out of luck trying to find
a memory checker that's open source on Windows?
As far as I
On Fri, Oct 23, 2009 at 5:56 PM, Dixon, Shane wrote:
> If linux has valgrind which is an open source memory checker, is there any
> equivalent on Windows? I noticed ctest supports purify, but it looks like
> that's only a pay solution. Am I out of luck trying to find a memory
> checker that's op
If linux has valgrind which is an open source memory checker, is there any
equivalent on Windows? I noticed ctest supports purify, but it looks like
that's only a pay solution. Am I out of luck trying to find a memory checker
that's open source on Windows?
--
Shane
___