[Cmake-commits] CMake branch, master, updated. v3.6.2-1199-ge8ff565

Brad King brad.king at kitware.com
Tue Sep 27 08:22:53 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  e8ff565d94baf45df145dfef46e8cd40aedc08ff (commit)
       via  890432672bc9fe91365e5e5305285ab193e9060a (commit)
       via  0a8ad6700eb7f54961271b3ee7b41add61eb0be5 (commit)
       via  544f65f44de0bb63a0b427150eb5e2bc90f58396 (commit)
       via  82104cc7a8e831ad20cb87d126c2ff00a851bedc (commit)
      from  e56eca3f6838d715fa10623a5ca538b3c9476493 (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=e8ff565d94baf45df145dfef46e8cd40aedc08ff
commit e8ff565d94baf45df145dfef46e8cd40aedc08ff
Merge: e56eca3 8904326
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Sep 27 08:22:50 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Sep 27 08:22:50 2016 -0400

    Merge topic 'cmake-server-basic-commands'
    
    89043267 server-mode: Add command to compute the build system
    0a8ad670 server-mode: Add a configure command
    544f65f4 server-mode: Set global configuration of cmake via a command
    82104cc7 server-mode: Query global configuration of cmake via a command


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

Summary of changes:
 Help/manual/cmake-server.7.rst      |  126 +++++++++++++++++++++++
 Source/cmServerDictionary.h         |   13 +++
 Source/cmServerProtocol.cxx         |  190 +++++++++++++++++++++++++++++++++++
 Source/cmServerProtocol.h           |   11 +-
 Tests/Server/CMakeLists.txt         |    1 +
 Tests/Server/cmakelib.py            |   66 +++++++++++-
 Tests/Server/server-test.py         |   18 +++-
 Tests/Server/tc_globalSettings.json |  140 ++++++++++++++++++++++++++
 8 files changed, 561 insertions(+), 4 deletions(-)
 create mode 100644 Tests/Server/tc_globalSettings.json


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list