[Cmake-commits] CMake branch, master, updated. v2.8.5-34-g4a18c30

Brad King brad.king at kitware.com
Tue Jul 26 14:55:12 EDT 2011


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  4a18c30a428940e6f78805323b365aab364d85f8 (commit)
       via  aed92ccea6321d0323a84d9001c489ef5d05d350 (commit)
       via  d44c68f39e5b46324898ce4ad0b12c63095b1b40 (commit)
      from  2b16232d4535cf438be879d86c013e9945dc9f52 (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=4a18c30a428940e6f78805323b365aab364d85f8
commit 4a18c30a428940e6f78805323b365aab364d85f8
Merge: 2b16232 aed92cc
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jul 26 14:54:56 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jul 26 14:54:56 2011 -0400

    Merge topic 'vs-ia64'
    
    aed92cc Add VisualStudio 9 and 10 generators for Itanium platform
    d44c68f VS: Factor Find64BitTools out of Win64 generator to parent


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

Summary of changes:
 Modules/CMakeGenericSystem.cmake                   |    2 +-
 Modules/Platform/Windows-cl.cmake                  |    4 +-
 Source/CMakeLists.txt                              |    4 ++
 Source/cmGlobalVisualStudio10Generator.cxx         |   36 ++++++++++++++
 Source/cmGlobalVisualStudio10Generator.h           |    1 +
 Source/cmGlobalVisualStudio10IA64Generator.cxx     |   51 ++++++++++++++++++++
 ...tor.h => cmGlobalVisualStudio10IA64Generator.h} |   17 +++----
 Source/cmGlobalVisualStudio10Win64Generator.cxx    |   36 --------------
 Source/cmGlobalVisualStudio10Win64Generator.h      |    1 -
 ....cxx => cmGlobalVisualStudio9IA64Generator.cxx} |   16 +++---
 ...ator.h => cmGlobalVisualStudio9IA64Generator.h} |   26 +++++-----
 Source/cmake.cxx                                   |    6 ++
 12 files changed, 130 insertions(+), 70 deletions(-)
 create mode 100644 Source/cmGlobalVisualStudio10IA64Generator.cxx
 copy Source/{cmGlobalVisualStudio10Win64Generator.h => cmGlobalVisualStudio10IA64Generator.h} (70%)
 copy Source/{cmGlobalVisualStudio9Win64Generator.cxx => cmGlobalVisualStudio9IA64Generator.cxx} (75%)
 copy Source/{cmGlobalVisualStudio9Win64Generator.h => cmGlobalVisualStudio9IA64Generator.h} (67%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list