8e9f49d2a3
Accepting request 1253794 from home:mvyskocil:branches:utilities
Michal Vyskocil2025-03-17 13:37:08 +00:00
76a2e27f7b
Accepting request 1240669 from utilities
Ana Guerrero2025-01-28 13:59:31 +00:00
0f48c11374
- Update to 1.18.2 * Added event flag CloseWrite: file open for write has been closed. * inotify_monitor: added support for CloseWrite, adding support for events of type IN_CLOSE_WRITE. * Issue #337: fswatch exits on non-existing paths. - Update to 1.18.1 * Issue #333: Handle non-ASCII characters in file paths to prevent segmentation faults in FSEvents callback. - require gcc > 7, as build fail in this version
Michal Vyskocil2025-01-27 22:04:58 +00:00
cb4c25d471
Accepting request 1234998 from utilities
Ana Guerrero2025-01-06 15:05:07 +00:00
00726ea591
- Update to 1.18.0 * The C++17 standard has been adopted: code has been rewritten and simplified to adobe new features of the C++17 standard library such as std::filesystem. * gettextize: gettext v. 0.22.5 * Documentation: add reference to Go bindings. * Issue #313: Make -1, --one-event return $? when killed. * Remove unused or obsolete configuration checks. * Use the #include predefined notation to include generated configuration headers. * Use target CPPFLAGS instead of AM_CPPFLAGS. * Update FSEventStreamEventFlags flags and add support to macOS 10.13+ features. * Issue #278: fsevents monitor: Add support to for extended data, to allow * file inodes to be collected with events. This feature enables users to * correlate rename events. * Issue #278: inotify monitor: Add support for correlation cookie. This feature enables users to correlate rename events. * Add %c format specifier to print the event correlation id. * Require <mutex>, <atomic> and thread_local and remove checks and conditional code. - libfswatch v. 1.18.0 introduces the following features and bug fixes: * Update the event class to have a correlation id field. * Remove private headers from the list of installed header files. * Library interface does not depend on configuration any longer. - Packaging changes * Use autogen.sh to regnerate configure script * Remove non Linux READMEs
Michal Vyskocil2025-01-05 11:00:29 +00:00