summaryrefslogtreecommitdiffstats
path: root/Source/cmServerDictionary.h
Commit message (Collapse)AuthorAgeFilesLines
* server-mode: Add command to compute the build systemTobias Hunger2016-09-261-0/+1
|
* server-mode: Add a configure commandTobias Hunger2016-09-261-0/+2
| | | | | | | Add a command to trigger cmake to configure a project. Keep this separate from the compute step (added in the next commit) to faciliate applications like cmake-gui.
* server-mode: Set global configuration of cmake via a commandTobias Hunger2016-09-261-0/+1
| | | | | "setGlobalSettings" can be used to change settings reported by "globalSettings" command.
* server-mode: Query global configuration of cmake via a commandTobias Hunger2016-09-261-0/+9
| | | | | | | Add "globalSettings" command that returns: * Return capability information * Return currently used generator/extra generator * Return a range of flags for debug/trace/etc.
* server-mode: Allow for sending signalsTobias Hunger2016-09-221-0/+2
| | | | Enable the server to send signals.
* server-mode: Move constants for server mode into its own fileTobias Hunger2016-09-221-0/+47
This removes some duplication and makes it easier to reuse the vocabulary.