[Cmake-commits] CMake branch, master, updated. v3.7.0-rc1-75-gb4fab15

Brad King brad.king at kitware.com
Fri Oct 7 09:22:11 EDT 2016


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  b4fab15fc75e4ad62ece05dc9a37bd87e807ba9b (commit)
       via  c666f8cbc6cb81b0729e116890c70096fd2101ac (commit)
       via  f00214aa4f8036951a926efd7dc3891d47abce49 (commit)
       via  bb1d3370cedceec48c82a523cf35df2207c7db17 (commit)
      from  cb5cadf3c79bf2d80dbd1e2f5602ed709fe25ef5 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b4fab15fc75e4ad62ece05dc9a37bd87e807ba9b
commit b4fab15fc75e4ad62ece05dc9a37bd87e807ba9b
Merge: cb5cadf c666f8c
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Oct 7 09:22:08 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 7 09:22:08 2016 -0400

    Merge topic 'nmake-encoding'
    
    c666f8cb NMake: Use ANSI encoding for NMake Makefiles
    f00214aa cmGeneratedFileStream: Add optional encoding support
    bb1d3370 codecvt: Add class for encoding conversion


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

Summary of changes:
 Source/CMakeLists.txt                     |    2 +
 Source/cmGeneratedFileStream.cxx          |   19 ++-
 Source/cmGeneratedFileStream.h            |    7 +-
 Source/cmGlobalGenerator.h                |    7 +
 Source/cmGlobalNMakeMakefileGenerator.h   |    6 +
 Source/cmGlobalUnixMakefileGenerator3.cxx |    3 +-
 Source/cmLocalUnixMakefileGenerator3.cxx  |   11 +-
 Source/cmMakefileTargetGenerator.cxx      |   10 +-
 Source/cm_codecvt.cxx                     |  215 +++++++++++++++++++++++++++++
 Source/cm_codecvt.hxx                     |   57 ++++++++
 10 files changed, 326 insertions(+), 11 deletions(-)
 create mode 100644 Source/cm_codecvt.cxx
 create mode 100644 Source/cm_codecvt.hxx


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list