Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix more issues reported by clang-tidy | Daniel Pfeifer | 2016-10-20 | 1 | -2/+2 |
| | |||||
* | server-mode: Improve shutdown behavior | Tobias Hunger | 2016-10-04 | 1 | -4/+4 |
| | | | | | | Add a signal handler to trigger shutdown and be more paranoid about libuv doing things asynchronously. This should fix test cases not shutting down properly. | ||||
* | server-mode: Add infrastructure to watch the filesystem | Tobias Hunger | 2016-09-29 | 1 | -0/+389 |
Enable the server to watch for filesystem changes. This patch includes * The infrastructure for the file watching * makes that infrastructure available to cmServerProtocols * Resets the filesystemwatchers on "configure" |