[Cmake-commits] CMake branch, master, updated. v2.8.7-558-gac2979e

2012-03-02 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  ac2979e4b36577e10b2180624050e600179a53da (commit)
  from  5012787c3c63523115f2f5254644d320ad27beba (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=ac2979e4b36577e10b2180624050e600179a53da
commit ac2979e4b36577e10b2180624050e600179a53da
Author: KWSys Robot 
AuthorDate: Sat Mar 3 00:01:03 2012 -0500
Commit: KWSys Robot 
CommitDate: Sat Mar 3 00:05:08 2012 -0500

KWSys Nightly Date Stamp

diff --git a/Source/kwsys/kwsysDateStamp.cmake 
b/Source/kwsys/kwsysDateStamp.cmake
index 4c91b5c..e424fec 100644
--- a/Source/kwsys/kwsysDateStamp.cmake
+++ b/Source/kwsys/kwsysDateStamp.cmake
@@ -18,4 +18,4 @@ SET(KWSYS_DATE_STAMP_YEAR  2012)
 SET(KWSYS_DATE_STAMP_MONTH 03)
 
 # KWSys version date day component.  Format is DD.
-SET(KWSYS_DATE_STAMP_DAY   02)
+SET(KWSYS_DATE_STAMP_DAY   03)

---

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, next, updated. v2.8.7-3047-gb60b277

2012-03-02 Thread Rolf Eike Beer
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  b60b277d9e6b8929864daf88260e2cadd3eea847 (commit)
   via  234b7cad1ce7239bc57560309a913576a6b07a5a (commit)
  from  22173cc693a1fe4c4587773e1747ae82471cfe43 (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=b60b277d9e6b8929864daf88260e2cadd3eea847
commit b60b277d9e6b8929864daf88260e2cadd3eea847
Merge: 22173cc 234b7ca
Author: Rolf Eike Beer 
AuthorDate: Fri Mar 2 15:05:27 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 15:05:27 2012 -0500

Merge topic 'allfindmodules-versions' into next

234b7ca AllFindModules test: do not require TCLSH version


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=234b7cad1ce7239bc57560309a913576a6b07a5a
commit 234b7cad1ce7239bc57560309a913576a6b07a5a
Author: Rolf Eike Beer 
AuthorDate: Fri Mar 2 20:32:54 2012 +0100
Commit: Rolf Eike Beer 
CommitDate: Fri Mar 2 20:52:41 2012 +0100

AllFindModules test: do not require TCLSH version

diff --git a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt 
b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
index e6e4c74..22b1b7b 100644
--- a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
+++ b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
@@ -61,7 +61,7 @@ endmacro(check_version_string)
 # reported.
 
 foreach(VTEST ALSA ARMADILLO BZIP2 CUPS CURL EXPAT FREETYPE GETTEXT GIT HSPELL
-JASPER LIBXML2 LIBXSLT PERL PostgreSQL TCLSH TIFF ZLIB)
+JASPER LIBXML2 LIBXSLT PERL PostgreSQL TIFF ZLIB)
 check_version_string(${VTEST} ${VTEST}_VERSION_STRING)
 endforeach(VTEST)
 

---

Summary of changes:
 Tests/CMakeOnly/AllFindModules/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, next, updated. v2.8.7-3045-g22173cc

2012-03-02 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  22173cc693a1fe4c4587773e1747ae82471cfe43 (commit)
   via  e3336025672383c6345989af9539943a74850614 (commit)
  from  f569ddcd9c28864067062b6a8dad5a5b1db74348 (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=22173cc693a1fe4c4587773e1747ae82471cfe43
commit 22173cc693a1fe4c4587773e1747ae82471cfe43
Merge: f569ddc e333602
Author: Brad King 
AuthorDate: Fri Mar 2 14:46:13 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 14:46:13 2012 -0500

Merge topic 'fix-msys-cvs-local-repo' into next

e333602 Fix MSYS CVS local test repo path format (#13001)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e3336025672383c6345989af9539943a74850614
commit e3336025672383c6345989af9539943a74850614
Author: Brad King 
AuthorDate: Fri Mar 2 14:20:58 2012 -0500
Commit: Brad King 
CommitDate: Fri Mar 2 14:23:01 2012 -0500

Fix MSYS CVS local test repo path format (#13001)

The MSYS cvs tool interprets "c:/" as a "machine:" name for SSH.  Detect
the MSYS cvs by looking for the string "msys" in the executable file
itself.  Then convert the repo path to an MSYS path such as "/c/...".
Fix both the CTest.UpdateCVS and ExternalProject tests that use local
CVS repositories.

diff --git a/Tests/CTestUpdateCVS.cmake.in b/Tests/CTestUpdateCVS.cmake.in
index a04673e..f7f5db6 100644
--- a/Tests/CTestUpdateCVS.cmake.in
+++ b/Tests/CTestUpdateCVS.cmake.in
@@ -18,6 +18,19 @@ set(CVS "@CVS_EXECUTABLE@")
 message(" cvs = ${CVS}")
 
 set(REPO ${TOP}/repo)
+
+# The MSYS cvs tool interprets "c:/" as a "machine:" name for SSH.
+# Detect the MSYS cvs and convert the repo path to an MSYS path.
+if(WIN32)
+  if(EXISTS "${CVS}")
+file(STRINGS "${CVS}" cvs_is_msys LIMIT_COUNT 1 REGEX "[Mm][Ss][Yy][Ss]")
+if(cvs_is_msys)
+  message("  '${CVS}' is from MSYS (contains '${cvs_is_msys}')")
+  string(REGEX REPLACE "^([A-Za-z]):" "/\\1" REPO "${REPO}")
+endif()
+  endif()
+endif()
+
 set(CVSCMD ${CVS} -d${REPO})
 
 # CVSNT requires an extra option to 'cvs init'.
diff --git a/Tests/ExternalProject/CMakeLists.txt 
b/Tests/ExternalProject/CMakeLists.txt
index ac70129..7a76261 100644
--- a/Tests/ExternalProject/CMakeLists.txt
+++ b/Tests/ExternalProject/CMakeLists.txt
@@ -280,6 +280,18 @@ if(do_cvs_tests)
   set_property(TARGET ${proj}
 PROPERTY FOLDER "SetupRepos/Local/Deeply/Nested/For/Testing")
 
+  # The MSYS cvs tool interprets "c:/" as a "machine:" name for SSH.
+  # Detect the MSYS cvs and convert the repo path to an MSYS path.
+  if(WIN32)
+if(EXISTS "${CVS_EXECUTABLE}")
+  file(STRINGS "${CVS_EXECUTABLE}" cvs_is_msys LIMIT_COUNT 1 REGEX 
"[Mm][Ss][Yy][Ss]")
+  if(cvs_is_msys)
+message(STATUS "'${CVS_EXECUTABLE}' is from MSYS (contains 
'${cvs_is_msys}')")
+string(REGEX REPLACE "^([A-Za-z]):" "/\\1" local_cvs_repo 
"${local_cvs_repo}")
+  endif()
+endif()
+  endif()
+
   # CVS by date stamp:
   #
   set(proj TutorialStep1-CVS-20090626)

---

Summary of changes:
 Tests/CTestUpdateCVS.cmake.in|   13 +
 Tests/ExternalProject/CMakeLists.txt |   12 
 2 files changed, 25 insertions(+), 0 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.7-3043-gf569ddc

2012-03-02 Thread Rolf Eike Beer
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  f569ddcd9c28864067062b6a8dad5a5b1db74348 (commit)
   via  678c24d230d7abcdb2ace778d59b8c1286d86a8a (commit)
   via  91a1670f47c0836c93d7bf355591bf84ecb3f99f (commit)
   via  9dae4d65d7e1ae0348478c6c2f4d2f0f307bf573 (commit)
   via  2cd898d54b7068d78d719ad23131707b300624a7 (commit)
  from  e5d26ece6bc9175ae400575256e8a899c50c941e (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=f569ddcd9c28864067062b6a8dad5a5b1db74348
commit f569ddcd9c28864067062b6a8dad5a5b1db74348
Merge: e5d26ec 678c24d
Author: Rolf Eike Beer 
AuthorDate: Fri Mar 2 12:36:29 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 12:36:29 2012 -0500

Merge topic 'improve-findqt3' into next

678c24d FindQt3: fix detection of Qt3 include directory
91a1670 FindQt3: let FPHSA handle the version selection
9dae4d6 FindQt3: fix version extraction for versions with letters
2cd898d FindQt3: fix warning when Qt3 is not found


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=678c24d230d7abcdb2ace778d59b8c1286d86a8a
commit 678c24d230d7abcdb2ace778d59b8c1286d86a8a
Author: Rolf Eike Beer 
AuthorDate: Fri Mar 2 17:31:34 2012 +0100
Commit: Rolf Eike Beer 
CommitDate: Fri Mar 2 18:08:37 2012 +0100

FindQt3: fix detection of Qt3 include directory

The include directory is likely not inside ../bin

diff --git a/Modules/FindQt3.cmake b/Modules/FindQt3.cmake
index 89276ef..2d8dbde 100644
--- a/Modules/FindQt3.cmake
+++ b/Modules/FindQt3.cmake
@@ -47,13 +47,16 @@ IF(QT4_FOUND)
 ENDIF(QT4_FOUND)
 
 
-FILE(GLOB GLOB_PATHS_BIN /usr/lib/qt-3*/bin/)
+FILE(GLOB GLOB_PATHS /usr/lib/qt-3*)
+FOREACH(GLOB_PATH ${GLOB_PATHS})
+  LIST(APPEND GLOB_PATHS_BIN "${GLOB_PATH}/bin")
+ENDFOREACH(GLOB_PATH)
 FIND_PATH(QT_INCLUDE_DIR qt.h
   
"[HKEY_CURRENT_USER\\Software\\Trolltech\\Qt3Versions\\3.2.1;InstallDir]/include/Qt"
   
"[HKEY_CURRENT_USER\\Software\\Trolltech\\Qt3Versions\\3.2.0;InstallDir]/include/Qt"
   
"[HKEY_CURRENT_USER\\Software\\Trolltech\\Qt3Versions\\3.1.0;InstallDir]/include/Qt"
   $ENV{QTDIR}/include
-  ${GLOB_PATHS_BIN}
+  ${GLOB_PATHS}
   /usr/local/qt/include
   /usr/lib/qt/include
   /usr/lib/qt3/include

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=91a1670f47c0836c93d7bf355591bf84ecb3f99f
commit 91a1670f47c0836c93d7bf355591bf84ecb3f99f
Author: Rolf Eike Beer 
AuthorDate: Fri Mar 2 16:56:41 2012 +0100
Commit: Rolf Eike Beer 
CommitDate: Fri Mar 2 18:08:37 2012 +0100

FindQt3: let FPHSA handle the version selection

diff --git a/Modules/FindQt3.cmake b/Modules/FindQt3.cmake
index 5ee2d06..89276ef 100644
--- a/Modules/FindQt3.cmake
+++ b/Modules/FindQt3.cmake
@@ -1,10 +1,11 @@
 # - Locate Qt include paths and libraries
 # This module defines:
-#  QT_INCLUDE_DIR - where to find qt.h, etc.
-#  QT_LIBRARIES   - the libraries to link against to use Qt.
-#  QT_DEFINITIONS - definitions to use when
-#   compiling code that uses Qt.
-#  QT_FOUND   - If false, don't try to use Qt.
+#  QT_INCLUDE_DIR- where to find qt.h, etc.
+#  QT_LIBRARIES  - the libraries to link against to use Qt.
+#  QT_DEFINITIONS- definitions to use when
+#  compiling code that uses Qt.
+#  QT_FOUND  - If false, don't try to use Qt.
+#  QT_VERSION_STRING - the version of Qt found
 #
 # If you need the multithreaded version of Qt, set QT_MT_REQUIRED to TRUE
 #
@@ -77,6 +78,7 @@ IF(QT_INCLUDE_DIR)
   # Under windows the qt library (MSVC) has the format qt-mtXYZ where XYZ is 
the
   # version X.Y.Z, so we need to remove the dots from version
   STRING(REGEX REPLACE "\\." "" qt_version_str_lib "${qt_version_str}")
+  SET(QT_VERSION_STRING "${qt_version_str}")
 ENDIF(QT_INCLUDE_DIR)
 
 FILE(GLOB GLOB_PATHS_LIB /usr/lib/qt-3*/lib/)
@@ -195,58 +197,16 @@ IF (WIN32)
 )
 ENDIF (WIN32)
 
-
-IF (QT_MIN_VERSION)
-
-  STRING(REGEX REPLACE "([0-9]+)\\.[0-9]+\\.[0-9]+" "\\1" qt_major_vers 
"${qt_version_str}")
-  STRING(REGEX REPLACE "[0-9]+\\.([0-9]+)\\.[0-9]+" "\\1" qt_minor_vers 
"${qt_version_str}")
-  STRING(REGEX REPLACE "[0-9]+\\.[0-9]+\\.([0-9]+)" "\\1" qt_patch_vers 
"${qt_version_str}")
-
-  #now parse the parts of the user given version string into variables
-  STRING(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+$" req_qt_major_vers 
"${QT_MIN_VERSION}")
-  IF (NOT req_qt_major_vers)
-error_message(  "Invalid Qt version string given: \"${QT_MIN_VERSION}\", 
expected e.g. \"3.1.5\"")
-  ENDIF (NOT req_qt_major_vers)
-
-  STRING(REGEX REPLACE "([0-9]+)\\.[0-9]+\\.[0-9]+" "\\1" req_qt_major_vers 
"${Q

[Cmake-commits] CMake branch, next, updated. v2.8.7-3038-ge5d26ec

2012-03-02 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  e5d26ece6bc9175ae400575256e8a899c50c941e (commit)
   via  5012787c3c63523115f2f5254644d320ad27beba (commit)
   via  8c1f041239a07e9ca395b64f36c3c90b0ca5f75d (commit)
   via  5d9c535f31ec5cd7a781a3e8b90833a9b0ca2381 (commit)
   via  e4382180fcbc4d325cae0ba1046d02075616f173 (commit)
   via  b9beb660ea4656021a4ef57e5cbfa4f988108199 (commit)
   via  1073d50508aa384984b9ea6200863855237ad4a1 (commit)
   via  20446079eebe5cf734f673071efd0d1b56a02a61 (commit)
   via  be0bb04be38c7386165cba85d9cc53f5ac99bcc1 (commit)
   via  af87e8abb04bc70b9b11f33585ad9503a0c78eb1 (commit)
   via  0ee7b8ea03b83189e2857154cd5be03148346f6b (commit)
   via  a1860aaf1a7f55d9eeb6b6dc54bf96774eb15bdf (commit)
   via  2fb1df42a25ef922a81d03d85317954ed5cfe8bf (commit)
   via  0eb520f47c0e6192819964e13487e0ea27cdb719 (commit)
   via  881dc355798cde77869f6eb3b1f09b2139265e3f (commit)
   via  fc495b79da5e1b0200c8f0407940d5a238b07630 (commit)
   via  6ed36e7b880cc4c0581afb58dc381daa2b9e1d99 (commit)
   via  b930798042412bf0db7fff8ab4d41ad6f48642f5 (commit)
   via  2866819bdf7dcfdcf3a6155f6dcb637f9f5d51a0 (commit)
   via  e8aa0401c89fb7508d1cafd9df0a919f87c66999 (commit)
   via  6c36bbd442fc543449bc56df344042d08fde120a (commit)
   via  e95a2f8f9460674e9eef06496079f9758a332c57 (commit)
   via  c79a57b0acd5cd65be7577d7fefb3dd5ede42015 (commit)
   via  54225c0706ceabbf1ee93067e7dcada14341f9b2 (commit)
   via  e4fb3e321201e69e93ea5f7aaa2f0d0eb57065a4 (commit)
   via  aba1c1aa3b4ab16e4366c830da27b3b085c3a74e (commit)
   via  4a97a2b913c38b54394cce30b8771520c5d60a81 (commit)
   via  e7b91c12265b5649b90fb4c07d7c69f93df41ad9 (commit)
   via  391f4113e0f44f210dc69a56a2367274f7e3c87a (commit)
   via  59b1308b6fa253332fc5635cd426e3ca0df3fe05 (commit)
   via  ccd502ad4462d7b87761b9066de1e372e77be445 (commit)
   via  d2213c5b23bdb6cfd01fe8783ae209c978a690cd (commit)
   via  5264292a26d3fedeadee7d954caf15c30f65698d (commit)
   via  d284bd7843ef89cfc1ae459426b864d5ec3bd705 (commit)
   via  fe8fbc6b484236d159325e7af88b699266b52376 (commit)
   via  973eba57f96ae4d6c8d616c706bd194ee261eaed (commit)
   via  ad2de3a0c5f212234538b2f3e60d4a53ac267e8e (commit)
   via  65dfe9e5bebae6dd7b9d1d43f0d3075ee55de198 (commit)
  from  a64ecf40c63720a3e196313c4ed55c1046f48aba (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=e5d26ece6bc9175ae400575256e8a899c50c941e
commit e5d26ece6bc9175ae400575256e8a899c50c941e
Merge: a64ecf4 5012787
Author: David Cole 
AuthorDate: Fri Mar 2 11:53:10 2012 -0500
Commit: David Cole 
CommitDate: Fri Mar 2 11:53:10 2012 -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.7-557-g5012787

2012-03-02 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  5012787c3c63523115f2f5254644d320ad27beba (commit)
   via  944b90be60ab7888a76d76acbb0200f511db3d60 (commit)
   via  f605b92dec414311936ff62afb0ab7847f08974e (commit)
  from  8c1f041239a07e9ca395b64f36c3c90b0ca5f75d (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=5012787c3c63523115f2f5254644d320ad27beba
commit 5012787c3c63523115f2f5254644d320ad27beba
Merge: 8c1f041 944b90b
Author: David Cole 
AuthorDate: Fri Mar 2 11:50:54 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:50:54 2012 -0500

Merge topic 'while-testing'

944b90b add testcases for while()/endwhile() errors
f605b92 improve error message on a stray "endwhile()"


---

Summary of changes:
 Source/cmEndWhileCommand.cxx |   17 +--
 Source/cmEndWhileCommand.h   |2 +-
 Tests/CMakeTests/CMakeLists.txt  |1 +
 Tests/CMakeTests/While-Endwhile-Alone-Args.cmake |1 +
 Tests/CMakeTests/While-Endwhile-Alone.cmake  |1 +
 Tests/CMakeTests/While-Endwhile-Mismatch.cmake   |2 +
 Tests/CMakeTests/While-Missing-Argument.cmake|1 +
 Tests/CMakeTests/While-Missing-Endwhile.cmake|1 +
 Tests/CMakeTests/WhileTest.cmake.in  |   53 ++
 9 files changed, 74 insertions(+), 5 deletions(-)
 create mode 100644 Tests/CMakeTests/While-Endwhile-Alone-Args.cmake
 create mode 100644 Tests/CMakeTests/While-Endwhile-Alone.cmake
 create mode 100644 Tests/CMakeTests/While-Endwhile-Mismatch.cmake
 create mode 100644 Tests/CMakeTests/While-Missing-Argument.cmake
 create mode 100644 Tests/CMakeTests/While-Missing-Endwhile.cmake
 create mode 100644 Tests/CMakeTests/WhileTest.cmake.in


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.7-554-g8c1f041

2012-03-02 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  8c1f041239a07e9ca395b64f36c3c90b0ca5f75d (commit)
   via  9271d2f6975c2f4cca81d4306c49e96089e88910 (commit)
  from  5d9c535f31ec5cd7a781a3e8b90833a9b0ca2381 (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=8c1f041239a07e9ca395b64f36c3c90b0ca5f75d
commit 8c1f041239a07e9ca395b64f36c3c90b0ca5f75d
Merge: 5d9c535 9271d2f
Author: David Cole 
AuthorDate: Fri Mar 2 11:50:37 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:50:37 2012 -0500

Merge topic 'allfindmodules-versions'

9271d2f AllFindModules test: once again expand version checking


---

Summary of changes:
 Tests/CMakeOnly/AllFindModules/CMakeLists.txt |   42 ++--
 1 files changed, 24 insertions(+), 18 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.7-552-g5d9c535

2012-03-02 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  5d9c535f31ec5cd7a781a3e8b90833a9b0ca2381 (commit)
   via  09ff226e4c5489188a4e568df06a4f8e373ce5cd (commit)
   via  31ab25c0c9298aa833edd118752e97f15f7d8e2a (commit)
   via  486033aef302d122938e6f52fd1c7ad29a5e75a5 (commit)
   via  937bb4bebf560fddeb2a1438939fd50d177ae2bf (commit)
   via  477459010f78d0d6d563080466a63490b6b99eb9 (commit)
   via  4a48be323bfc9e7e3089bd1bef3141cd1b397f7f (commit)
   via  1e5b971ed0346849243ecbcd05443404ebf7a3cb (commit)
   via  54ab11c0d23fcd015ec2e5686524ac9c746ed0ca (commit)
   via  80072d4ebfd2bc431649298618e040e1eba5822f (commit)
  from  e4382180fcbc4d325cae0ba1046d02075616f173 (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=5d9c535f31ec5cd7a781a3e8b90833a9b0ca2381
commit 5d9c535f31ec5cd7a781a3e8b90833a9b0ca2381
Merge: e438218 09ff226
Author: David Cole 
AuthorDate: Fri Mar 2 11:50:26 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:50:26 2012 -0500

Merge topic 'doxygen-fixes'

09ff226 Merge branch 'add-const-qualifiers' into doxygen-fixes
31ab25c doxygen: MathCommand is not about string operators
486033a doxygen: review cmake.h
937bb4b doxygen: remove a few comments
4774590 doxygen: fix some comments in cmPolicies.h
4a48be3 doxygen: Small fixes in cmake.h apidocs
1e5b971 doxygen: Use proper syntax to document enum
54ab11c doxygen: Improve API docs of GetRealDependency
80072d4 doxygen: cmPropertyDefinition


---

Summary of changes:
 Source/cmForEachCommand.h |   11 +-
 Source/cmFunctionBlocker.h|5 --
 Source/cmFunctionCommand.h|   11 +-
 Source/cmIfCommand.h  |   11 +-
 Source/cmLocalGenerator.h |   21 ++
 Source/cmMacroCommand.h   |   11 +-
 Source/cmMathCommand.h|5 +--
 Source/cmPolicies.h   |   61 ++---
 Source/cmPropertyDefinition.h |   35 +++--
 Source/cmWhileCommand.h   |   11 +-
 Source/cmake.h|   84 -
 11 files changed, 120 insertions(+), 146 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.7-542-ge438218

2012-03-02 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  e4382180fcbc4d325cae0ba1046d02075616f173 (commit)
   via  737c49a357e7a97b213857fd899081d42f38c143 (commit)
   via  261491fe171edb41c2dabce0fd90f282fb11bf6a (commit)
  from  b9beb660ea4656021a4ef57e5cbfa4f988108199 (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=e4382180fcbc4d325cae0ba1046d02075616f173
commit e4382180fcbc4d325cae0ba1046d02075616f173
Merge: b9beb66 737c49a
Author: David Cole 
AuthorDate: Fri Mar 2 11:50:07 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:50:07 2012 -0500

Merge topic 'add-const-qualifiers'

737c49a Add 'const' qualifier to some cmCommand members
261491f cmPropertyDefinition::IsChained is const


---

Summary of changes:
 Source/CTest/cmCTestBuildCommand.h|6 ++--
 Source/CTest/cmCTestConfigureCommand.h|6 ++--
 Source/CTest/cmCTestCoverageCommand.h |6 ++--
 Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h |6 ++--
 Source/CTest/cmCTestMemCheckCommand.h |6 ++--
 Source/CTest/cmCTestReadCustomFilesCommand.h  |6 ++--
 Source/CTest/cmCTestRunScriptCommand.h|6 ++--
 Source/CTest/cmCTestSleepCommand.h|6 ++--
 Source/CTest/cmCTestStartCommand.h|6 ++--
 Source/CTest/cmCTestSubmitCommand.h   |6 ++--
 Source/CTest/cmCTestTestCommand.h |6 ++--
 Source/CTest/cmCTestTestHandler.cxx   |   24 ++--
 Source/CTest/cmCTestUpdateCommand.h   |6 ++--
 Source/CTest/cmCTestUploadCommand.h   |6 ++--
 Source/cmAddCustomCommandCommand.h|6 ++--
 Source/cmAddCustomTargetCommand.h |6 ++--
 Source/cmAddDefinitionsCommand.h  |6 ++--
 Source/cmAddDependenciesCommand.h |6 ++--
 Source/cmAddExecutableCommand.h   |6 ++--
 Source/cmAddLibraryCommand.h  |6 ++--
 Source/cmAddSubDirectoryCommand.h |6 ++--
 Source/cmAddTestCommand.h |6 ++--
 Source/cmAuxSourceDirectoryCommand.h  |6 ++--
 Source/cmBreakCommand.h   |8 +++---
 Source/cmBuildCommand.h   |6 ++--
 Source/cmBuildNameCommand.h   |   10 
 Source/cmCMakeMinimumRequired.h   |8 +++---
 Source/cmCMakePolicyCommand.h |8 +++---
 Source/cmCommand.h|   14 ++--
 Source/cmConfigureFileCommand.h   |8 +++---
 Source/cmCreateTestSourceList.h   |6 ++--
 Source/cmDefinePropertyCommand.h  |6 ++--
 Source/cmElseCommand.h|8 +++---
 Source/cmElseIfCommand.h  |8 +++---
 Source/cmEnableLanguageCommand.h  |6 ++--
 Source/cmEnableTestingCommand.h   |6 ++--
 Source/cmEndForEachCommand.h  |8 +++---
 Source/cmEndFunctionCommand.h |8 +++---
 Source/cmEndIfCommand.h   |8 +++---
 Source/cmEndMacroCommand.h|8 +++---
 Source/cmEndWhileCommand.h|8 +++---
 Source/cmExecProgramCommand.h |   10 
 Source/cmExecuteProcessCommand.h  |8 +++---
 Source/cmExportCommand.h  |6 ++--
 Source/cmExportLibraryDependencies.h  |8 +++---
 Source/cmFLTKWrapUICommand.h  |6 ++--
 Source/cmFileCommand.h|8 +++---
 Source/cmFindBase.cxx |4 +-
 Source/cmFindBase.h   |2 +-
 Source/cmFindFileCommand.h|4 +-
 Source/cmFindLibraryCommand.h |6 ++--
 Source/cmFindPackageCommand.cxx   |4 +-
 Source/cmFindPackageCommand.h |8 +++---
 Source/cmFindPathCommand.h|6 ++--
 Source/cmFindProgramCommand.h |6 ++--
 Source/cmForEachCommand.h |8 +++---
 Source/cmFunctionCommand.cxx  |   10 
 Source/cmFunctionCommand.h|8 +++---
 Source/cmGetCMakePropertyCommand.h 

[Cmake-commits] CMake branch, master, updated. v2.8.7-539-gb9beb66

2012-03-02 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  b9beb660ea4656021a4ef57e5cbfa4f988108199 (commit)
   via  5cd879c4e75405ab404a2e6c4e77caa36877baf1 (commit)
  from  1073d50508aa384984b9ea6200863855237ad4a1 (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=b9beb660ea4656021a4ef57e5cbfa4f988108199
commit b9beb660ea4656021a4ef57e5cbfa4f988108199
Merge: 1073d50 5cd879c
Author: David Cole 
AuthorDate: Fri Mar 2 11:49:50 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:49:50 2012 -0500

Merge topic 'bootstrap-msys-paths'

5cd879c bootstrap: Convert MSYS paths to Windows format (#13001)


---

Summary of changes:
 bootstrap |   18 ++
 1 files changed, 14 insertions(+), 4 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.7-537-g1073d50

2012-03-02 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  1073d50508aa384984b9ea6200863855237ad4a1 (commit)
   via  2557a080543a37f92e1908420842db8c90685304 (commit)
   via  9090572f5cdde7b30d2c1ad1c0bbf4ab86ddb969 (commit)
  from  20446079eebe5cf734f673071efd0d1b56a02a61 (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=1073d50508aa384984b9ea6200863855237ad4a1
commit 1073d50508aa384984b9ea6200863855237ad4a1
Merge: 2044607 2557a08
Author: David Cole 
AuthorDate: Fri Mar 2 11:49:35 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:49:35 2012 -0500

Merge topic 'inject_code_via_variable'

2557a08 Fix typo in error message, and remove redundent test.
9090572 Add ability to include a file in a project via a cache variable.


---

Summary of changes:
 Source/cmProjectCommand.cxx   |   18 ++
 Source/cmProjectCommand.h |5 -
 Tests/CMakeOnly/CMakeLists.txt|6 ++
 Tests/CMakeOnly/ProjectInclude/CMakeLists.txt |4 
 Tests/CMakeOnly/ProjectInclude/include.cmake  |1 +
 Tests/CMakeOnly/Test.cmake.in |3 ++-
 6 files changed, 35 insertions(+), 2 deletions(-)
 create mode 100644 Tests/CMakeOnly/ProjectInclude/CMakeLists.txt
 create mode 100644 Tests/CMakeOnly/ProjectInclude/include.cmake


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.7-534-g2044607

2012-03-02 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  20446079eebe5cf734f673071efd0d1b56a02a61 (commit)
   via  43d60114a57b12766106cd264f358b9bfa098bba (commit)
  from  be0bb04be38c7386165cba85d9cc53f5ac99bcc1 (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=20446079eebe5cf734f673071efd0d1b56a02a61
commit 20446079eebe5cf734f673071efd0d1b56a02a61
Merge: be0bb04 43d6011
Author: David Cole 
AuthorDate: Fri Mar 2 11:49:23 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:49:23 2012 -0500

Merge topic 'run-vim-spellcheck'

43d6011 Run vim spellcheck on some files


---

Summary of changes:
 Source/cmComputeLinkDepends.cxx   |6 +++---
 Source/cmComputeTargetDepends.cxx |2 +-
 Source/cmCoreTryCompile.cxx   |4 ++--
 Source/cmCreateTestSourceList.cxx |2 +-
 Source/cmDependsFortran.cxx   |   12 ++--
 Source/cmake.cxx  |   18 ++
 Source/cmakexbuild.cxx|2 +-
 7 files changed, 24 insertions(+), 22 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.7-532-gbe0bb04

2012-03-02 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  be0bb04be38c7386165cba85d9cc53f5ac99bcc1 (commit)
   via  95f50940cc10c22077435326db14904d1a06408b (commit)
  from  af87e8abb04bc70b9b11f33585ad9503a0c78eb1 (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=be0bb04be38c7386165cba85d9cc53f5ac99bcc1
commit be0bb04be38c7386165cba85d9cc53f5ac99bcc1
Merge: af87e8a 95f5094
Author: David Cole 
AuthorDate: Fri Mar 2 11:49:08 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:49:08 2012 -0500

Merge topic 'document-missing-versions'

95f5094 document when version detection will not work


---

Summary of changes:
 Modules/FindGnuplot.cmake |2 ++
 Modules/FindImageMagick.cmake |2 ++
 2 files changed, 4 insertions(+), 0 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.7-530-gaf87e8a

2012-03-02 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  af87e8abb04bc70b9b11f33585ad9503a0c78eb1 (commit)
   via  5663e436abe7395f4269ba8269d2a869e0b83fab (commit)
  from  0ee7b8ea03b83189e2857154cd5be03148346f6b (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=af87e8abb04bc70b9b11f33585ad9503a0c78eb1
commit af87e8abb04bc70b9b11f33585ad9503a0c78eb1
Merge: 0ee7b8e 5663e43
Author: David Cole 
AuthorDate: Fri Mar 2 11:48:55 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:48:55 2012 -0500

Merge topic 'dragndrop-sla'

5663e43 DragNDrop: Fix problem with relocated files in Xcode 4.3


---

Summary of changes:
 Source/CPack/cmCPackDragNDropGenerator.cxx |9 -
 1 files changed, 4 insertions(+), 5 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.7-528-g0ee7b8e

2012-03-02 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  0ee7b8ea03b83189e2857154cd5be03148346f6b (commit)
   via  eeaaffcb2f68254ccd5cc6fbf4d13fed41d40774 (commit)
   via  52dffb9fbf31b70ef8b16fc21c3efb4da7046a78 (commit)
   via  d3651041e9f16876d227c757254256039d62d85b (commit)
   via  31ead5f695182dbb96196f9795b6437e013c6567 (commit)
   via  6d8308314adbc3ff504b836b3989db9939de1e0b (commit)
   via  9c39bbd47420a74d50fab2b421baf630f13343ec (commit)
   via  f310f6729149551ca73a853789413f9a36f86ced (commit)
   via  7d67dcf52bddcd8863f00d7bb6e6e7e22a966951 (commit)
   via  978d89b99db233f2fbe5a9cfa4c7acdca93e6442 (commit)
  from  a1860aaf1a7f55d9eeb6b6dc54bf96774eb15bdf (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=0ee7b8ea03b83189e2857154cd5be03148346f6b
commit 0ee7b8ea03b83189e2857154cd5be03148346f6b
Merge: a1860aa eeaaffc
Author: David Cole 
AuthorDate: Fri Mar 2 11:48:38 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:48:38 2012 -0500

Merge topic 'find_package-improve-messages'

eeaaffc find_package: Test error and warning messages in failure cases
52dffb9 Merge branch 'test-CMakeCommands' into find_package-improve-messages
d365104 find_package: Optionally warn when implicitly using Config mode
31ead5f find_package: Reject mixed use of MODULE- and CONFIG-only options
6d83083 find_package: mention requested version number in error message
9c39bbd find_package: add CONFIG mode keyword alias for NO_MODULE
f310f67 find_package: add MODULE mode to use only Find-modules
7d67dcf find_package: improve error message when no Find module is present
978d89b find_package: rename NoModule to UseFindModules


---

Summary of changes:
 Source/cmDocumentVariables.cxx |   20 ++
 Source/cmFindPackageCommand.cxx|  262 ++--
 Source/cmFindPackageCommand.h  |4 +-
 Tests/CMakeCommands/CMakeLists.txt |1 +
 Tests/CMakeCommands/find_package/CMakeLists.txt|3 +
 .../find_package/MissingConfig-stderr.txt  |   13 +
 .../CMakeCommands/find_package/MissingConfig.cmake |1 +
 .../find_package/MissingConfigOneName-stderr.txt   |   10 +
 .../find_package/MissingConfigOneName.cmake|1 +
 .../find_package/MissingConfigRequired-result.txt  |1 +
 .../find_package/MissingConfigRequired-stderr.txt  |   13 +
 .../find_package/MissingConfigRequired.cmake   |1 +
 .../find_package/MissingConfigVersion-stderr.txt   |   13 +
 .../find_package/MissingConfigVersion.cmake|1 +
 .../find_package/MissingModule-stderr.txt  |   21 ++
 .../CMakeCommands/find_package/MissingModule.cmake |1 +
 .../find_package/MissingModuleRequired-result.txt  |1 +
 .../find_package/MissingModuleRequired-stderr.txt  |   21 ++
 .../find_package/MissingModuleRequired.cmake   |1 +
 .../find_package/MissingNormal-stderr.txt  |   17 ++
 .../CMakeCommands/find_package/MissingNormal.cmake |1 +
 .../find_package/MissingNormalRequired-result.txt  |1 +
 .../find_package/MissingNormalRequired-stderr.txt  |   17 ++
 .../find_package/MissingNormalRequired.cmake   |1 +
 .../find_package/MissingNormalVersion-stderr.txt   |   17 ++
 .../find_package/MissingNormalVersion.cmake|1 +
 .../MissingNormalWarnNoModuleNew-stderr.txt|   30 +++
 .../MissingNormalWarnNoModuleNew.cmake |3 +
 .../MissingNormalWarnNoModuleOld-stderr.txt|   29 +++
 .../MissingNormalWarnNoModuleOld.cmake |2 +
 .../find_package/MixedModeOptions-result.txt   |1 +
 .../find_package/MixedModeOptions-stderr.txt   |   14 +
 .../find_package/MixedModeOptions.cmake|1 +
 Tests/CMakeCommands/find_package/test.cmake|   80 ++
 34 files changed, 532 insertions(+), 72 deletions(-)
 create mode 100644 Tests/CMakeCommands/find_package/CMakeLists.txt
 create mode 100644 Tests/CMakeCommands/find_package/MissingConfig-stderr.txt
 create mode 100644 Tests/CMakeCommands/find_package/MissingConfig.cmake
 create mode 100644 
Tests/CMakeCommands/find_package/MissingConfigOneName-stderr.txt
 create mode 100644 Tests/CMakeCommands/find_package/MissingConfigOneName.cmake
 create mode 100644 
Tests/CMakeCommands/find_package/MissingConfigRequired-result.txt
 create mode 100644 
Tests/CMakeCommands/find_package/MissingConfigRequired-stderr.txt
 create mode 100644 Tests/CMakeCommands/find_packa

[Cmake-commits] CMake branch, master, updated. v2.8.7-518-ga1860aa

2012-03-02 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  a1860aaf1a7f55d9eeb6b6dc54bf96774eb15bdf (commit)
   via  5e1a5c44da395f8b2c121789e81f4a360a4088bc (commit)
  from  2fb1df42a25ef922a81d03d85317954ed5cfe8bf (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=a1860aaf1a7f55d9eeb6b6dc54bf96774eb15bdf
commit a1860aaf1a7f55d9eeb6b6dc54bf96774eb15bdf
Merge: 2fb1df4 5e1a5c4
Author: David Cole 
AuthorDate: Fri Mar 2 11:48:22 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:48:22 2012 -0500

Merge topic 'test-CMakeCommands'

5e1a5c4 Add infrastructure for CMakeCommands tests


---

Summary of changes:
 Tests/CMakeCommands/CMakeLists.txt |   10 ++
 .../build_command/{RunCMake.cmake => test.cmake}   |0
 Tests/CMakeLists.txt   |8 +---
 3 files changed, 11 insertions(+), 7 deletions(-)
 create mode 100644 Tests/CMakeCommands/CMakeLists.txt
 rename Tests/CMakeCommands/build_command/{RunCMake.cmake => test.cmake} (100%)


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.7-516-g2fb1df4

2012-03-02 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  2fb1df42a25ef922a81d03d85317954ed5cfe8bf (commit)
   via  b3f9fe42f949515dfdb2635bc0031c5b1b807dc0 (commit)
  from  0eb520f47c0e6192819964e13487e0ea27cdb719 (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=2fb1df42a25ef922a81d03d85317954ed5cfe8bf
commit 2fb1df42a25ef922a81d03d85317954ed5cfe8bf
Merge: 0eb520f b3f9fe4
Author: David Cole 
AuthorDate: Fri Mar 2 11:48:09 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:48:09 2012 -0500

Merge topic 'find_package-report-CONFIGS-error'

b3f9fe4 find_package: print error if an invalid CONFIGS name is used


---

Summary of changes:
 Source/cmFindPackageCommand.cxx |1 +
 1 files changed, 1 insertions(+), 0 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.7-514-g0eb520f

2012-03-02 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  0eb520f47c0e6192819964e13487e0ea27cdb719 (commit)
   via  0b8638821eccd09a50dfb26cfe7a82549c8254c5 (commit)
  from  881dc355798cde77869f6eb3b1f09b2139265e3f (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=0eb520f47c0e6192819964e13487e0ea27cdb719
commit 0eb520f47c0e6192819964e13487e0ea27cdb719
Merge: 881dc35 0b86388
Author: David Cole 
AuthorDate: Fri Mar 2 11:47:59 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:47:59 2012 -0500

Merge topic 'fix-FindPackageMode-symlink'

0b86388 CMakeFindPackageMode: fix 32/64bit detection if 'file' is a symlink


---

Summary of changes:
 Modules/CMakeFindPackageMode.cmake |3 ++-
 1 files changed, 2 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.7-512-g881dc35

2012-03-02 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  881dc355798cde77869f6eb3b1f09b2139265e3f (commit)
   via  573fa3bf136e5c780d3dd7e2dc692d52b3eba96d (commit)
  from  fc495b79da5e1b0200c8f0407940d5a238b07630 (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=881dc355798cde77869f6eb3b1f09b2139265e3f
commit 881dc355798cde77869f6eb3b1f09b2139265e3f
Merge: fc495b7 573fa3b
Author: David Cole 
AuthorDate: Fri Mar 2 11:47:42 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:47:42 2012 -0500

Merge topic 'factor-install-type'

573fa3b Factor cmInstallType out of cmTarget::TargetType


---

Summary of changes:
 Source/cmExtraCodeBlocksGenerator.cxx  |4 ---
 Source/cmExtraEclipseCDT4Generator.cxx |4 ---
 Source/cmFileCommand.cxx   |   33 ---
 Source/cmInstallDirectoryGenerator.cxx |2 +-
 Source/cmInstallExportGenerator.cxx|5 +--
 Source/cmInstallFilesGenerator.cxx |6 +---
 Source/cmInstallGenerator.cxx  |   18 ++---
 Source/cmInstallGenerator.h|3 +-
 Source/cmInstallTargetGenerator.cxx|   26 ++
 Utilities/cm_bzlib.h => Source/cmInstallType.h |   24 +++--
 Source/cmLocalGenerator.cxx|4 ---
 Source/cmTarget.cxx|   16 ---
 Source/cmTarget.h  |1 -
 13 files changed, 67 insertions(+), 79 deletions(-)
 copy Utilities/cm_bzlib.h => Source/cmInstallType.h (64%)


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.7-510-gfc495b7

2012-03-02 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  fc495b79da5e1b0200c8f0407940d5a238b07630 (commit)
   via  7d6db93de9ffc6e6092fa722aaf9c057dadcd634 (commit)
  from  6ed36e7b880cc4c0581afb58dc381daa2b9e1d99 (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=fc495b79da5e1b0200c8f0407940d5a238b07630
commit fc495b79da5e1b0200c8f0407940d5a238b07630
Merge: 6ed36e7 7d6db93
Author: David Cole 
AuthorDate: Fri Mar 2 11:47:31 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:47:31 2012 -0500

Merge topic 'findpythoninterp-version-detection'

7d6db93 FindPythonInterp: rework the version detection


---

Summary of changes:
 Modules/FindPythonInterp.cmake |   51 +++
 1 files changed, 35 insertions(+), 16 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.7-508-g6ed36e7

2012-03-02 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  6ed36e7b880cc4c0581afb58dc381daa2b9e1d99 (commit)
   via  4f6fd961da510d9a2b6144e48272c68101376f0f (commit)
  from  b930798042412bf0db7fff8ab4d41ad6f48642f5 (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=6ed36e7b880cc4c0581afb58dc381daa2b9e1d99
commit 6ed36e7b880cc4c0581afb58dc381daa2b9e1d99
Merge: b930798 4f6fd96
Author: David Cole 
AuthorDate: Fri Mar 2 11:47:21 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:47:21 2012 -0500

Merge topic 'simplify-GetRealDependency'

4f6fd96 Drop if(...) check because condition is always true


---

Summary of changes:
 Source/cmLocalGenerator.cxx |   11 ++-
 1 files changed, 2 insertions(+), 9 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.7-506-gb930798

2012-03-02 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  b930798042412bf0db7fff8ab4d41ad6f48642f5 (commit)
   via  518f965bbabf6678a3fc03948c38bc78e48cfdc3 (commit)
  from  2866819bdf7dcfdcf3a6155f6dcb637f9f5d51a0 (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=b930798042412bf0db7fff8ab4d41ad6f48642f5
commit b930798042412bf0db7fff8ab4d41ad6f48642f5
Merge: 2866819 518f965
Author: David Cole 
AuthorDate: Fri Mar 2 11:47:11 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:47:11 2012 -0500

Merge topic 'fix-findimagemagick-no-components'

518f965 FindImageMagick: fix fail if no components were given


---

Summary of changes:
 Modules/FindImageMagick.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.7-504-g2866819

2012-03-02 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  2866819bdf7dcfdcf3a6155f6dcb637f9f5d51a0 (commit)
   via  f5cf8f9897fc372ae75eafa4ed3e8e68ac1fcfa9 (commit)
  from  e8aa0401c89fb7508d1cafd9df0a919f87c66999 (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=2866819bdf7dcfdcf3a6155f6dcb637f9f5d51a0
commit 2866819bdf7dcfdcf3a6155f6dcb637f9f5d51a0
Merge: e8aa040 f5cf8f9
Author: David Cole 
AuthorDate: Fri Mar 2 11:47:02 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:47:02 2012 -0500

Merge topic 'escape-test-pass-regex'

f5cf8f9 Tests: Escape metachars before embedding paths into the regex 
(#12999)


---

Summary of changes:
 Tests/CMakeLists.txt |   11 +--
 1 files changed, 9 insertions(+), 2 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.7-502-ge8aa040

2012-03-02 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  e8aa0401c89fb7508d1cafd9df0a919f87c66999 (commit)
   via  a5edfc4fb79ac0fdb5be09e0ea7dc2f02f5ec29e (commit)
  from  6c36bbd442fc543449bc56df344042d08fde120a (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=e8aa0401c89fb7508d1cafd9df0a919f87c66999
commit e8aa0401c89fb7508d1cafd9df0a919f87c66999
Merge: 6c36bbd a5edfc4
Author: David Cole 
AuthorDate: Fri Mar 2 11:46:51 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:46:51 2012 -0500

Merge topic 'fix-BORLAND-doc-typo'

a5edfc4 Fix typo in documentation


---

Summary of changes:
 Source/cmDocumentVariables.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.7-500-g6c36bbd

2012-03-02 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  6c36bbd442fc543449bc56df344042d08fde120a (commit)
   via  2ace3427ace03c93981885901b055cada722d62d (commit)
   via  c8950621805a112e44dc91e1ba0647ae1c21a201 (commit)
  from  e95a2f8f9460674e9eef06496079f9758a332c57 (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=6c36bbd442fc543449bc56df344042d08fde120a
commit 6c36bbd442fc543449bc56df344042d08fde120a
Merge: e95a2f8 2ace342
Author: David Cole 
AuthorDate: Fri Mar 2 11:46:40 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:46:40 2012 -0500

Merge topic 'CPack-fixPackageMaker-doc'

2ace342 Typo: Add missing ##end for ##module
c895062 Update CPack PackageMaker variable doc layout


---

Summary of changes:
 Modules/CPackPackageMaker.cmake |   25 +
 1 files changed, 13 insertions(+), 12 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.7-497-ge95a2f8

2012-03-02 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  e95a2f8f9460674e9eef06496079f9758a332c57 (commit)
   via  98d158376eacacd12a765675272268be27609192 (commit)
  from  c79a57b0acd5cd65be7577d7fefb3dd5ede42015 (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=e95a2f8f9460674e9eef06496079f9758a332c57
commit e95a2f8f9460674e9eef06496079f9758a332c57
Merge: c79a57b 98d1583
Author: David Cole 
AuthorDate: Fri Mar 2 11:46:31 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:46:31 2012 -0500

Merge topic 'CPack-cygwinGeneratorDoc'

98d1583 Provide template for CPack Cygwin generator specific variables.


---

Summary of changes:
 Modules/CPackCygwin.cmake |   33 +
 1 files changed, 33 insertions(+), 0 deletions(-)
 create mode 100644 Modules/CPackCygwin.cmake


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.7-495-gc79a57b

2012-03-02 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  c79a57b0acd5cd65be7577d7fefb3dd5ede42015 (commit)
   via  6ad0f0405bdaf8c817e3b7168ee38050f3b4128f (commit)
   via  94a269304ed2a653cbac3bba26c4a59db9d80fbc (commit)
  from  54225c0706ceabbf1ee93067e7dcada14341f9b2 (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=c79a57b0acd5cd65be7577d7fefb3dd5ede42015
commit c79a57b0acd5cd65be7577d7fefb3dd5ede42015
Merge: 54225c0 6ad0f04
Author: David Cole 
AuthorDate: Fri Mar 2 11:46:23 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:46:23 2012 -0500

Merge topic 'CPack-updateCommonDoc'

6ad0f04 Update CPackConfig template.
94a2693 Review and update CPack variable documentation.


---

Summary of changes:
 Modules/CPack.cmake   |  184 +
 Source/CPack/cmCPackDocumentVariables.cxx |   64 +--
 Templates/CPackConfig.cmake.in|   33 ++
 3 files changed, 170 insertions(+), 111 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.7-492-g54225c0

2012-03-02 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  54225c0706ceabbf1ee93067e7dcada14341f9b2 (commit)
   via  b3851f504dc8404384aa14b62ca4765f3a4dc955 (commit)
  from  e4fb3e321201e69e93ea5f7aaa2f0d0eb57065a4 (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=54225c0706ceabbf1ee93067e7dcada14341f9b2
commit 54225c0706ceabbf1ee93067e7dcada14341f9b2
Merge: e4fb3e3 b3851f5
Author: David Cole 
AuthorDate: Fri Mar 2 11:46:09 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:46:09 2012 -0500

Merge topic 'CPack-fixCPackDMG-docLayout'

b3851f5 Fix CPack Drag and Drop generator documentation layout.


---

Summary of changes:
 Modules/CPackDMG.cmake |   58 
 1 files changed, 29 insertions(+), 29 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.7-490-ge4fb3e3

2012-03-02 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  e4fb3e321201e69e93ea5f7aaa2f0d0eb57065a4 (commit)
   via  4849e6ac63149cd9e582bac379d616a382948bbd (commit)
  from  aba1c1aa3b4ab16e4366c830da27b3b085c3a74e (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=e4fb3e321201e69e93ea5f7aaa2f0d0eb57065a4
commit e4fb3e321201e69e93ea5f7aaa2f0d0eb57065a4
Merge: aba1c1a 4849e6a
Author: David Cole 
AuthorDate: Fri Mar 2 11:46:00 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:46:00 2012 -0500

Merge topic 'CPack-fixCPackBundleDocLayout'

4849e6a Fix layout of the CPack Bundle documentation


---

Summary of changes:
 Modules/CPackBundle.cmake |   29 ++---
 1 files changed, 14 insertions(+), 15 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.7-488-gaba1c1a

2012-03-02 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  aba1c1aa3b4ab16e4366c830da27b3b085c3a74e (commit)
   via  0d2f5c8d6a3384816310aec2478cf9e3877e8569 (commit)
  from  4a97a2b913c38b54394cce30b8771520c5d60a81 (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=aba1c1aa3b4ab16e4366c830da27b3b085c3a74e
commit aba1c1aa3b4ab16e4366c830da27b3b085c3a74e
Merge: 4a97a2b 0d2f5c8
Author: David Cole 
AuthorDate: Fri Mar 2 11:45:48 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:45:48 2012 -0500

Merge topic 'fix-macos-findprogramm-crash'

0d2f5c8 Fix crash if app bundle executeable couldn't be found


---

Summary of changes:
 Source/cmFindProgramCommand.cxx |3 ++-
 1 files changed, 2 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.7-486-g4a97a2b

2012-03-02 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  4a97a2b913c38b54394cce30b8771520c5d60a81 (commit)
   via  213eb6e6a6517775a3b538681e6c334abcdf5d5f (commit)
  from  e7b91c12265b5649b90fb4c07d7c69f93df41ad9 (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=4a97a2b913c38b54394cce30b8771520c5d60a81
commit 4a97a2b913c38b54394cce30b8771520c5d60a81
Merge: e7b91c1 213eb6e
Author: David Cole 
AuthorDate: Fri Mar 2 11:45:39 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:45:39 2012 -0500

Merge topic 'fix-findhspell-version'

213eb6e FindHSPELL: set HSPELL_VERSION_STRING


---

Summary of changes:
 Modules/FindHSPELL.cmake |5 -
 1 files changed, 4 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.7-484-ge7b91c1

2012-03-02 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  e7b91c12265b5649b90fb4c07d7c69f93df41ad9 (commit)
   via  b2cbd755c1b07b5da8155848e4f7604eef485573 (commit)
  from  391f4113e0f44f210dc69a56a2367274f7e3c87a (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=e7b91c12265b5649b90fb4c07d7c69f93df41ad9
commit e7b91c12265b5649b90fb4c07d7c69f93df41ad9
Merge: 391f411 b2cbd75
Author: David Cole 
AuthorDate: Fri Mar 2 11:45:31 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:45:31 2012 -0500

Merge topic 'remove-old-manpage'

b2cbd75 Remove unused file cmake.1


---

Summary of changes:
 cmake.1 |  112 ---
 1 files changed, 0 insertions(+), 112 deletions(-)
 delete mode 100644 cmake.1


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.7-482-g391f411

2012-03-02 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  391f4113e0f44f210dc69a56a2367274f7e3c87a (commit)
   via  ffdaa4761c4dee10af1ec096ecfc72af7cdff827 (commit)
  from  59b1308b6fa253332fc5635cd426e3ca0df3fe05 (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=391f4113e0f44f210dc69a56a2367274f7e3c87a
commit 391f4113e0f44f210dc69a56a2367274f7e3c87a
Merge: 59b1308 ffdaa47
Author: David Cole 
AuthorDate: Fri Mar 2 11:45:21 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:45:21 2012 -0500

Merge topic 'improve-findopenscenegraph'

ffdaa47 FindOpenSceneGraph: give every message() with an explicit level


---

Summary of changes:
 Modules/FindOpenSceneGraph.cmake |   10 +-
 1 files changed, 5 insertions(+), 5 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.7-480-g59b1308

2012-03-02 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  59b1308b6fa253332fc5635cd426e3ca0df3fe05 (commit)
   via  ab9824e14f07111210ad113a982fd7523f73e9d3 (commit)
  from  ccd502ad4462d7b87761b9066de1e372e77be445 (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=59b1308b6fa253332fc5635cd426e3ca0df3fe05
commit 59b1308b6fa253332fc5635cd426e3ca0df3fe05
Merge: ccd502a ab9824e
Author: David Cole 
AuthorDate: Fri Mar 2 11:45:09 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:45:09 2012 -0500

Merge topic 'cmake-mode-case'

ab9824e cmake-mode.el: Make indentation case-insensitive (#12995)


---

Summary of changes:
 Docs/cmake-mode.el |4 ++--
 1 files changed, 2 insertions(+), 2 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.7-478-gccd502a

2012-03-02 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  ccd502ad4462d7b87761b9066de1e372e77be445 (commit)
   via  c28e2769482c12da53a3c01ea45f9ae6cdc1de34 (commit)
   via  4412fc0890ab4081432721b7578f9893f89406fd (commit)
  from  d2213c5b23bdb6cfd01fe8783ae209c978a690cd (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=ccd502ad4462d7b87761b9066de1e372e77be445
commit ccd502ad4462d7b87761b9066de1e372e77be445
Merge: d2213c5 c28e276
Author: David Cole 
AuthorDate: Fri Mar 2 11:44:58 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:44:58 2012 -0500

Merge topic 'improve-generateexportheader'

c28e276 GenerateExportHeader: improve compiler identification
4412fc0 GenerateExportHeader: remove unneeded code


---

Summary of changes:
 Modules/GenerateExportHeader.cmake |   44 +++
 1 files changed, 9 insertions(+), 35 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.7-475-gd2213c5

2012-03-02 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  d2213c5b23bdb6cfd01fe8783ae209c978a690cd (commit)
   via  f6ecb900fb1bed7fc74e3c7d7091c6e796c099d3 (commit)
  from  5264292a26d3fedeadee7d954caf15c30f65698d (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=d2213c5b23bdb6cfd01fe8783ae209c978a690cd
commit d2213c5b23bdb6cfd01fe8783ae209c978a690cd
Merge: 5264292 f6ecb90
Author: David Cole 
AuthorDate: Fri Mar 2 11:44:47 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:44:47 2012 -0500

Merge topic 'icc-compiler-flags'

f6ecb90 Check{C,CXX}CompilerFlag: detect ICC error messages


---

Summary of changes:
 Modules/CheckCCompilerFlag.cmake   |1 +
 Modules/CheckCXXCompilerFlag.cmake |1 +
 2 files changed, 2 insertions(+), 0 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.7-473-g5264292

2012-03-02 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  5264292a26d3fedeadee7d954caf15c30f65698d (commit)
   via  53d02ea1eae3af89c6802f3f9c32c0284d6e3367 (commit)
   via  91d5a2a386051cb7903044267c5364402bbe190b (commit)
   via  c9c1a176092593ce7c47e7a473e24363d9395c79 (commit)
   via  f7723786e7ecdd29a430df396d6cce64b9ccdcb6 (commit)
   via  bbddaeef7e2c65994812ccee0a92744f4777175c (commit)
  from  d284bd7843ef89cfc1ae459426b864d5ec3bd705 (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=5264292a26d3fedeadee7d954caf15c30f65698d
commit 5264292a26d3fedeadee7d954caf15c30f65698d
Merge: d284bd7 53d02ea
Author: David Cole 
AuthorDate: Fri Mar 2 11:44:37 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:44:37 2012 -0500

Merge topic 'improve-findpythonlibs'

53d02ea FindPythonLibs: stop scanning when libraries are found
91d5a2a FindPythonLibs: put debug libraries into PYTHON_LIBRARIES
c9c1a17 FindPythonLibs: get the exact version of the found library (#3080)
f772378 FindPythonLibs: make the version selection work as for PythonInterp
bbddaee FindPython{Interp,Libs}: document Python_ADDITIONAL_VERSIONS as 
input


---

Summary of changes:
 Modules/FindPythonInterp.cmake |4 ++-
 Modules/FindPythonLibs.cmake   |   70 
 2 files changed, 66 insertions(+), 8 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.7-467-gd284bd7

2012-03-02 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  d284bd7843ef89cfc1ae459426b864d5ec3bd705 (commit)
   via  aca1121ea6d7aca8634d07a07fe150344ce13e40 (commit)
  from  fe8fbc6b484236d159325e7af88b699266b52376 (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=d284bd7843ef89cfc1ae459426b864d5ec3bd705
commit d284bd7843ef89cfc1ae459426b864d5ec3bd705
Merge: fe8fbc6 aca1121
Author: David Cole 
AuthorDate: Fri Mar 2 11:44:26 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:44:26 2012 -0500

Merge topic 'cleanup-useswig'

aca1121 UseSWIG: clean up string compares


---

Summary of changes:
 Modules/UseSWIG.cmake |   13 +
 1 files changed, 5 insertions(+), 8 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.7-465-gfe8fbc6

2012-03-02 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  fe8fbc6b484236d159325e7af88b699266b52376 (commit)
   via  0110262a2d93da0911f7439ac5fba4e18b29757e (commit)
  from  973eba57f96ae4d6c8d616c706bd194ee261eaed (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=fe8fbc6b484236d159325e7af88b699266b52376
commit fe8fbc6b484236d159325e7af88b699266b52376
Merge: 973eba5 0110262
Author: David Cole 
AuthorDate: Fri Mar 2 11:44:15 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:44:15 2012 -0500

Merge topic 'simplify-findopenmp'

0110262 FindOpenMP: simplify check for enabled languages


---

Summary of changes:
 Modules/FindOpenMP.cmake |   12 ++--
 1 files changed, 2 insertions(+), 10 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.7-463-g973eba5

2012-03-02 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  973eba57f96ae4d6c8d616c706bd194ee261eaed (commit)
   via  40efa4db7462312ab9b2c82e601acba0ab67ca19 (commit)
  from  ad2de3a0c5f212234538b2f3e60d4a53ac267e8e (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=973eba57f96ae4d6c8d616c706bd194ee261eaed
commit 973eba57f96ae4d6c8d616c706bd194ee261eaed
Merge: ad2de3a 40efa4d
Author: David Cole 
AuthorDate: Fri Mar 2 11:44:05 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:44:05 2012 -0500

Merge topic 'fix-generate_export_header-docs'

40efa4d Fix documented function signature to match reality.


---

Summary of changes:
 Modules/GenerateExportHeader.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.7-461-gad2de3a

2012-03-02 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  ad2de3a0c5f212234538b2f3e60d4a53ac267e8e (commit)
   via  bdbbf763d65a4040001188b2e2d05bdab4a35427 (commit)
   via  3f78ced7c2318b23610c6a4ffdf727bde0efa529 (commit)
  from  65dfe9e5bebae6dd7b9d1d43f0d3075ee55de198 (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=ad2de3a0c5f212234538b2f3e60d4a53ac267e8e
commit ad2de3a0c5f212234538b2f3e60d4a53ac267e8e
Merge: 65dfe9e bdbbf76
Author: David Cole 
AuthorDate: Fri Mar 2 11:43:48 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 11:43:48 2012 -0500

Merge topic 'add-Embarcadero-support'

bdbbf76 Recognize Embarcadero compiler (#12604)
3f78ced Rename Modules/Platform/Windows-{Borland => Embarcadero}.cmake


---

Summary of changes:
 Modules/CMakeCCompilerId.c.in  |6 ++
 Modules/CMakeCXXCompilerId.cpp.in  |6 ++
 Modules/Platform/Windows-Borland-C.cmake   |3 +-
 Modules/Platform/Windows-Borland-CXX.cmake |3 +-
 Modules/Platform/Windows-Embarcadero-C.cmake   |3 +
 Modules/Platform/Windows-Embarcadero-CXX.cmake |3 +
 ...ows-Borland.cmake => Windows-Embarcadero.cmake} |   58 +++-
 7 files changed, 53 insertions(+), 29 deletions(-)
 create mode 100644 Modules/Platform/Windows-Embarcadero-C.cmake
 create mode 100644 Modules/Platform/Windows-Embarcadero-CXX.cmake
 rename Modules/Platform/{Windows-Borland.cmake => Windows-Embarcadero.cmake} 
(65%)


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.7-3000-ga64ecf4

2012-03-02 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  a64ecf40c63720a3e196313c4ed55c1046f48aba (commit)
   via  9012be20c526445e0d2e2ca6878308bb88dba9cf (commit)
  from  2601a84ffeadfd6a3795a39d8c4f85969ea508c3 (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=a64ecf40c63720a3e196313c4ed55c1046f48aba
commit a64ecf40c63720a3e196313c4ed55c1046f48aba
Merge: 2601a84 9012be2
Author: Brad King 
AuthorDate: Fri Mar 2 10:28:17 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 10:28:17 2012 -0500

Merge topic 'remove-CheckSourceTree-cvs-support' into next

9012be2 CheckSourceTree: Remove CVS checkout support (#13001)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9012be20c526445e0d2e2ca6878308bb88dba9cf
commit 9012be20c526445e0d2e2ca6878308bb88dba9cf
Author: Brad King 
AuthorDate: Fri Mar 2 10:24:43 2012 -0500
Commit: Brad King 
CommitDate: Fri Mar 2 10:24:43 2012 -0500

CheckSourceTree: Remove CVS checkout support (#13001)

We no longer support CVS checkouts from the Git repository.
Drop the case from the CheckSourceTree test.  This will also
prevent the test from running and failing when CVS is found
but Git is not.

diff --git a/Tests/CMakeTests/CMakeLists.txt b/Tests/CMakeTests/CMakeLists.txt
index fc1426e..e473c42 100644
--- a/Tests/CMakeTests/CMakeLists.txt
+++ b/Tests/CMakeTests/CMakeLists.txt
@@ -55,14 +55,13 @@ AddCMakeTest(GetPrerequisites "${GetPrerequisites_PreArgs}")
 # suite. It detects if any changes have been made to the CMake source tree
 # by any previous configure, build or test steps.
 #
-if(do_cvs_tests OR GIT_EXECUTABLE)
+if(GIT_EXECUTABLE)
   string(REPLACE "\\" "/" ENV_HOME "$ENV{HOME}")
   set(CheckSourceTree_PreArgs
 "-DCMake_BINARY_DIR:PATH=${CMake_BINARY_DIR}"
 "-DCMake_SOURCE_DIR:PATH=${CMake_SOURCE_DIR}"
-"-DCVS_EXECUTABLE:STRING=${CVS_EXECUTABLE}"
 "-DGIT_EXECUTABLE:STRING=${GIT_EXECUTABLE}"
 "-DHOME:STRING=${ENV_HOME}"
 )
   AddCMakeTest(CheckSourceTree "${CheckSourceTree_PreArgs}")
-endif(do_cvs_tests OR GIT_EXECUTABLE)
+endif()
diff --git a/Tests/CMakeTests/CheckSourceTreeTest.cmake.in 
b/Tests/CMakeTests/CheckSourceTreeTest.cmake.in
index 73f8b01..59b2890 100644
--- a/Tests/CMakeTests/CheckSourceTreeTest.cmake.in
+++ b/Tests/CMakeTests/CheckSourceTreeTest.cmake.in
@@ -5,7 +5,6 @@ message("CTEST_FULL_OUTPUT (Avoid ctest truncation of output)")
 message("")
 message("CMake_BINARY_DIR='${CMake_BINARY_DIR}'")
 message("CMake_SOURCE_DIR='${CMake_SOURCE_DIR}'")
-message("CVS_EXECUTABLE='${CVS_EXECUTABLE}'")
 message("GIT_EXECUTABLE='${GIT_EXECUTABLE}'")
 message("HOME='${HOME}'")
 message("ENV{DASHBOARD_TEST_FROM_CTEST}='$ENV{DASHBOARD_TEST_FROM_CTEST}'")
@@ -43,7 +42,7 @@ message("in_source_build='${in_source_build}'")
 message("")
 
 
-# If this does not appear to be a git or CVS checkout, just pass the test here
+# If this does not appear to be a git checkout, just pass the test here
 # and now. (Do not let the test fail if it is run in a tree *exported* from a
 # repository or unpacked from a .zip file source installer...)
 #
@@ -52,29 +51,13 @@ if(EXISTS "${CMake_SOURCE_DIR}/.git")
   set(is_git_checkout 1)
 endif()
 
-set(is_cvs_checkout 0)
-if(EXISTS "${CMake_SOURCE_DIR}/CVS/Root")
-  set(is_cvs_checkout 1)
-endif()
-
 message("is_git_checkout='${is_git_checkout}'")
-message("is_cvs_checkout='${is_cvs_checkout}'")
 message("")
 
-if(NOT is_cvs_checkout)
 if(NOT is_git_checkout)
-  message("source tree is neither git nor CVS checkout... test passes by early 
return...")
+  message("source tree is not a git checkout... test passes by early 
return...")
   return()
 endif()
-endif()
-
-if(is_cvs_checkout)
-if(is_git_checkout)
-  message("warning: source tree has both git *and* CVS file system bits???")
-  # should this condition be a FATAL_ERROR test failure...?
-endif()
-endif()
-
 
 # This test looks for the following types of changes in the source tree:
 #
@@ -83,51 +66,13 @@ set(conflicts 0)
 set(modifications 0)
 set(nonadditions 0)
 
-# ov == output variable... conditionally filled in by either cvs or git below:
+# ov == output variable... conditionally filled in by either git below:
 #
 set(cmd "")
 set(ov "")
 set(ev "")
 set(rv "")
 
-
-if(is_cvs_checkout AND CVS_EXECUTABLE)
-  # Check with "cvs -q -n up -dP" if there are any local modifications to the
-  # CMake source tree:
-  #
-  
message("=")
-  message("This is a cvs checkout, using cvs to verify source tree")
-  message("")
-
-  execute_process(COMMA

[Cmake-commits] CMake branch, next, updated. v2.8.7-2998-g2601a84

2012-03-02 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  2601a84ffeadfd6a3795a39d8c4f85969ea508c3 (commit)
   via  2d59c9ab17c4af84ddb09ef7da89a37871d381a7 (commit)
  from  60e9b54922aa339ca97faa1d087f5459e59ee151 (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=2601a84ffeadfd6a3795a39d8c4f85969ea508c3
commit 2601a84ffeadfd6a3795a39d8c4f85969ea508c3
Merge: 60e9b54 2d59c9a
Author: Brad King 
AuthorDate: Fri Mar 2 10:17:02 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 10:17:02 2012 -0500

Merge topic 'fix-mingw-introspection' into next

2d59c9a cmcurl: Do not hard-coded Windows check results for MinGW (#13001)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2d59c9ab17c4af84ddb09ef7da89a37871d381a7
commit 2d59c9ab17c4af84ddb09ef7da89a37871d381a7
Author: Brad King 
AuthorDate: Fri Mar 2 10:14:00 2012 -0500
Commit: Brad King 
CommitDate: Fri Mar 2 10:15:06 2012 -0500

cmcurl: Do not hard-coded Windows check results for MinGW (#13001)

The WindowsCache.cmake file hard-codes results for MS and similar
Windows toolchains.  They are not valid for MinGW tools and also
interfere with cmlibarchive checks.  Allow the checks to run.

diff --git a/Utilities/cmcurl/CMakeLists.txt b/Utilities/cmcurl/CMakeLists.txt
index 29ce25d..caa44f1 100644
--- a/Utilities/cmcurl/CMakeLists.txt
+++ b/Utilities/cmcurl/CMakeLists.txt
@@ -126,9 +126,9 @@ IF(CURL_MALLOC_DEBUG)
 ENDIF(CURL_MALLOC_DEBUG)
 
 # On windows preload settings
-IF(WIN32)
+IF(WIN32 AND NOT MINGW)
   INCLUDE(${LIBCURL_SOURCE_DIR}/Platforms/WindowsCache.cmake)
-ENDIF(WIN32)
+ENDIF()
 
 # This macro checks if the symbol exists in the library and if it
 # does, it appends library to the list.

---

Summary of changes:
 Utilities/cmcurl/CMakeLists.txt |4 ++--
 1 files changed, 2 insertions(+), 2 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.7-2996-g60e9b54

2012-03-02 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  60e9b54922aa339ca97faa1d087f5459e59ee151 (commit)
   via  0916cc888a086293f4c17e9c927f2267e1fdb755 (commit)
  from  0ea9866815c7b9e8fc9665c696c69b39f1f3c6b5 (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=60e9b54922aa339ca97faa1d087f5459e59ee151
commit 60e9b54922aa339ca97faa1d087f5459e59ee151
Merge: 0ea9866 0916cc8
Author: Brad King 
AuthorDate: Fri Mar 2 08:13:55 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Fri Mar 2 08:13:55 2012 -0500

Merge topic 'fix-CTestUpdateHG-url' into next

0916cc8 CTest.UpdateHG: Fix repo URL for local filesystem (#13001)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0916cc888a086293f4c17e9c927f2267e1fdb755
commit 0916cc888a086293f4c17e9c927f2267e1fdb755
Author: Brad King 
AuthorDate: Fri Mar 2 08:07:47 2012 -0500
Commit: Brad King 
CommitDate: Fri Mar 2 08:07:47 2012 -0500

CTest.UpdateHG: Fix repo URL for local filesystem (#13001)

Use "file:///c:/" instead of "file://c:/" because the latter
looks like a machine:port URL instead of a local file URL.

diff --git a/Tests/CTestUpdateHG.cmake.in b/Tests/CTestUpdateHG.cmake.in
index 543ddd9..5a9daae 100644
--- a/Tests/CTestUpdateHG.cmake.in
+++ b/Tests/CTestUpdateHG.cmake.in
@@ -28,7 +28,7 @@ run_child(
   WORKING_DIRECTORY ${TOP}/repo.hg
   COMMAND ${HG} init
   )
-set(REPO file://${TOP}/repo.hg)
+set(REPO file:///${TOP}/repo.hg)
 
 #-
 # Import initial content into the repository.

---

Summary of changes:
 Tests/CTestUpdateHG.cmake.in |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