1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Commit graph

23 commits

Author SHA1 Message Date
Felix Wege
f00c225b26 io: removed CHECKED state and fixed sprintf/sscan 2021-01-08 14:49:28 +01:00
ae4b0c4360 cppcheck: replace realloc by std::vector 2021-01-04 21:08:04 +01:00
baddec2228 fix a lot of small bugs 2020-09-10 17:41:30 +02:00
6411fc5ca7 warn about unused return values for *_{init,destroy}() functions 2020-09-10 17:41:29 +02:00
3c13f67930 refactor: struct node -> struct vnode 2020-09-10 17:40:36 +02:00
0e0250dcba check if struct sample::signals is set everywhere properly 2020-07-06 15:07:05 +02:00
8e259516a3 add more nullptr checks after memory allocations 2020-07-06 14:03:43 +02:00
037bfcb81e fix initialization errors 2020-07-01 17:07:17 +02:00
13c117fe2c use new task api 2020-06-08 03:41:00 +02:00
1f3655ba2d refactor alloc() / free() to new / delete 2020-01-21 16:27:03 +01:00
e53661a62c update copyright year to 2020 2020-01-20 17:17:00 +01:00
150d4591fd replace C-style headers with C++ C-compatability headers 2019-06-23 16:57:00 +02:00
ef17ec19a2 refactor enums to class enums 2019-06-23 16:13:23 +02:00
ebf2943240 update VILLAScommon submodule 2019-06-04 16:55:38 +02:00
932d15fdb7 nodes: avoid designated initializers for structs 2019-04-23 00:36:06 +02:00
30fb71d8eb nodes: convert C-style header files to C++ style headers 2019-04-23 00:12:31 +02:00
002e473937 Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop 2019-04-14 19:24:13 +02:00
ab46354083 fix whitespaces / code-style 2019-04-14 19:23:30 +02:00
2c384425b9 test_rtt: fix bug in rate parsing 2019-04-10 09:26:24 +02:00
41fbf03881 test_rtt: fix bug which fails to start test cases 2019-04-08 10:33:02 +02:00
400a9d3b84 test_rtt: fix compiler warning 2019-04-08 10:15:49 +02:00
5e43ea7ea4 test_rtt: improve handling of result files 2019-04-08 10:15:24 +02:00
06292524a1 test_rtt: port to C++ 2019-04-08 08:59:59 +02:00
Renamed from lib/nodes/test_rtt.c (Browse further)