Re: [CMake] CDash Dynamic Analysis

2011-05-02 Thread David Cole
t; > > From:mika.raj...@patria.fi > To:mika.raj...@patria.fi > Cc:cmake@cmake.org, cmake-boun...@cmake.org > Date:28.04.2011 07:50 > Subject:Re: [CMake] CDash Dynamic Analysis > Sent by:cmake-boun...@cmake.org > ---

Re: [CMake] CDash Dynamic Analysis

2011-05-02 Thread David Cole
CTestCustom.cmake file to match custom warning or error output. ( My blog post on a related subject: http://www.kitware.com/blog/home/post/27 ) > -mika > > > > > From:mika.raj...@patria.fi > To:mika.raj...@patria.fi > Cc: cmake@cmake.org, cmake-

Re: [CMake] CDash Dynamic Analysis

2011-05-02 Thread David Cole
ible at the moment. > > I think i need to create my own program which eats program output and poops > DynamicAnalysis.xml files. > > Perhaps i'll even add some way of configuration to it. > > -mika > > > > From:mika.raj...@patria.fi > To:c

Re: [CMake] CDash Dynamic Analysis

2011-05-01 Thread Mika . Rajala
: [CMake] CDash Dynamic Analysis Sent by:cmake-boun...@cmake.org Hi Another update and a question I'v reverse engineered and hacked the CDash/CMake/CTest code a bit to see how it works. I'v now come to the conclusion that the best way to handle custom tools (style chec

Re: [CMake] CDash Dynamic Analysis

2011-04-27 Thread Mika . Rajala
errors / warnings from line that match with a regular expression i give. What would be the best way to do this? -mika From: mika.raj...@patria.fi To: mika.raj...@patria.fi Cc: cmake@cmake.org, cmake-boun...@cmake.org Date: 21.04.2011 09:54 Subject: Re: [CMake] CDash Dynamic

Re: [CMake] CDash Dynamic Analysis

2011-04-20 Thread Mika . Rajala
...@patria.fi Cc: cmake@cmake.org, cmake-boun...@cmake.org Date: 15.04.2011 15:47 Subject:Re: [CMake] CDash Dynamic Analysis Sent by:cmake-boun...@cmake.org Hi This doesn't seem to be very easy, fun or well documented. I'v resolved to looking aroung the CTest source c

Re: [CMake] CDash Dynamic Analysis

2011-04-15 Thread Mika . Rajala
make.org Date: 14.04.2011 09:11 Subject: [CMake] CDash Dynamic Analysis Sent by:cmake-boun...@cmake.org Hi I'm trying to integrate custom tools to CDash Dynamic analysis. I'm not that certain on what is the way I should be going. Is there a way to tell cmake to pick

[CMake] CDash Dynamic Analysis

2011-04-13 Thread Mika . Rajala
Hi I'm trying to integrate custom tools to CDash Dynamic analysis. I'm not that certain on what is the way I should be going. Is there a way to tell cmake to pick up lines from a program as defects in the custom tool submission xml? Do i need to make a program that generates a valid xml file?