[Cmake-commits] CMake branch, master, updated. v2.8.10.2-241-g581b0c0
Brad King
brad.king at kitware.com
Wed Nov 28 08:50:00 EST 2012
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 <brad.king at kitware.com>
AuthorDate: Wed Nov 28 08:49:56 2012 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
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
More information about the Cmake-commits
mailing list