Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | server-mode: Introduce cmServerConnection | Tobias Hunger | 2016-09-22 | 1 | -1/+1 |
| | | | | | | | | Use it to split pipe and stdin/out handling out of cmServer itself. The server will shut down when it looses its connection to the client. This has the nice property that a crashing client will cause the server to terminate as the OS will close the connection on behave of the client. | ||||
* | server-mode: Add --experimental flag | Tobias Hunger | 2016-09-20 | 1 | -1/+1 |
| | | | | | | | | Allow for experimental cmProtocolVersions, which will only ever get listed if the server was started with the (undocumented) "--experimental" flag. Mark current protocol version 1.0 as experimental. | ||||
* | cmake-server: Add unit test | Tobias Hunger | 2016-09-19 | 5 | -0/+307 |