[Cmake-commits] CMake branch, master, updated. v2.8.10.2-242-gd5ac791

2012-11-28 Thread Kitware 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  d5ac791366595be307896e9894c66815c1e1eb2f (commit)
  from  581b0c0d078b5f07f68a53b118f44fc6e8313601 (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=d5ac791366595be307896e9894c66815c1e1eb2f
commit d5ac791366595be307896e9894c66815c1e1eb2f
Author: Kitware Robot 
AuthorDate: Thu Nov 29 00:01:01 2012 -0500
Commit: Kitware Robot 
CommitDate: Thu Nov 29 00:01:01 2012 -0500

CMake Nightly Date Stamp

diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index a7afa52..824de7e 100644
--- a/Source/CMakeVersion.cmake
+++ b/Source/CMakeVersion.cmake
@@ -2,5 +2,5 @@
 set(CMake_VERSION_MAJOR 2)
 set(CMake_VERSION_MINOR 8)
 set(CMake_VERSION_PATCH 10)
-set(CMake_VERSION_TWEAK 20121128)
+set(CMake_VERSION_TWEAK 20121129)
 #set(CMake_VERSION_RC 1)

---

Summary of changes:
 Source/CMakeVersion.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.10.2-1109-g8fc1a2c

2012-11-28 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  8fc1a2c2c412ea5a75e0bffc353f25c20f2b829a (commit)
   via  223850576b070f66a5eec5340b7eefa8ecf7b5de (commit)
  from  dabf7435a43085960a570ea746a65198630a467a (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=8fc1a2c2c412ea5a75e0bffc353f25c20f2b829a
commit 8fc1a2c2c412ea5a75e0bffc353f25c20f2b829a
Merge: dabf743 2238505
Author: David Cole 
AuthorDate: Wed Nov 28 12:13:39 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Wed Nov 28 12:13:39 2012 -0500

Merge topic 'fix-watcom-test-timeout' into next

2238505 Watcom: Avoid prompt from wmake about dll with no exports...


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=223850576b070f66a5eec5340b7eefa8ecf7b5de
commit 223850576b070f66a5eec5340b7eefa8ecf7b5de
Author: David Cole 
AuthorDate: Wed Nov 28 12:11:52 2012 -0500
Commit: David Cole 
CommitDate: Wed Nov 28 12:11:52 2012 -0500

Watcom: Avoid prompt from wmake about dll with no exports...

...by simply building a STATIC lib for the test, instead of a
SHARED one. Fixes test timeout on the Watcom dashboards.

diff --git a/Tests/EmptyDepends/CMakeLists.txt 
b/Tests/EmptyDepends/CMakeLists.txt
index a24382c..832d9dc 100644
--- a/Tests/EmptyDepends/CMakeLists.txt
+++ b/Tests/EmptyDepends/CMakeLists.txt
@@ -12,4 +12,4 @@ add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/qrc_my.cxx
 add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/my.qrc
   COMMAND ${CMAKE_COMMAND} -E touch ${CMAKE_BINARY_DIR}/my.qrc)
 
-add_library(qrc SHARED ${CMAKE_BINARY_DIR}/qrc_my.cxx)
+add_library(qrc STATIC ${CMAKE_BINARY_DIR}/qrc_my.cxx)

---

Summary of changes:
 Tests/EmptyDepends/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.10.2-1107-gdabf743

2012-11-28 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  dabf7435a43085960a570ea746a65198630a467a (commit)
   via  581b0c0d078b5f07f68a53b118f44fc6e8313601 (commit)
   via  1ed04648519f8dad60dbe6c1b3952429a011eb4b (commit)
  from  6692827ddf62611acf96feb896c3a8ac00f5c7a8 (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=dabf7435a43085960a570ea746a65198630a467a
commit dabf7435a43085960a570ea746a65198630a467a
Merge: 6692827 581b0c0
Author: Brad King 
AuthorDate: Wed Nov 28 08:50:11 2012 -0500
Commit: Brad King 
CommitDate: Wed Nov 28 08:50:11 2012 -0500

Merge branch 'master' into next


---

Summary of changes:
 Source/CMakeVersion.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.10.2-241-g581b0c0

2012-11-28 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, master has been updated
   via  581b0c0d078b5f07f68a53b118f44fc6e8313601 (commit)
   via  3a1006e41fd7be22c415d1de45364f0c8ff4b697 (commit)
   via  40c36c9f7bd101185b06ddf2aee079ccbe7634d3 (commit)
   via  038df9e49e6fcb54d6f6a1bcfb09f6a0e5ec0c2e (commit)
   via  6fe4fcba787e4e27a4863faa28aa41ae11026d6b (commit)
   via  2118a2016f69f3c7cdb711eaaa2f6ca9374103ce (commit)
   via  6920fed652339ca6b45d98769c88a8c341e507b8 (commit)
   via  102521b6b3172e32b2985c53eadc6eaebe90245d (commit)
   via  332dc09d0de3b427eac8a36c3b0c1339daf7179c (commit)
   via  d41d4d3d61275414958831bc3d5a45f74b1f2339 (commit)
   via  14861f88d2e33edc53ab00f92dfaaf860f9d4084 (commit)
  from  1ed04648519f8dad60dbe6c1b3952429a011eb4b (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=581b0c0d078b5f07f68a53b118f44fc6e8313601
commit 581b0c0d078b5f07f68a53b118f44fc6e8313601
Merge: 1ed0464 3a1006e
Author: Brad King 
AuthorDate: Wed Nov 28 08:49:56 2012 -0500
Commit: CMake Topic Stage 
CommitDate: Wed Nov 28 08:49:56 2012 -0500

Merge topic 'windows-ce'

3a1006e VS: Added "Deploy" at project configuration for WindowsCE targets
40c36c9 VS: Make DetermineCompilerId working with WinCE too
038df9e VS: Allow setting the name of the target platform
6fe4fcb VS: Add parser for WCE.VCPlatform.config to read WinCE platforms
2118a20 VS: Support setting correct subsystem and entry point for WinCE
6920fed VS: Change variable type of Name from const char* to string
102521b VS: Change variable type of ArchitectureId from const char* to 
string
332dc09 VS: Add static method to get the base of the registry
d41d4d3 VS: Add CMAKE_VS_PLATFORM_NAME definition to cmMakefile
14861f8 VS: Remove TargetMachine for linker when checking compiler id


---

Summary of changes:
 Modules/CMakeCCompilerId.c.in  |4 +
 Modules/CMakeCXXCompilerId.cpp.in  |4 +
 Modules/CMakeDetermineCompilerId.cmake |   19 ++--
 Modules/CMakeDetermineSystem.cmake |6 +
 Modules/CompilerId/VS-7.vcproj.in  |3 +-
 Source/CMakeLists.txt  |2 +
 Source/cmGlobalVisualStudio10Generator.cxx |3 +-
 Source/cmGlobalVisualStudio71Generator.cxx |2 +-
 Source/cmGlobalVisualStudio71Generator.h   |2 +-
 Source/cmGlobalVisualStudio7Generator.cxx  |6 +-
 Source/cmGlobalVisualStudio7Generator.h|2 +-
 Source/cmGlobalVisualStudio8Generator.cxx  |   88 +++---
 Source/cmGlobalVisualStudio8Generator.h|   15 +++-
 Source/cmGlobalVisualStudio9Generator.cxx  |   64 ++---
 Source/cmGlobalVisualStudio9Generator.h|1 +
 Source/cmGlobalVisualStudioGenerator.cxx   |   15 ++-
 Source/cmGlobalVisualStudioGenerator.h |8 ++-
 Source/cmLocalVisualStudio7Generator.cxx   |   20 -
 Source/cmLocalVisualStudio7Generator.h |1 +
 Source/cmVisualStudioWCEPlatformParser.cxx |  139 
 Source/cmVisualStudioWCEPlatformParser.h   |   55 +++
 21 files changed, 402 insertions(+), 57 deletions(-)
 create mode 100644 Source/cmVisualStudioWCEPlatformParser.cxx
 create mode 100644 Source/cmVisualStudioWCEPlatformParser.h


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