[Cmake-commits] CMake branch, master, updated. v3.6.2-1271-g8491a53
Brad King
brad.king at kitware.com
Fri Sep 30 08:07:32 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 8491a539cf316f14abaf70d7be04f8929119e501 (commit)
via 4e34f042504f1c62f36a0f16e137e137a7bf1e72 (commit)
via 262500028cb5e6c278cbc0f0a2694b50833dc3ec (commit)
via 0d96e1932937b866343ae8b52c20e0a8c058f3b2 (commit)
from 9c932109a29afbaf10aa9dd9fa7b2f421f8db6fd (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=8491a539cf316f14abaf70d7be04f8929119e501
commit 8491a539cf316f14abaf70d7be04f8929119e501
Merge: 9c93210 4e34f04
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Sep 30 08:07:29 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Sep 30 08:07:29 2016 -0400
Merge topic 'cmake-server-filewatcher'
4e34f042 server-mode: Watch CMakeLists.txt files
26250002 server-mode: Report watched files to client
0d96e193 server-mode: Add infrastructure to watch the filesystem
diff --cc Source/CMakeLists.txt
index 2641381,bd237e4..ec49481
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@@ -778,8 -778,9 +778,9 @@@ add_executable(cmake cmakemain.cxx cmcm
list(APPEND _tools cmake)
target_link_libraries(cmake CMakeLib)
-if(CMake_HAVE_SERVER_MODE)
+if(CMake_ENABLE_SERVER_MODE)
add_library(CMakeServerLib
+ cmFileMonitor.cxx cmFileMonitor.h
cmServer.cxx cmServer.h
cmServerConnection.cxx cmServerConnection.h
cmServerProtocol.cxx cmServerProtocol.h
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-server.7.rst | 66 +++++++
Source/CMakeLists.txt | 1 +
Source/cmFileMonitor.cxx | 389 ++++++++++++++++++++++++++++++++++++++++
Source/cmFileMonitor.h | 28 +++
Source/cmServer.cxx | 5 +
Source/cmServer.h | 3 +
Source/cmServerConnection.cxx | 9 +-
Source/cmServerConnection.h | 4 +
Source/cmServerDictionary.h | 9 +
Source/cmServerProtocol.cxx | 64 +++++++
Source/cmServerProtocol.h | 7 +
11 files changed, 584 insertions(+), 1 deletion(-)
create mode 100644 Source/cmFileMonitor.cxx
create mode 100644 Source/cmFileMonitor.h
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list