[Cmake-commits] CMake branch, master, updated. v3.3.1-1087-g7f1e896

Brad King brad.king at kitware.com
Tue Sep 8 10:24:31 EDT 2015


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  7f1e896d8e8a8290c8bc8a2ce4a5765950fed817 (commit)
       via  d2b8229d02ff7362f36674ab3470f11aea13088e (commit)
       via  89958fd06e16d4ec413f5d011550331734561607 (commit)
       via  c5cc3441b379e2bc6e70efd6dbd530edebbf0024 (commit)
       via  1b79433a6d7cdd1da1a0af74240f2299c78e4112 (commit)
      from  a897f136c833ea7d642147580d2b6b5833a10a04 (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=7f1e896d8e8a8290c8bc8a2ce4a5765950fed817
commit 7f1e896d8e8a8290c8bc8a2ce4a5765950fed817
Merge: a897f13 d2b8229
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Sep 8 10:24:30 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Sep 8 10:24:30 2015 -0400

    Merge topic 'update-kwsys'
    
    d2b8229d Tests: Fix Plugin test on Watcom compiler
    89958fd0 bootstrap: Remove unused KWSys configuration
    c5cc3441 Merge branch 'upstream-kwsys' into update-kwsys
    1b79433a KWSys 2015-08-28 (dc3fdd7f)


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

Summary of changes:
 Source/kwsys/CMakeLists.txt                |  190 -------
 Source/kwsys/CommandLineArguments.cxx      |  103 ++--
 Source/kwsys/CommandLineArguments.hxx.in   |   56 +-
 Source/kwsys/Configure.hxx.in              |  144 -----
 Source/kwsys/Directory.cxx                 |   21 +-
 Source/kwsys/Directory.hxx.in              |   16 +-
 Source/kwsys/DynamicLoader.cxx             |   28 +-
 Source/kwsys/DynamicLoader.hxx.in          |   18 +-
 Source/kwsys/Encoding.hxx.in               |   22 +-
 Source/kwsys/EncodingCXX.cxx               |   16 +-
 Source/kwsys/FStream.hxx.in                |    6 +-
 Source/kwsys/Glob.cxx                      |   93 ++--
 Source/kwsys/Glob.hxx.in                   |   44 +-
 Source/kwsys/IOStream.cxx                  |   88 +--
 Source/kwsys/IOStream.hxx.in               |   32 +-
 Source/kwsys/RegularExpression.hxx.in      |   60 +-
 Source/kwsys/String.hxx.in                 |   10 +-
 Source/kwsys/SystemInformation.cxx         |  344 ++++++------
 Source/kwsys/SystemInformation.hxx.in      |   35 +-
 Source/kwsys/SystemTools.cxx               |  828 ++++++++++++++--------------
 Source/kwsys/SystemTools.hxx.in            |  325 ++++++-----
 Source/kwsys/hash_fun.hxx.in               |   46 +-
 Source/kwsys/hash_map.hxx.in               |  124 +----
 Source/kwsys/hash_set.hxx.in               |  122 +---
 Source/kwsys/hashtable.hxx.in              |  387 ++-----------
 Source/kwsys/kwsysPlatformTestsCXX.cxx     |  274 +--------
 Source/kwsys/kwsys_cstddef.hxx.in          |   35 --
 Source/kwsys/kwsys_ios_fstream.h.in        |   46 --
 Source/kwsys/kwsys_ios_iosfwd.h.in         |   49 --
 Source/kwsys/kwsys_ios_iostream.h.in       |   99 ----
 Source/kwsys/kwsys_ios_sstream.h.in        |  199 -------
 Source/kwsys/kwsys_stl.hxx.in              |   49 --
 Source/kwsys/kwsys_stl_string.hxx.in       |  123 -----
 Source/kwsys/testCommandLineArguments.cxx  |   70 +--
 Source/kwsys/testCommandLineArguments1.cxx |   34 +-
 Source/kwsys/testDynamicLoader.cxx         |   27 +-
 Source/kwsys/testEncoding.cxx              |    3 +-
 Source/kwsys/testFStream.cxx               |   21 +-
 Source/kwsys/testHashSTL.cxx               |   10 +-
 Source/kwsys/testIOS.cxx                   |   73 ++-
 Source/kwsys/testSystemInformation.cxx     |   22 +-
 Source/kwsys/testSystemTools.cxx           |  305 +++++-----
 Tests/Plugin/src/example_exe.cxx           |    2 +-
 bootstrap                                  |  270 +--------
 44 files changed, 1396 insertions(+), 3473 deletions(-)
 delete mode 100644 Source/kwsys/kwsys_cstddef.hxx.in
 delete mode 100644 Source/kwsys/kwsys_ios_fstream.h.in
 delete mode 100644 Source/kwsys/kwsys_ios_iosfwd.h.in
 delete mode 100644 Source/kwsys/kwsys_ios_iostream.h.in
 delete mode 100644 Source/kwsys/kwsys_ios_sstream.h.in
 delete mode 100644 Source/kwsys/kwsys_stl.hxx.in
 delete mode 100644 Source/kwsys/kwsys_stl_string.hxx.in


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list