summaryrefslogtreecommitdiffstats
path: root/Source/cmFileMonitor.h
Commit message (Collapse)AuthorAgeFilesLines
* cmFileMonitor.h: Include cmConfigure.h firstBrad King2017-03-071-0/+2
| | | | | We need this to make Large File Support definitions consistent with other translation units.
* Avoid some copiesDaniel Pfeifer2016-10-301-1/+1
|
* server-mode: Add infrastructure to watch the filesystemTobias Hunger2016-09-291-0/+28
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"