Skip to content

Merge/cmake server signals

Tobias Hunger requested to merge hunger/cmake:merge/cmake-server-signals into master

The last of the CMake server mode infrastructure patches: After this one there are only commands left to merge which can be used to retrieve information from the server!

Patchset starts with a bit of cleanup, moving constants into a common header to cut down on some useless duplication.

Next there are two patches that together enable the server to send "signal" type messages to the client. This will eventually be used to send a signal to the client when one of the CMake inputs (all the CMakeLists.txt and all the other files necessary for CMake to manage the project) changes.

Merge request reports