The following issue has been SUBMITTED.
==
http://public.kitware.com/Bug/view.php?id=14299
==
Reported By:Vitezslav Cizek
Assigned To:
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
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
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 "
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
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
The following issue has been SUBMITTED.
==
http://cmake.org/Bug/view.php?id=14298
==
Reported By:Mathieu Malaterre
Assigned To: