[CMake] Open Source Memory Checker

2009-10-23 Thread Dixon, Shane
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

Re: [CMake] Open Source Memory Checker

2009-10-23 Thread Pau Garcia i Quiles
On Fri, Oct 23, 2009 at 5:56 PM, Dixon, Shane shane.di...@atmel.com 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

Re: [CMake] Open Source Memory Checker

2009-10-23 Thread Bill Hoffman
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

Re: [CMake] Open Source Memory Checker

2009-10-23 Thread Steve Huston
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,

Re: [CMake] Open Source Memory Checker

2009-10-23 Thread John Drescher
On Fri, Oct 23, 2009 at 2:13 PM, Steve Huston shus...@riverace.com 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

Re: [CMake] Open Source Memory Checker

2009-10-23 Thread Mateusz Loskot
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

Re: [CMake] Open Source Memory Checker

2009-10-23 Thread Steve Huston
On Fri, Oct 23, 2009 at 2:13 PM, Steve Huston shus...@riverace.com 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

Re: [CMake] Open Source Memory Checker

2009-10-23 Thread Dixon, Shane
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 has

Re: [CMake] Open Source Memory Checker

2009-10-23 Thread Mateusz Loskot
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