1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
VILLASnode/lib
2020-09-10 17:41:30 +02:00
..
api refactor regex constants 2020-09-10 17:41:29 +02:00
formats warn about unused return values for *_{init,destroy}() functions 2020-09-10 17:41:29 +02:00
hooks warn about unused return values for *_{init,destroy}() functions 2020-09-10 17:41:29 +02:00
kernel warn about unused return values for *_{init,destroy}() functions 2020-09-10 17:41:29 +02:00
memory refactor: struct node -> struct vnode 2020-09-10 17:40:36 +02:00
nodes loopback_internal: add new node-type for internal loopback 2020-09-10 17:41:29 +02:00
api.cpp api: rewrite API to v2 2020-08-17 17:30:21 +02:00
CMakeLists.txt cmake: use GnuInstallDirs for installing configuration files into the proper directory (closes #276) 2020-09-10 17:40:37 +02:00
config.cpp remove usage of uninitialized value 2020-08-17 17:30:21 +02:00
config_helper.cpp update copyright year to 2020 2020-01-20 17:17:00 +01:00
format_type.cpp update copyright year to 2020 2020-01-20 17:17:00 +01:00
hook.cpp warn about unused return values for *_{init,destroy}() functions 2020-09-10 17:41:29 +02:00
hook_list.cpp refactor: struct node -> struct vnode 2020-09-10 17:40:36 +02:00
io.cpp add more nullptr checks after memory allocations 2020-07-06 14:03:43 +02:00
mapping.cpp mapping: fix intialization 2020-09-10 17:41:30 +02:00
memory.cpp smaller bug fixes 2020-06-08 04:03:07 +02:00
node.cpp node: do not re-check node-type in node_parse() 2020-09-10 17:41:30 +02:00
node_direction.cpp node: fix vecotrize feature (closes #274) 2020-09-10 17:40:38 +02:00
node_type.cpp refactor: struct node -> struct vnode 2020-09-10 17:40:36 +02:00
path.cpp path: remove path_uses_node() 2020-09-10 17:41:30 +02:00
path_destination.cpp path: add dedicated functions for path_{source,destination}_prepare() 2020-09-10 17:40:36 +02:00
path_source.cpp path: use internal loopback nodes to allow nodes to be used as sources by multiple paths 2020-09-10 17:40:37 +02:00
plugin.cpp fix initialization errors 2020-07-01 17:07:17 +02:00
pool.cpp warn about unused return values for *_{init,destroy}() functions 2020-09-10 17:41:29 +02:00
queue.cpp avoid assertions due to uninitialized memory 2020-03-10 23:40:44 +01:00
queue_signalled.cpp update copyright year to 2020 2020-01-20 17:17:00 +01:00
sample.cpp make more use of villas::MemoryAllocationError 2020-07-06 14:03:45 +02:00
shmem.cpp warn about unused return values for *_{init,destroy}() functions 2020-09-10 17:41:29 +02:00
signal.cpp mapping: fix intialization 2020-09-10 17:41:30 +02:00
signal_data.cpp signal: replace placeholder for invalid data 2020-08-17 12:51:04 +02:00
signal_list.cpp signal: last bug fixes for output signal api 2020-07-06 14:03:45 +02:00
signal_type.cpp signal: split signal related code into separate files 2020-07-06 14:03:45 +02:00
socket_addr.cpp add more nullptr checks after memory allocations 2020-07-06 14:03:43 +02:00
stats.cpp stats: whitespace and comments improvmements 2020-09-10 17:41:29 +02:00
super_node.cpp path: remove path_uses_node() 2020-09-10 17:41:30 +02:00
web.cpp api: second batch of changes for new API version 2020-08-17 17:30:21 +02:00