Releases: erikzenker/inotify-cpp
Releases · erikzenker/inotify-cpp
Inotify-cpp 1.0.0
- Update to C++17 (std::filesystem, std::optional)
Replace Busy Waiting by Epoll
- Replace busy waiting loop by epoll
- Add inotify cmake config
- Do not trigger events on watching recursively
Modernize CMake
- CMake was modernized
- CMake version was raised to 3.5
- Known issues:
- cmake config file is missing
Initial Release
- Provides basic inotify C++ binding