[CMake] continuous builds and CTEST_ELAPSED_TIME

2011-01-20 Thread Marco Craveiro
hello cmakers, i've been parsing some of the documentation/posts etc on continuous builds. it seems a pretty common pattern for people to settle on a while loop such as the one described in the official wiki (http://www.cmake.org/Wiki/CMake_Scripting_Of_CTest): while (${CTEST_ELAPSED_TIME} LESS 3

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 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
2001 From: Marco Craveiro Date: Wed, 12 Jan 2011 22:43:24 + Subject: [PATCH] use the --preserve-paths flag when invoking gcov to avoid name clashes. at present, name clashes can occur when invoking gcov on a project that uses the same file name in different directories. the --preserve-paths fl