summaryrefslogtreecommitdiffstats
path: root/Source/cmServerProtocol.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'clang-tidy'Brad King2016-10-201-8/+14
|\
| * fix more issues reported by clang-tidyDaniel Pfeifer2016-10-201-8/+14
* | cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* | cmServerProtocol: Remove unused headerStephen Kelly2016-10-181-1/+0
|/
* cmLinkLineComputer: Move FrameworkPath computation from cmLocalGeneratorStephen Kelly2016-10-101-1/+1
* cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGeneratorStephen Kelly2016-10-101-6/+4
* cmLinkLineComputer: Extract from cmLocalGeneratorStephen Kelly2016-10-101-2/+7
* server-mode: Watch CMakeLists.txt filesTobias Hunger2016-09-291-0/+34
* server-mode: Report watched files to clientTobias Hunger2016-09-291-0/+22
* server-mode: Add infrastructure to watch the filesystemTobias Hunger2016-09-291-0/+8
* server-mode: Report CMakeCache entriesTobias Hunger2016-09-281-0/+64
* server-mode: Add command to retrieve build system filesTobias Hunger2016-09-281-2/+97
* server-mode: Report information relevant for a codemodelTobias Hunger2016-09-281-0/+386
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* server-mode: Add command to compute the build systemTobias Hunger2016-09-261-0/+23
* server-mode: Add a configure commandTobias Hunger2016-09-261-0/+89
* server-mode: Set global configuration of cmake via a commandTobias Hunger2016-09-261-0/+44
* server-mode: Query global configuration of cmake via a commandTobias Hunger2016-09-261-0/+34
* cmServer: add braces around conditional statementsDaniel Pfeifer2016-09-231-15/+27
* server-mode: Allow for sending signalsTobias Hunger2016-09-221-0/+7
* server-mode: Pass server into cmServerProtocolTobias Hunger2016-09-221-1/+4
* server-mode: Move constants for server mode into its own fileTobias Hunger2016-09-221-9/+3
* server-mode: Report Messages from cmake to clientsTobias Hunger2016-09-201-0/+6
* cmake-server: Use consistent constant naming styleTobias Hunger2016-09-201-9/+6
* server-mode: Add --experimental flagTobias Hunger2016-09-201-0/+5
* cmake-server: Implement ServerProtocol 1.0Tobias Hunger2016-09-191-0/+135
* cmake-server: Bare-bones server implementationTobias Hunger2016-09-191-0/+129