Go to file
Vftdan 71e04c7f2d Implement hash table and use it for node lookup 2024-08-15 17:35:51 +02:00
nodes Typesafe wrapper around calloc 2024-08-15 16:53:02 +02:00
.gitignore Initial commit 2024-08-13 23:33:52 +02:00
Makefile Implement hash table and use it for node lookup 2024-08-15 17:35:51 +02:00
config.c Typesafe wrapper around calloc 2024-08-15 16:53:02 +02:00
config.cfg Implemented configuration using libconfig 2024-08-14 22:23:21 +02:00
config.h Implemented configuration using libconfig 2024-08-14 22:23:21 +02:00
defs.h Implement hash table and use it for node lookup 2024-08-15 17:35:51 +02:00
events.c Add a check for seemingly unreachable condition found by scan-build 2024-08-15 17:06:20 +02:00
events.h Split event code value into major and minor components 2024-08-14 14:53:17 +02:00
filters.c Typesafe wrapper around calloc 2024-08-15 16:53:02 +02:00
filters.h Implement event filter type 2024-08-14 16:26:54 +02:00
graph.c Implemented configuration using libconfig 2024-08-14 22:23:21 +02:00
graph.h Implemented configuration using libconfig 2024-08-14 22:23:21 +02:00
hash_table.c Implement hash table and use it for node lookup 2024-08-15 17:35:51 +02:00
hash_table.h Implement hash table and use it for node lookup 2024-08-15 17:35:51 +02:00
main.c Implement hash table and use it for node lookup 2024-08-15 17:35:51 +02:00
modifiers.h Initial commit 2024-08-13 23:33:52 +02:00
processing.c Typesafe wrapper around calloc 2024-08-15 16:53:02 +02:00
processing.h Add newtypes for absolute and relative time 2024-08-14 13:47:55 +02:00
time.h Add newtypes for absolute and relative time 2024-08-14 13:47:55 +02:00