[Cmake-commits] CMake branch, next, updated. v2.8.3-559-g9d841b5
David Cole
david.cole at kitware.com
Mon Nov 8 11:47:32 EST 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 9d841b5b8b47c378ee49eec0ce41e503d9cd05b3 (commit)
via 1e26f7c68b9cc1bbaf173cb6a7c6137bb2d829f8 (commit)
from 78c1abde46641d7a02e19bd8b5f1e72f295dbf5d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9d841b5b8b47c378ee49eec0ce41e503d9cd05b3
commit 9d841b5b8b47c378ee49eec0ce41e503d9cd05b3
Merge: 78c1abd 1e26f7c
Author: David Cole <david.cole at kitware.com>
AuthorDate: Mon Nov 8 11:47:30 2010 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 8 11:47:30 2010 -0500
Merge topic 'suppress-dashboard-warnings' into next
1e26f7c Suppress "loop was vectorized" "warnings."
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1e26f7c68b9cc1bbaf173cb6a7c6137bb2d829f8
commit 1e26f7c68b9cc1bbaf173cb6a7c6137bb2d829f8
Author: David Cole <david.cole at kitware.com>
AuthorDate: Mon Nov 8 11:29:28 2010 -0500
Commit: David Cole <david.cole at kitware.com>
CommitDate: Mon Nov 8 11:30:19 2010 -0500
Suppress "loop was vectorized" "warnings."
Eliminate appearance on dashboard results from Intel compilers.
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index d5789ed..882fa4c 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -24,6 +24,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
"is not used for resolving any symbol"
"Clock skew detected"
"remark\\(1209"
+ "remark: .*LOOP WAS VECTORIZED"
"LINK : warning LNK4089: all references to.*ADVAPI32.dll.*discarded by /OPT:REF"
"LINK : warning LNK4089: all references to.*USER32.dll.*discarded by /OPT:REF"
"Warning: library was too large for page size.*"
-----------------------------------------------------------------------
Summary of changes:
CTestCustom.cmake.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list