Re: [CMake] gcov: handling same file name in different directories

2011-01-17 Thread Marco Craveiro
On Sun, 2011-01-16 at 22:31 -0500, Bill Hoffman wrote: > A bug report with the patch would be the best thing to do. > this has been submitted as #0011717 http://www.cmake.org/Bug/view.php?id=11717 thanks for your time Bill. marco -- Constraint has encouraged not only economy, but also a cert

Re: [CMake] gcov: handling same file name in different directories

2011-01-16 Thread Bill Hoffman
On 1/16/2011 4:57 PM, Marco Craveiro wrote: hello cmakers, if i havent gone through the proper channels with regards to this issue, can someone point me the proper process? should i submit a bug report and attach my patch to it? A bug report with the patch would be the best thing to do. Tha

Re: [CMake] gcov: handling same file name in different directories

2011-01-16 Thread Marco Craveiro
hello cmakers, if i havent gone through the proper channels with regards to this issue, can someone point me the proper process? should i submit a bug report and attach my patch to it? cheers marco -- Constraint has encouraged not only economy, but also a certain elegance of design. -- Dennis

[CMake] gcov: handling same file name in different directories

2011-01-13 Thread Marco Craveiro
hello cmakers, i've been trying to use ctest's coverage support on a project that uses the same file name in different directories, e.g.: serialisation/some_class_name.hpp streaming/some_class_name.hpp ... due to the parameters passed in to gcov by ctest, this results in naming clashes when gene