19 Commits

Author SHA1 Message Date
mergerepo
36061c4962 Merge remote branch 'origin/master' into edge
(no-precommit-check no-tn-check)
2022-02-04 23:45:41 +00:00
Laurent Thévenoux
00fb794cd6 Allow gprbuild to overwrite files for make install target 2022-02-03 11:38:17 +01:00
mergerepo
21a0efa151 Merge remote branch 'origin/master' into edge
(no-tn-check)
2020-12-07 14:15:59 +00:00
Nicolas Setton
94c0a5f137 Merge pull request #4 from AdaCore/topic/reloading_monitor
Add support for event filters
2020-11-05 15:58:21 +00:00
Nicolas Setton
dee6f2fe83 Add support for event filters
And add a "make install" target
2020-11-03 15:36:02 +00:00
Nicolas Setton
3acd668fc0 Merge pull request #3 from AdaCore/topic/reloading_monitor
Add an example of a monitor which can reload itself
2020-10-27 13:48:18 +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
7f42e15ba9 Merge pull request #2 from AdaCore/topic/blocking_monitor_v0
Add a high-level API for monitoring the filesystem
2020-10-22 09:51:19 +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
1306d93fd2 Merge pull request #1 from AdaCore/topic/initial_work
Initial binding work
2020-10-19 09:52:45 +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
Nicolas Setton
8c879df3bc Add README.md 2020-10-16 14:50:00 +01:00
Nicolas Setton
6a8ce57874 Add a Makefile and fix a project
Also fix the basic example to work with the default monitor.
2020-10-16 14:49:43 +01:00
Nicolas Setton
990073b408 Initial revision 2020-10-16 14:49:43 +01:00
Nicolas Setton
1c6cd6a787 Initial commit 2020-10-16 14:49:43 +01:00
joeldiasmarques
e863f82dae Initial commit 2020-10-16 10:47:14 +02:00