Commit Graph

7 Commits

Author SHA1 Message Date
Nicolas Setton
dee6f2fe83 Add support for event filters
And add a "make install" target
2020-11-03 15:36:02 +00:00
Nicolas Setton
d2aff18b1d Add an example of a monitor which can reload itself
This is to test the functionality of interrupting and
restarting the monitoring.

Fix an issue found with the binding.
2020-10-22 17:42:13 +01:00
Nicolas Setton
9cfdce93a8 Add a high-level API for monitoring the filesystem
And add an example to illustrate its use.
2020-10-21 17:25:21 +01:00
Nicolas Setton
01c9e3ebbd License under the GPLv3 + Runtime exception
Since this is a library.
2020-10-16 14:50:00 +01:00
Nicolas Setton
f70cef9a5c Document the Basic example 2020-10-16 14:50:00 +01:00
Nicolas Setton
6ab6448692 Fixes for Windows
Workaround issue when binding time.h under Windows.
Add basic as a main for the examples project.

Add an example of how to stop a monitoring session.
2020-10-16 14:50:00 +01:00
Nicolas Setton
a8a1915741 Add high-level functions
Add Ada representations for events and flags, and
functions to convert from C types. Use these in basic.adb,
and move basic.adb to an examples/ directory.

Generate the Ada binding with comments included.

Activate style checks and warnings.
2020-10-16 14:50:00 +01:00