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

52 commits

Author SHA1 Message Date
8db66e25c1 rtp: Fix headers
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2024-03-27 17:22:07 +01:00
5e70fc38fd rtp: Upgrade libre dependency to v3.6.0
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2024-03-26 13:01:15 +01:00
Steffen Vogel
272a3fac36 Fix include order
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2024-02-14 10:09:52 +01:00
Steffen Vogel
c1410ef8a8 Fix formatting using clang-format
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2024-02-14 10:09:52 +01:00
Steffen Vogel
02a2aa4f94 Apply clang-format changes
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-09-08 11:37:42 +02:00
Philipp Jungkamp
73ca4b5c8d Replace remaining C style comments
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-09-07 11:16:04 +02:00
bbb3cfe240 Remove more Doxygen-style comments
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2023-09-07 11:16:04 +02:00
68654f95f2 Add periods after file headers and fix email addresses
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2023-09-07 11:16:04 +02:00
Steffen Vogel
0735eb0f89 Make project REUSE compliant
And various other cleanups and harmonizations

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-09-07 11:16:04 +02:00
6dbe34354b fix compilation of libre >= 2.9.0
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2023-01-09 11:10:02 +01:00
be0b98d15d fix segfaults if nodes are initialized without a super-node
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2022-12-24 15:02:05 +01:00
7eec1bb753 update Steffens mail address
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2022-12-16 23:44:07 +01:00
b94746effb relicense VILLASnode to Apache 2.0 2022-07-04 18:23:57 +02:00
11a25f6fb7 update mail address 2022-03-15 09:29:20 -04:00
17ac92aa21 update copyright year 2022-03-15 09:28:57 -04:00
784e970bfe port large parts of VILLASnode to C++ and fix tests alongside 2022-01-11 09:19:53 -05:00
00a9e92b0a remove old plugin code 2021-06-21 16:11:42 -04:00
731909c3a8 ported io/format code to C++ 2021-06-17 08:26:46 -04:00
56315a026c fix cppcheck warnings 2021-03-17 14:58:45 +00:00
4f370ee1b2 drop legacy logger 2021-03-17 14:58:45 +00:00
04fe1d34a1 fix indention 2021-02-19 07:03:21 +01:00
Felix Wege
f00c225b26 io: removed CHECKED state and fixed sprintf/sscan 2021-01-08 14:49:28 +01:00
e3ce379c36 if: rewrote libnl / network if code to C++ and fixed if affinity (closes #233) 2020-09-13 11:11:46 +02:00
c7c513a5f6 ci: fix all remaining cppcheck warnings and errors 2020-09-11 15:15:36 +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
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
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
c842914bc5 stats: port to C++ 2019-06-23 13:35:42 +02:00
ebf2943240 update VILLAScommon submodule 2019-06-04 16:55:38 +02:00
11bb63ecce use villas/utils.hpp instead of villas/utils.h 2019-04-23 13:15:00 +02:00
14434d093f remove old super_node C wrapper code 2019-04-23 13:14:47 +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
7ee01aabda Merge branch 'hook-rtp-rate-pid' into develop 2019-04-15 12:26:51 +02:00
986fd5f81a rtp: use new villas::node::LimitHook::setRate() interface 2019-04-14 19:22:33 +02:00
b344c3961e rtp: fix some bugs and debugging output 2019-04-10 18:10:12 +02:00
31dad7754e nodes: properly initialize instance list 2019-04-08 08:59:38 +02:00
0d91ac891b use C++ compiler 2019-04-07 15:13:40 +02:00
d10f4e3b1f rtp: allow compilation without hook support 2019-04-06 14:19:50 +02:00
6002f2debd rtp: do not register plugin twice 2019-04-05 20:56:51 +02:00
385fdb4f43 rtp: use dynamic allocation for AIMD log 2019-03-29 10:45:23 +01:00
0e778d6867 rtp: log additional statistics 2019-03-29 09:52:34 +01:00
343cd38935 rtp: make AIMD log file configurable 2019-03-29 09:52:34 +01:00
ca28c31ed1 rtp: use C++ logger 2019-03-29 09:52:34 +01:00
cad22a02bd rtp: NULL => nullptr 2019-03-29 09:52:34 +01:00
a9afbae6b7 rtp: simplify rtp_reverse() 2019-03-28 09:23:44 +01:00