[Cmake-commits] CMake branch, next, updated. v2.8.3-754-g65d4422

2010-12-07 Thread Ben Boeckel
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  65d442299fba56e0e05a3b475455cb194e2d917f (commit)
   via  88cd4c1e923817f0a38bbc9d14d0bf40a2151897 (commit)
  from  049091d2ba07fa049f8feb5ae74cf146f6ed28f5 (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=65d442299fba56e0e05a3b475455cb194e2d917f
commit 65d442299fba56e0e05a3b475455cb194e2d917f
Merge: 049091d 88cd4c1
Author: Ben Boeckel 
AuthorDate: Tue Dec 7 14:46:51 2010 -0500
Commit: CMake Topic Stage 
CommitDate: Tue Dec 7 14:46:51 2010 -0500

Merge topic 'dev/strict-mode' into next

88cd4c1 Use 'CMake Warning' versus 'warning' for CDash


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=88cd4c1e923817f0a38bbc9d14d0bf40a2151897
commit 88cd4c1e923817f0a38bbc9d14d0bf40a2151897
Author: Ben Boeckel 
AuthorDate: Tue Dec 7 14:17:50 2010 -0500
Commit: Ben Boeckel 
CommitDate: Tue Dec 7 14:40:21 2010 -0500

Use 'CMake Warning' versus 'warning' for CDash

diff --git a/Source/cmCommandArgumentParserHelper.cxx 
b/Source/cmCommandArgumentParserHelper.cxx
index 23101b8..decdaaa 100644
--- a/Source/cmCommandArgumentParserHelper.cxx
+++ b/Source/cmCommandArgumentParserHelper.cxx
@@ -138,7 +138,7 @@ char* cmCommandArgumentParserHelper::ExpandVariable(const 
char* var)
 {
 cmOStringStream msg;
 msg << this->FileName << ":" << this->FileLine << ":" <<
-  " warning: uninitialized variable \'" << var << "\'";
+  " CMake Warning: uninitialized variable \'" << var << "\'";
 cmSystemTools::Message(msg.str().c_str());
 }
   }
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index ed435da..016d5fe 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -1800,7 +1800,7 @@ void cmMakefile::CheckForUnused(const char* reason, const 
char* name) const
   {
   cmOStringStream msg;
   msg << path << ":" << line << ":" <<
-" warning: (" << reason << ") unused variable \'" << name << "\'";
+" CMake Warning: (" << reason << ") unused variable \'" << name << 
"\'";
   cmSystemTools::Message(msg.str().c_str());
   }
 }
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index d9217ff..8c12ca9 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -4511,7 +4511,7 @@ void cmake::RunCheckForUnusedVariables(const std::string& 
reason) const
 {
 if(!it->second)
   {
-  std::string message = "warning: The variable, '" + it->first +
+  std::string message = "CMake Warning: The variable, '" + it->first +
 "', given on the command line, was not used during the " + reason +
 ".";
   cmSystemTools::Message(message.c_str());
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index ac36327..4cfbf93 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -1099,9 +1099,9 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P 
${CMake_SOURCE_DIR}/Utilities/
 --build-project WarnUnusedUnusedViaSet
 --build-options "--warn-unused-vars")
   SET_TESTS_PROPERTIES(WarnUnusedUnusedViaSet PROPERTIES
-PASS_REGULAR_EXPRESSION "warning: \\(changing definition\\) unused 
variable 'UNUSED_VARIABLE'")
+PASS_REGULAR_EXPRESSION "CMake Warning: \\(changing definition\\) unused 
variable 'UNUSED_VARIABLE'")
   SET_TESTS_PROPERTIES(WarnUnusedUnusedViaSet PROPERTIES
-FAIL_REGULAR_EXPRESSION "warning: \\(unsetting\\) unused variable 
'UNUSED_VARIABLE'")
+FAIL_REGULAR_EXPRESSION "CMake Warning: \\(unsetting\\) unused variable 
'UNUSED_VARIABLE'")
   LIST(APPEND TEST_BUILD_DIRS 
"${CMake_BINARY_DIR}/Tests/WarnUnusedUnusedViaSet")
 
   ADD_TEST(WarnUnusedUnusedViaUnset ${CMAKE_CTEST_COMMAND}
@@ -1114,9 +1114,9 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P 
${CMake_SOURCE_DIR}/Utilities/
 --build-project WarnUnusedUnusedViaUnset
 --build-options "--warn-unused-vars")
   SET_TESTS_PROPERTIES(WarnUnusedUnusedViaUnset PROPERTIES
-PASS_REGULAR_EXPRESSION ":7: warning: \\(unsetting\\) unused variable 
'UNUSED_VARIABLE'")
+PASS_REGULAR_EXPRESSION ":7: CMake Warning: \\(unsetting\\) unused 
variable 'UNUSED_VARIABLE'")
   SET_TESTS_PROPERTIES(WarnUnusedUnusedViaUnset PROPERTIES
-FAIL_REGULAR_EXPRESSION ":5: warning: \\(unsetting\\) unused variable 
'UNUSED_VARIABLE'")
+FAIL_REGULAR_EXPRESSION ":5: CMake Warning: \\(unsetting\\) unused 
variable 'UNUSED_VARIABLE'")
   LIST(APPEND TEST_BUILD_DIRS 
"${CMake_BINARY_DIR}/Tests/WarnUnusedUnusedViaUnset")
 
   ADD_TEST(WarnUnusedCliUnused ${CMAKE_CTEST_COMMAND}
@@ -1129,7 +1129,7 @@ ${CMake_BINARY_DIR}/bin

[Cmake-commits] CMake branch, next, updated. v2.8.3-756-gd2edef4

2010-12-07 Thread Brad King
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  d2edef4c09d2a68363ccd23080df1d7c56cbeb36 (commit)
   via  e580daec4c6debeae2462ac59fee436524c3dedb (commit)
  from  65d442299fba56e0e05a3b475455cb194e2d917f (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=d2edef4c09d2a68363ccd23080df1d7c56cbeb36
commit d2edef4c09d2a68363ccd23080df1d7c56cbeb36
Merge: 65d4422 e580dae
Author: Brad King 
AuthorDate: Tue Dec 7 15:07:01 2010 -0500
Commit: Brad King 
CommitDate: Tue Dec 7 15:07:01 2010 -0500

Merge branch 'master' into next


---

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


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.3-160-g2a214ad

2010-12-07 Thread David Cole
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, master has been updated
   via  2a214ad8b57716d05d9ae0b5b81682e023714329 (commit)
   via  5622a16f1fe595512e6031b7d211a18e62532e5f (commit)
  from  e580daec4c6debeae2462ac59fee436524c3dedb (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=2a214ad8b57716d05d9ae0b5b81682e023714329
commit 2a214ad8b57716d05d9ae0b5b81682e023714329
Merge: e580dae 5622a16
Author: David Cole 
AuthorDate: Tue Dec 7 15:28:12 2010 -0500
Commit: CMake Topic Stage 
CommitDate: Tue Dec 7 15:28:12 2010 -0500

Merge topic 'fortran-avoid-timestamp-touch'

5622a16 Make Fortran $obj.provides.build targets not .PHONY


---

Summary of changes:
 Source/cmMakefileTargetGenerator.cxx |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.3-162-g35fd8d3

2010-12-07 Thread David Cole
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, master has been updated
   via  35fd8d3abbbc0fa5de04fd46803bfa625218306d (commit)
   via  a2a997d8c479e2b0a56354ef107239f550117c44 (commit)
  from  2a214ad8b57716d05d9ae0b5b81682e023714329 (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=35fd8d3abbbc0fa5de04fd46803bfa625218306d
commit 35fd8d3abbbc0fa5de04fd46803bfa625218306d
Merge: 2a214ad a2a997d
Author: David Cole 
AuthorDate: Tue Dec 7 15:28:16 2010 -0500
Commit: CMake Topic Stage 
CommitDate: Tue Dec 7 15:28:16 2010 -0500

Merge topic 'fix-typo-in-error-message'

a2a997d Correct misspelling in error message text.


---

Summary of changes:
 Source/cmCacheManager.cxx |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, next, updated. v2.8.3-759-gf8719ea

2010-12-07 Thread David Cole
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  f8719ead3fd52e6a97bc873fc1195bf552800ed1 (commit)
   via  35fd8d3abbbc0fa5de04fd46803bfa625218306d (commit)
   via  2a214ad8b57716d05d9ae0b5b81682e023714329 (commit)
  from  d2edef4c09d2a68363ccd23080df1d7c56cbeb36 (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=f8719ead3fd52e6a97bc873fc1195bf552800ed1
commit f8719ead3fd52e6a97bc873fc1195bf552800ed1
Merge: d2edef4 35fd8d3
Author: David Cole 
AuthorDate: Tue Dec 7 15:28:20 2010 -0500
Commit: David Cole 
CommitDate: Tue Dec 7 15:28:20 2010 -0500

Merge branch 'master' into next


---

Summary of changes:


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, next, updated. v2.8.3-763-g7a51a21

2010-12-07 Thread Ben Boeckel
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  7a51a2131a40aca492ed26b5ffa0686f99dad5ed (commit)
   via  4e3bea41ee939a039b53d5963f459c354bcb2b42 (commit)
   via  8e8c9e49243674579545d5f27101597604c96f12 (commit)
   via  668e005db5d9cece95965e23b8c589bd50a29faa (commit)
  from  f8719ead3fd52e6a97bc873fc1195bf552800ed1 (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=7a51a2131a40aca492ed26b5ffa0686f99dad5ed
commit 7a51a2131a40aca492ed26b5ffa0686f99dad5ed
Merge: f8719ea 4e3bea4
Author: Ben Boeckel 
AuthorDate: Tue Dec 7 16:48:25 2010 -0500
Commit: CMake Topic Stage 
CommitDate: Tue Dec 7 16:48:25 2010 -0500

Merge topic 'dev/strict-mode' into next

4e3bea4 Update expected messages to new format
8e8c9e4 Don't check at destruction for usage
668e005 Use cmake::IssueMessage for warnings


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4e3bea41ee939a039b53d5963f459c354bcb2b42
commit 4e3bea41ee939a039b53d5963f459c354bcb2b42
Author: Ben Boeckel 
AuthorDate: Tue Dec 7 16:46:10 2010 -0500
Commit: Ben Boeckel 
CommitDate: Tue Dec 7 16:46:10 2010 -0500

Update expected messages to new format

diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 4cfbf93..b60a610 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -1099,9 +1099,9 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P 
${CMake_SOURCE_DIR}/Utilities/
 --build-project WarnUnusedUnusedViaSet
 --build-options "--warn-unused-vars")
   SET_TESTS_PROPERTIES(WarnUnusedUnusedViaSet PROPERTIES
-PASS_REGULAR_EXPRESSION "CMake Warning: \\(changing definition\\) unused 
variable 'UNUSED_VARIABLE'")
+PASS_REGULAR_EXPRESSION "unused variable \\(changing definition\\) 
'UNUSED_VARIABLE'")
   SET_TESTS_PROPERTIES(WarnUnusedUnusedViaSet PROPERTIES
-FAIL_REGULAR_EXPRESSION "CMake Warning: \\(unsetting\\) unused variable 
'UNUSED_VARIABLE'")
+FAIL_REGULAR_EXPRESSION "unused variable \\(unsetting\\) 
'UNUSED_VARIABLE'")
   LIST(APPEND TEST_BUILD_DIRS 
"${CMake_BINARY_DIR}/Tests/WarnUnusedUnusedViaSet")
 
   ADD_TEST(WarnUnusedUnusedViaUnset ${CMAKE_CTEST_COMMAND}
@@ -1114,9 +1114,9 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P 
${CMake_SOURCE_DIR}/Utilities/
 --build-project WarnUnusedUnusedViaUnset
 --build-options "--warn-unused-vars")
   SET_TESTS_PROPERTIES(WarnUnusedUnusedViaUnset PROPERTIES
-PASS_REGULAR_EXPRESSION ":7: CMake Warning: \\(unsetting\\) unused 
variable 'UNUSED_VARIABLE'")
+PASS_REGULAR_EXPRESSION "CMake Warning .*:7 \\(set\\):")
   SET_TESTS_PROPERTIES(WarnUnusedUnusedViaUnset PROPERTIES
-FAIL_REGULAR_EXPRESSION ":5: CMake Warning: \\(unsetting\\) unused 
variable 'UNUSED_VARIABLE'")
+FAIL_REGULAR_EXPRESSION "CMake Warning .*:5 \\(set\\):")
   LIST(APPEND TEST_BUILD_DIRS 
"${CMake_BINARY_DIR}/Tests/WarnUnusedUnusedViaUnset")
 
   ADD_TEST(WarnUnusedCliUnused ${CMAKE_CTEST_COMMAND}

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8e8c9e49243674579545d5f27101597604c96f12
commit 8e8c9e49243674579545d5f27101597604c96f12
Author: Ben Boeckel 
AuthorDate: Tue Dec 7 16:38:37 2010 -0500
Commit: Ben Boeckel 
CommitDate: Tue Dec 7 16:38:37 2010 -0500

Don't check at destruction for usage

diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index e22ade3..9ccde8f 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -181,9 +181,6 @@ bool cmMakefile::NeedCacheCompatibility(int major, int 
minor)
 
 cmMakefile::~cmMakefile()
 {
-  // Check for unused variables
-  this->CheckForUnusedVariables();
-
   for(std::vector::iterator
 i = this->InstallGenerators.begin();
   i != this->InstallGenerators.end(); ++i)

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=668e005db5d9cece95965e23b8c589bd50a29faa
commit 668e005db5d9cece95965e23b8c589bd50a29faa
Author: Ben Boeckel 
AuthorDate: Tue Dec 7 16:38:25 2010 -0500
Commit: Ben Boeckel 
CommitDate: Tue Dec 7 16:38:25 2010 -0500

Use cmake::IssueMessage for warnings

diff --git a/Source/cmCommandArgumentParserHelper.cxx 
b/Source/cmCommandArgumentParserHelper.cxx
index decdaaa..a781767 100644
--- a/Source/cmCommandArgumentParserHelper.cxx
+++ b/Source/cmCommandArgumentParserHelper.cxx
@@ -137,9 +137,14 @@ char* cmCommandArgumentParserHelper::ExpandVariable(const 
char* var)
  this->Makefile->GetHomeOutputDirectory()))
 {
 cmOStringStream msg;
-msg << this->FileName << ":" << this->FileLine << ":" <<
-  " CMake Warning: uninitialized variable \'" << var << "\'";
-cmSys

[Cmake-commits] CMake branch, next, updated. v2.8.3-765-g36eb4f9

2010-12-07 Thread Ben Boeckel
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  36eb4f9fcdac1060fbac68c35900dc2deb2fd6eb (commit)
   via  544d0c37742a068fa07b265380315a25af3ae9f3 (commit)
  from  7a51a2131a40aca492ed26b5ffa0686f99dad5ed (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=36eb4f9fcdac1060fbac68c35900dc2deb2fd6eb
commit 36eb4f9fcdac1060fbac68c35900dc2deb2fd6eb
Merge: 7a51a21 544d0c3
Author: Ben Boeckel 
AuthorDate: Tue Dec 7 17:03:00 2010 -0500
Commit: CMake Topic Stage 
CommitDate: Tue Dec 7 17:03:00 2010 -0500

Merge topic 'dev/strict-mode' into next

544d0c3 Fix expected output for WarnUninitialized test


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=544d0c37742a068fa07b265380315a25af3ae9f3
commit 544d0c37742a068fa07b265380315a25af3ae9f3
Author: Ben Boeckel 
AuthorDate: Tue Dec 7 17:00:41 2010 -0500
Commit: Ben Boeckel 
CommitDate: Tue Dec 7 17:00:41 2010 -0500

Fix expected output for WarnUninitialized test

diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index b60a610..c421e69 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -1157,7 +1157,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P 
${CMake_SOURCE_DIR}/Utilities/
 --build-project WarnUninitialized
 --build-options "--warn-uninitialized")
   SET_TESTS_PROPERTIES(WarnUninitialized PROPERTIES
-PASS_REGULAR_EXPRESSION "CMake Warning: uninitialized variable 
'USED_VARIABLE'")
+PASS_REGULAR_EXPRESSION "uninitialized variable 'USED_VARIABLE'")
   LIST(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/WarnUninitialized")
 
   # Make sure CTest can handle a test with no newline in output.

---

Summary of changes:
 Tests/CMakeLists.txt |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.3-163-g02a8ea2

2010-12-07 Thread KWSys Robot
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, master has been updated
   via  02a8ea2d5b0b41858be8a9e28d41e06af744fd0b (commit)
  from  35fd8d3abbbc0fa5de04fd46803bfa625218306d (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=02a8ea2d5b0b41858be8a9e28d41e06af744fd0b
commit 02a8ea2d5b0b41858be8a9e28d41e06af744fd0b
Author: KWSys Robot 
AuthorDate: Wed Dec 8 00:01:05 2010 -0500
Commit: KWSys Robot 
CommitDate: Wed Dec 8 00:10:03 2010 -0500

KWSys Nightly Date Stamp

diff --git a/Source/kwsys/kwsysDateStamp.cmake 
b/Source/kwsys/kwsysDateStamp.cmake
index 3bf5201..b27f07b 100644
--- a/Source/kwsys/kwsysDateStamp.cmake
+++ b/Source/kwsys/kwsysDateStamp.cmake
@@ -18,4 +18,4 @@ SET(KWSYS_DATE_STAMP_YEAR  2010)
 SET(KWSYS_DATE_STAMP_MONTH 12)
 
 # KWSys version date day component.  Format is DD.
-SET(KWSYS_DATE_STAMP_DAY   07)
+SET(KWSYS_DATE_STAMP_DAY   08)

---

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


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits