History log of /glogg/src/platformfilewatcher.h (Results 1 – 7 of 7)
Revision Date Author Comments
# f869e41d 16-May-2018 Nicolas Bonnefon <nicolas@bonnefon.org>

Implement file monitoring with kqueue FreeBSD / macOS.

This implementation is incomplete and does not deal well with deletion
/ renaming.


# 80bca0a3 28-Oct-2015 Nicolas Bonnefon <nicolas@bonnefon.org>

Add configuration option for polling.


# 58f443c7 01-Nov-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Add a temporary config.h to build with qmake.

Will be removed when we switch to cmake.


# f09fa651 28-Oct-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Integrate Windows implementation in templated WatchTower.


# dc7f5916 26-Oct-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Minor fixes to allow building on gcc < 4.7.


# 96bde7d5 24-Oct-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Make the WatchTower parametric (only works for inotify).


# 84b2179e 21-Oct-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Improve implementation of WinWatchTower and integrates it.