[Cmake-commits] CMake branch, master, updated. v3.7.0-rc3-459-g88f38a2

Brad King brad.king at kitware.com
Wed Nov 9 09:50:03 EST 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  88f38a2bb42599561e685dfba956866d857fe518 (commit)
       via  95a97a40e48a0db2b206c4560d6962be3666812c (commit)
       via  773b36e5d4af3ac040625e0ea16bcfd30fcdeb6d (commit)
      from  64b5b06dc61db74ef2f994ec4d0f4277113fb49e (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=88f38a2bb42599561e685dfba956866d857fe518
commit 88f38a2bb42599561e685dfba956866d857fe518
Merge: 64b5b06 95a97a4
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Nov 9 09:50:01 2016 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Nov 9 09:50:01 2016 -0500

    Merge topic 'update-kwsys'
    
    95a97a40 Merge branch 'upstream-KWSys' into update-kwsys
    773b36e5 KWSys 2016-11-09 (18c65411)


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

Summary of changes:
 Source/kwsys/Base64.c                      |  218 +-
 Source/kwsys/Base64.h.in                   |   82 +-
 Source/kwsys/CMakeLists.txt                |   13 +-
 Source/kwsys/CONTRIBUTING.rst              |   13 +
 Source/kwsys/CTestConfig.cmake             |   14 +-
 Source/kwsys/CommandLineArguments.cxx      |  786 +++--
 Source/kwsys/CommandLineArguments.hxx.in   |  133 +-
 Source/kwsys/Configure.h.in                |  167 +-
 Source/kwsys/Configure.hxx.in              |   29 +-
 Source/kwsys/ConsoleBuf.hxx.in             |  629 ++--
 Source/kwsys/Copyright.txt                 |   17 +-
 Source/kwsys/Directory.cxx                 |  140 +-
 Source/kwsys/Directory.hxx.in              |   23 +-
 Source/kwsys/DynamicLoader.cxx             |  229 +-
 Source/kwsys/DynamicLoader.hxx.in          |   43 +-
 Source/kwsys/Encoding.h.in                 |   58 +-
 Source/kwsys/Encoding.hxx.in               |   72 +-
 Source/kwsys/EncodingC.c                   |   53 +-
 Source/kwsys/EncodingCXX.cxx               |  110 +-
 Source/kwsys/FStream.cxx                   |   67 +-
 Source/kwsys/FStream.hxx.in                |  428 ++-
 Source/kwsys/Glob.cxx                      |  416 +--
 Source/kwsys/Glob.hxx.in                   |   64 +-
 Source/kwsys/IOStream.cxx                  |  245 +-
 Source/kwsys/IOStream.hxx.in               |  136 +-
 Source/kwsys/MD5.c                         |  523 ++--
 Source/kwsys/MD5.h.in                      |   64 +-
 Source/kwsys/Process.h.in                  |  260 +-
 Source/kwsys/ProcessUNIX.c                 | 2078 ++++++--------
 Source/kwsys/ProcessWin32.c                | 1837 +++++-------
 Source/kwsys/RegularExpression.cxx         | 1666 ++++++-----
 Source/kwsys/RegularExpression.hxx.in      |  148 +-
 Source/kwsys/SharedForward.h.in            |  604 ++--
 Source/kwsys/String.c                      |   97 +-
 Source/kwsys/String.h.in                   |   36 +-
 Source/kwsys/String.hxx.in                 |   62 +-
 Source/kwsys/System.c                      |  221 +-
 Source/kwsys/System.h.in                   |   32 +-
 Source/kwsys/SystemInformation.cxx         | 4303 ++++++++++++++--------------
 Source/kwsys/SystemInformation.hxx.in      |   61 +-
 Source/kwsys/SystemTools.cxx               | 3905 ++++++++++---------------
 Source/kwsys/SystemTools.hxx.in            |  294 +-
 Source/kwsys/Terminal.c                    |  315 +-
 Source/kwsys/Terminal.h.in                 |  191 +-
 Source/kwsys/hash_fun.hxx.in               |   89 +-
 Source/kwsys/hash_map.hxx.in               |  246 +-
 Source/kwsys/hash_set.hxx.in               |  217 +-
 Source/kwsys/hashtable.hxx.in              |  486 ++--
 Source/kwsys/kwsysHeaderDump.pl            |   13 +-
 Source/kwsys/kwsysPlatformTests.cmake      |   14 +-
 Source/kwsys/kwsysPlatformTestsC.c         |   52 +-
 Source/kwsys/kwsysPlatformTestsCXX.cxx     |  147 +-
 Source/kwsys/kwsysPrivate.h                |   19 +-
 Source/kwsys/testCommandLineArguments.cxx  |  201 +-
 Source/kwsys/testCommandLineArguments1.cxx |   83 +-
 Source/kwsys/testConsoleBuf.cxx            |  412 +--
 Source/kwsys/testConsoleBuf.hxx            |   20 +-
 Source/kwsys/testConsoleBufChild.cxx       |   18 +-
 Source/kwsys/testDynamicLoader.cxx         |   89 +-
 Source/kwsys/testDynload.c                 |   15 +-
 Source/kwsys/testEncode.c                  |   31 +-
 Source/kwsys/testEncoding.cxx              |  130 +-
 Source/kwsys/testFStream.cxx               |  114 +-
 Source/kwsys/testFail.c                    |   31 +-
 Source/kwsys/testHashSTL.cxx               |   37 +-
 Source/kwsys/testIOS.cxx                   |  153 +-
 Source/kwsys/testProcess.c                 |  454 ++-
 Source/kwsys/testSharedForward.c.in        |   27 +-
 Source/kwsys/testSystemInformation.cxx     |   67 +-
 Source/kwsys/testSystemTools.cxx           | 1128 +++-----
 Source/kwsys/testSystemTools.h.in          |   13 +-
 Source/kwsys/testTerminal.c                |   19 +-
 72 files changed, 11540 insertions(+), 13667 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list