[cmake-developers] [PATCH] Tell CTest about Apache Maven warnings

2011-03-18 Thread Rolf Eike Beer
Hi, we had a lot of fun debugging our nightly builds in the last couple of days. Part of our build process are some programs that get build using Apache Maven and are used to generate other files later on. It's something like this: ADD_CUSTOM_COMMAND( OUTPUT ${artifact} DEPENDS

Re: [cmake-developers] VS2010 fortran composer

2011-03-18 Thread Biddiscombe, John A.
I'm trying to get the entire hdf5 project compiling with the fortran stuff enabled, but I've run into an issue The solution has mixed fortran and c targets, and it adds dependency information which includes the project file extension cmVisualStudio10TargetGenerator::WriteProjectReferences ...

Re: [cmake-developers] [PATCH] Tell CTest about Apache Maven warnings

2011-03-18 Thread David Cole
Thanks. Looks reasonable. Merged/pushed to next: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fcf3208ac10942344d4e7302ca8351758ba26978 Expect it in the next release. thx, David On Fri, Mar 18, 2011 at 4:51 AM, Rolf Eike Beer e...@sf-mail.de wrote: Hi, we had a lot of fun debugging our

Re: [cmake-developers] VS2010 fortran composer

2011-03-18 Thread Biddiscombe, John A.
if(cmTarget::LinkInterface const* iface = dt-GetLinkInterface(Debug)) { if (iface-Languages.size()0 iface-Languages[0]==Fortran) { path += .vfproj; } Seems to work. -Original Message- From: cmake-developers-boun...@cmake.org

Re: [cmake-developers] memory leaks in cpack

2011-03-18 Thread Eric Noulard
2011/3/18 Bill Hoffman bill.hoff...@kitware.com: The commits that went in this day: http://www.cdash.org/CDash/viewChanges.php?project=CMakedate=2011-03-12 Caused memory leaks to show up here: http://www.cdash.org/CDash/viewDynamicAnalysisFile.php?id=1142597 May be for me. I'll have a

Re: [cmake-developers] New Cmake module - Armadillo C++

2011-03-18 Thread Alexander Neundorf
On Thursday 17 March 2011, creusot wrote: Hi Alex, Thanks for your help. I have changed the FindArmadillo.cmake file using your comments. The file is attached to this email. I also modified Armadillo installation. A new ArmadilloConfig.cmake file is installed in

Re: [cmake-developers] memory leaks in cpack

2011-03-18 Thread Bill Hoffman
On 3/18/2011 11:00 AM, Eric Noulard wrote: 2011/3/18 Bill Hoffmanbill.hoff...@kitware.com: The commits that went in this day: http://www.cdash.org/CDash/viewChanges.php?project=CMakedate=2011-03-12 Caused memory leaks to show up here:

Re: [cmake-developers] New Cmake module - Armadillo C++

2011-03-18 Thread creusot
Hi Alex, I did followed the steps on the website: - formatting the cmake file - subscribing to the mailing list - sending an email with the new module If there is something to do next, it is not clear what it is. Is there someone to contact to include the file on the CVS? Clement Here you

Re: [cmake-developers] memory leaks in cpack

2011-03-18 Thread Eric Noulard
2011/3/18 Bill Hoffman bill.hoff...@kitware.com: On 3/18/2011 11:00 AM, Eric Noulard wrote: 2011/3/18 Bill Hoffmanbill.hoff...@kitware.com: The commits that went in this day: http://www.cdash.org/CDash/viewChanges.php?project=CMakedate=2011-03-12 Caused memory leaks to show up here:

Re: [cmake-developers] memory leaks in cpack

2011-03-18 Thread Bill Hoffman
On 3/18/2011 3:52 PM, Eric Noulard wrote: Yes but this could be a real symptom a memory corruption. What is the simplest way for me to run the same valgrind test locally? Which ctest one line command, may use for that? That said... The problem seems to be here: dbfilename +=

Re: [cmake-developers] memory leaks in cpack

2011-03-18 Thread Eric Noulard
2011/3/18 Bill Hoffman bill.hoff...@kitware.com: On 3/18/2011 3:52 PM, Eric Noulard wrote: Yes but this could be a real symptom a memory corruption. What is the simplest way for me to run the same valgrind test locally? Which ctest one line command, may use for that? That said... The

Re: [cmake-developers] memory leaks in cpack

2011-03-18 Thread Eric Noulard
2011/3/18 Eric Noulard eric.noul...@gmail.com: 2011/3/18 Bill Hoffman bill.hoff...@kitware.com: On 3/18/2011 3:52 PM, Eric Noulard wrote: Yes but this could be a real symptom a memory corruption. What is the simplest way for me to run the same valgrind test locally? Which ctest one line