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

36 commits

Author SHA1 Message Date
d8acf7b26b hook: Fix compiler warning about overloaded virtual function
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2024-03-26 13:01:15 +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
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
Steffen Vogel
78727be952 Use C++ style comments
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-09-07 11:16:04 +02: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
56c966f61d allow hiding of different plugin types 2022-03-14 15:46:32 -04:00
784e970bfe port large parts of VILLASnode to C++ and fix tests alongside 2022-01-11 09:19:53 -05:00
Manuel Pitz
6a2ceff1b4 change singalNames from list to vector 2021-11-23 14:14:13 +01:00
0dc8adcdd3 fix new cppcheck errors 2021-09-17 18:19:06 +02:00
9ae9ce4dae hook: add hook_list_check() 2021-07-07 10:41:54 +02:00
870e563568 hook: add new {Multi,Single}SignalHook sub-classes 2021-07-06 16:27:24 +02:00
afa1b4f804 hook: dont hide virtual member function 2021-07-06 16:26:53 +02:00
8fb929c4bf hook: use proper data types for priority and enabled members 2021-07-06 16:26:33 +02:00
0593626967 hook: minor code-style fixes 2021-07-06 16:25:14 +02:00
d53547934c fix whitespaces 2021-06-18 14:28:31 -04:00
ac20c63f39 add plugin names to logger instances 2021-06-18 14:24:28 -04:00
731909c3a8 ported io/format code to C++ 2021-06-17 08:26:46 -04:00
4f370ee1b2 drop legacy logger 2021-03-17 14:58:45 +00:00
42133b2882 miscelaneous fixes 2021-02-22 23:16:53 +01:00
256d53b27f hook: fix Hook:prepare() 2021-02-19 07:03:22 +01:00
c00ff67c70 hook: add new lua hook 2021-01-08 19:09:19 +01:00
3c13f67930 refactor: struct node -> struct vnode 2020-09-10 17:40:36 +02:00
d7bfb4d896 hook: add getter for hook config 2020-08-17 17:30:21 +02:00
f8850b4110 refactor: improve code-style 2020-07-01 17:07:16 +02:00
96c55711da plugin: use new plugin code from VILLAScommon 2020-07-01 17:07:15 +02:00
ef7b2f7f91 graphviz: workaround nameclash 2020-06-08 02:32:11 +02:00
e53661a62c update copyright year to 2020 2020-01-20 17:17:00 +01:00
ef17ec19a2 refactor enums to class enums 2019-06-23 16:13:23 +02:00
c7b7e6017c rtp: missing changes in include/ 2019-04-15 12:28:33 +02:00
b4150d2053 hooks: add a common base class for rate limiting hooks 2019-04-12 09:50:42 +02:00
67f095ca90 hooks: remove useless assertion 2019-04-06 14:20:21 +02:00
2dafb25639 port hook subsystem to C++ 2019-03-26 15:39:08 +01:00