History log of /glogg/src/inotifywatchtowerdriver.h (Results 1 – 11 of 11)
Revision Date Author Comments
# 4fc8b18a 28-Oct-2015 Nicolas Bonnefon <nicolas@bonnefon.org>

Adapt inotify driver to work with polling (stubbed).


# 9ebe83d5 28-Oct-2015 Nicolas Bonnefon <nicolas@bonnefon.org>

Clean-up copyright messages and unused files.


# 8b11848f 21-Nov-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Correct following a file in a non-existant directory.


# 91f7c705 07-Nov-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Fix the WatchTowerDriver to re-add new files.


# 3104b268 03-Nov-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Cleanup directories when they are not watched.


# 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.


# b0345991 27-Oct-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Add a way to interrupt the WatchTower.


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

Minor fixes to allow building on gcc < 4.7.


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

Refactor WatchTower to use a parameterised Driver.


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

Refactor WatchTower to be concrete and uses a virtual Driver.