[Cmake-commits] CMake branch, next, updated. v2.8.1-1349-g32b964a

David Cole david.cole at kitware.com
Tue Jun 8 10:51:37 EDT 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  32b964add2dca7beb52b1b4cd65059e30b13dae3 (commit)
       via  0033245e2fe8c418fb2df09ec62e46fc2ac92b6b (commit)
       via  6f9bb934d41912ee0e9beb6a34edecf5667f0fe5 (commit)
       via  ddf0de132b680e5794406f4d698a0e5262926dd8 (commit)
      from  c6309270fb6100669097fc7838d835f34c4903f8 (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=32b964add2dca7beb52b1b4cd65059e30b13dae3
commit 32b964add2dca7beb52b1b4cd65059e30b13dae3
Merge: c630927 0033245
Author: David Cole <david.cole at kitware.com>
Date:   Tue Jun 8 10:44:40 2010 -0400

    Merge branch 'mask-3rd-party-warnings' into next


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0033245e2fe8c418fb2df09ec62e46fc2ac92b6b
commit 0033245e2fe8c418fb2df09ec62e46fc2ac92b6b
Author: David Cole <david.cole at kitware.com>
Date:   Tue Jun 8 10:43:15 2010 -0400

    Mask out warnings on ferrari dashboard.

diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 6174002..ca8f986 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -39,6 +39,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
   "warning:.*is.*very unsafe.*consider using.*"
   "warning:.*is.*misused, please use.*"
   "CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"
+  "cc-3968 CC: WARNING File.*/usr/include/CC/fstream"
   )
 
 IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")

-----------------------------------------------------------------------

Summary of changes:
 CTestCustom.cmake.in              |    1 +
 Source/kwsys/kwsysDateStamp.cmake |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list