[cmake-developers] [CMake 0014299]: Double free in cmCustomCommand

2013-07-17 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14299 == Reported By:Vitezslav Cizek Assigned To:

Re: [cmake-developers] Fwd: Bug#717144: Remove workaround-gcc296-bugs from ctest -T MemCheck

2013-07-17 Thread Brad King
On 7/17/2013 9:57 AM, Bill Hoffman wrote: > Subject: Bug#717144: Remove workaround-gcc296-bugs from ctest -T MemCheck Eike did this a few months ago: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3b5b7589 -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at ht

[cmake-developers] Fwd: Bug#717144: Remove workaround-gcc296-bugs from ctest -T MemCheck

2013-07-17 Thread Bill Hoffman
FYI.. Original Message Subject: Bug#717144: Remove workaround-gcc296-bugs from ctest -T MemCheck Resent-Date: Wed, 17 Jul 2013 09:45:01 + Resent-From: Mathieu Malaterre Resent-To: debian-bugs-d...@lists.debian.org Resent-CC: Modestas Vainius Date: Wed, 17 Jul 2013 11:42:1

Re: [cmake-developers] tll-new-signatures topic

2013-07-17 Thread Brad King
On 07/17/2013 09:05 AM, Brad King wrote: > Please add documentation to tll() about the restriction enforced > the signature policy (CMP0023). Also, in this hunk: +const char *sigString += (sig == cmTarget::NewTLLSignature ? "old" : "new"); +s << "The uses of the "

[cmake-developers] tll-new-signatures topic

2013-07-17 Thread Brad King
Steve, Please add documentation to tll() about the restriction enforced the signature policy (CMP0023). Also please extend the RunCMake.target_link_libraries test cases to cover more combinations: * Use of PRIVATE and LINK_PRIVATE in separate calls is okay. * Use of the original plain signature

[cmake-developers] framework-interface-includes topic

2013-07-17 Thread Brad King
Steve, Thanks for working on this. Please update the documentation of tll() to mention this behavior. Also, the use of CollapseFullPath to evaluate "/.." seems more complicated than necessary. A single CollapseFullPath of the original input followed by a check against a pre-compiled regex can c

[cmake-developers] [CMake 0014298]: add_test and test with space

2013-07-17 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://cmake.org/Bug/view.php?id=14298 == Reported By:Mathieu Malaterre Assigned To: