summaryrefslogtreecommitdiffstats
path: root/Source/cmFileMonitor.cxx
Commit message (Collapse)AuthorAgeFilesLines
* fix more issues reported by clang-tidyDaniel Pfeifer2016-10-201-2/+2
|
* server-mode: Improve shutdown behaviorTobias Hunger2016-10-041-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 filesystemTobias Hunger2016-09-291-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"