Skip to content

Releases: erikzenker/inotify-cpp

Inotify-cpp 1.0.0

26 Dec 12:15
f60b1ae
Compare
Choose a tag to compare
  • Update to C++17 (std::filesystem, std::optional)

Replace Busy Waiting by Epoll

06 Dec 18:04
c0045d3
Compare
Choose a tag to compare
  • Replace busy waiting loop by epoll
  • Add inotify cmake config
  • Do not trigger events on watching recursively

Modernize CMake

27 Nov 16:21
9ef9574
Compare
Choose a tag to compare
  • CMake was modernized
  • CMake version was raised to 3.5

  • Known issues:
    • cmake config file is missing

Initial Release

15 Jul 14:00
1505377
Compare
Choose a tag to compare
  • Provides basic inotify C++ binding