summaryrefslogtreecommitdiff
path: root/Source/cmServerProtocol.h
Commit message (Expand)AuthorAgeFilesLines
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Merge topic 'server-refactor'Brad King2017-07-181-1/+4
|\
| * server: Add connection as part of a requestJustin Berger2017-07-101-1/+4
* | server: Rename cmServerProtocol1_0 to cmServerProtocol1Ivan Shcherbakov2017-07-061-1/+1
|/
* cmServer: include what you useDaniel Pfeifer2017-05-061-8/+8
* server-mode: Reset GlobalGenerator before configureTobias Hunger2016-11-141-0/+24
* server-mode: Watch CMakeLists.txt filesTobias Hunger2016-09-291-0/+4
* server-mode: Report watched files to clientTobias Hunger2016-09-291-0/+1
* server-mode: Add infrastructure to watch the filesystemTobias Hunger2016-09-291-0/+2
* server-mode: Report CMakeCache entriesTobias Hunger2016-09-281-0/+1
* server-mode: Add command to retrieve build system filesTobias Hunger2016-09-281-0/+1
* server-mode: Report information relevant for a codemodelTobias Hunger2016-09-281-0/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* server-mode: Add command to compute the build systemTobias Hunger2016-09-261-1/+3
* server-mode: Add a configure commandTobias Hunger2016-09-261-1/+3
* server-mode: Set global configuration of cmake via a commandTobias Hunger2016-09-261-0/+1
* server-mode: Query global configuration of cmake via a commandTobias Hunger2016-09-261-0/+4
* server-mode: Allow for sending signalsTobias Hunger2016-09-221-0/+2
* server-mode: Pass server into cmServerProtocolTobias Hunger2016-09-221-1/+3
* server-mode: Report Messages from cmake to clientsTobias Hunger2016-09-201-0/+2
* server-mode: Automate progress reportingTobias Hunger2016-09-201-3/+5
* server-mode: Add --experimental flagTobias Hunger2016-09-201-0/+2
* cmake-server: Implement ServerProtocol 1.0Tobias Hunger2016-09-191-0/+18
* cmake-server: Bare-bones server implementationTobias Hunger2016-09-191-0/+97