[Cmake-commits] CMake branch, master, updated. v3.6.2-1122-g3e14e59
Brad King
brad.king at kitware.com
Thu Sep 22 08:09:54 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 3e14e594b41fe66d0366eadd5691c9a53e7e13c9 (commit)
via 1d601c6cb978a3b6b6143fdf64e284fb3a098d1e (commit)
from 555ef1e235e62236870b27adb1b6c384313bd792 (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=3e14e594b41fe66d0366eadd5691c9a53e7e13c9
commit 3e14e594b41fe66d0366eadd5691c9a53e7e13c9
Merge: 555ef1e 1d601c6
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Sep 22 08:09:52 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Sep 22 08:09:52 2016 -0400
Merge topic 'cmake-server-pipes'
1d601c6c server-mode: Introduce cmServerConnection
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-server.7.rst | 13 +-
Source/CMakeLists.txt | 1 +
Source/cmServer.cxx | 145 ++-------
Source/cmServer.h | 15 +-
Source/cmServerConnection.cxx | 307 ++++++++++++++++++++
Source/cmServerConnection.h | 97 +++++++
Source/cmcmd.cxx | 42 ++-
.../RunCMake/CommandLine/E_server-pipe-result.txt | 1 +
.../RunCMake/CommandLine/E_server-pipe-stderr.txt | 1 +
Tests/RunCMake/CommandLine/RunCMakeTest.cmake | 1 +
Tests/Server/cmakelib.py | 2 +-
11 files changed, 476 insertions(+), 149 deletions(-)
create mode 100644 Source/cmServerConnection.cxx
create mode 100644 Source/cmServerConnection.h
create mode 100644 Tests/RunCMake/CommandLine/E_server-pipe-result.txt
create mode 100644 Tests/RunCMake/CommandLine/E_server-pipe-stderr.txt
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list