[Cmake-commits] CMake branch, master, updated. v3.6.2-1249-g48cd0f7
Brad King
brad.king at kitware.com
Thu Sep 29 08:09:47 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 48cd0f74059f243d57d7032578a474452265b546 (commit)
via 71a505870c1f5a4fc89a8ad4e4dc3bb008a35118 (commit)
via 7b1e60f26e284e223be8638744ba3a3b0efdee63 (commit)
via 84553a6e709ea810f3e7fc5ece5daa1c53be5cda (commit)
via ead71873b2025a28df1208bbd3f2f8e1918a120c (commit)
from 26b30c58d0cd674a50f5b5c5df9ee7d6968c57d1 (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=48cd0f74059f243d57d7032578a474452265b546
commit 48cd0f74059f243d57d7032578a474452265b546
Merge: 26b30c5 71a5058
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Sep 29 08:09:45 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Sep 29 08:09:45 2016 -0400
Merge topic 'cmake-server-commands'
71a50587 server-mode: Add project data for unit tests
7b1e60f2 server-mode: Report CMakeCache entries
84553a6e server-mode: Add command to retrieve build system files
ead71873 server-mode: Report information relevant for a codemodel
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-server.7.rst | 261 ++++++++++
Source/cmServerDictionary.h | 33 ++
Source/cmServerProtocol.cxx | 549 +++++++++++++++++++-
Source/cmServerProtocol.h | 3 +
Tests/Server/CMakeLists.txt | 2 +
Tests/Server/buildsystem1/CMakeLists.txt | 22 +
.../buildsystem1}/foo.cpp | 1 +
.../buildsystem1}/main.cpp | 0
Tests/Server/buildsystem1/subdir/CMakeLists.txt | 5 +
.../buildsystem1/subdir/empty.cpp} | 1 +
Tests/Server/cmakelib.py | 20 +-
Tests/Server/server-test.py | 37 +-
Tests/Server/tc_buildsystem1.json | 27 +
13 files changed, 939 insertions(+), 22 deletions(-)
create mode 100644 Tests/Server/buildsystem1/CMakeLists.txt
copy Tests/{CompatibleInterface => Server/buildsystem1}/foo.cpp (96%)
copy Tests/{RunCMake/COMPILE_LANGUAGE-genex => Server/buildsystem1}/main.cpp (100%)
create mode 100644 Tests/Server/buildsystem1/subdir/CMakeLists.txt
copy Tests/{CompatibleInterface/foo.cpp => Server/buildsystem1/subdir/empty.cpp} (96%)
create mode 100644 Tests/Server/tc_buildsystem1.json
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list