[Cmake-commits] CMake branch, master, updated. v2.8.12.1-802-g3ad5f9a
Brad King
brad.king at kitware.com
Tue Nov 26 09:37:36 EST 2013
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 3ad5f9a075e2aa9438aeb2522a6fecd2cff74f8b (commit)
via 2ba2c435f63d67eb73faaf6f94a6bd2a39019ab0 (commit)
via f668112039798f5ebc955e127f9c3e4e7cdb5cc4 (commit)
via 704ab3d24827cfe5754a00028086f21503c2e08b (commit)
from 6faf87eb982c9ae5d594b061875da8465a62c807 (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=3ad5f9a075e2aa9438aeb2522a6fecd2cff74f8b
commit 3ad5f9a075e2aa9438aeb2522a6fecd2cff74f8b
Merge: 6faf87e 2ba2c43
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 26 09:37:24 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 26 09:37:24 2013 -0500
Merge topic 'update-kwsys'
2ba2c43 bootstrap: Add KWSys Encoding and FStream
f668112 Merge branch 'upstream-kwsys' into update-kwsys
704ab3d KWSys 2013-11-21 (1010d0e3)
-----------------------------------------------------------------------
Summary of changes:
Source/kwsys/CMakeLists.txt | 58 ++++++-
Source/kwsys/Configure.hxx.in | 4 +
Source/kwsys/Directory.cxx | 17 +-
Source/kwsys/DynamicLoader.cxx | 19 +--
Source/kwsys/Encoding.h.in | 79 +++++++++
Source/kwsys/Encoding.hxx.in | 56 ++++++
Source/kwsys/EncodingC.c | 79 +++++++++
Source/kwsys/EncodingCXX.cxx | 88 ++++++++++
Source/kwsys/FStream.hxx.in | 172 +++++++++++++++++++
Source/kwsys/ProcessWin32.c | 78 ++++++----
Source/kwsys/SystemInformation.cxx | 34 ++--
Source/kwsys/SystemTools.cxx | 289 +++++++++++++++++++++-----------
Source/kwsys/SystemTools.hxx.in | 15 ++-
Source/kwsys/kwsysPlatformTestsCXX.cxx | 6 +
Source/kwsys/testEncoding.cxx | 159 ++++++++++++++++++
bootstrap | 20 +++
16 files changed, 1002 insertions(+), 171 deletions(-)
create mode 100644 Source/kwsys/Encoding.h.in
create mode 100644 Source/kwsys/Encoding.hxx.in
create mode 100644 Source/kwsys/EncodingC.c
create mode 100644 Source/kwsys/EncodingCXX.cxx
create mode 100644 Source/kwsys/FStream.hxx.in
create mode 100644 Source/kwsys/testEncoding.cxx
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list