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

120 commits

Author SHA1 Message Date
936830d484 Remove unused includes and variables
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2024-03-27 17:22:07 +01:00
dc436073a2 Use spaces for indention of C++ comments
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2024-02-29 23:18:47 +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
308fa431fd add missing package for iproute2 TC
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-01-11 12:58:53 +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
21f1def3a8 kernel: refactor naming style 2021-05-20 06:21:33 -04:00
4f370ee1b2 drop legacy logger 2021-03-17 14:58:45 +00: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
17f513956a if: fix access of uninitialized memory 2020-07-16 14:04:53 +02:00
e81b61b4f1 make more use of villas::MemoryAllocationError 2020-07-06 14:03:45 +02:00
8e259516a3 add more nullptr checks after memory allocations 2020-07-06 14:03:43 +02:00
53bb93a967 use new kernel namespace 2020-06-08 03:55:05 +02:00
8340e1725e use new headers 2020-06-08 03:40:25 +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
ebf2943240 update VILLAScommon submodule 2019-06-04 16:55:38 +02:00
6a106b42e5 use villas/utils.hpp instead of villas/utils.h 2019-04-23 13:09:50 +02:00
30fb71d8eb nodes: convert C-style header files to C++ style headers 2019-04-23 00:12:31 +02:00
0d91ac891b use C++ compiler 2019-04-07 15:13:40 +02:00
61f4920c71 if: do not reset affinity (see #233) 2019-03-15 17:19:08 +01:00
Marvin Klimke
623385cda9 fixes related to tc support 2019-02-15 11:18:32 +01:00
4660f97834 netem: refactor mark -> fwmark 2019-02-15 10:24:09 +01:00
f1df8cc367 if: avoid another double free 2019-01-21 23:05:10 +01:00
199c34710e if: add new interfaces to list 2019-01-21 23:00:55 +01:00
76464f202b add check against nullptr dereferences 2019-01-21 18:54:48 +01:00
8190227776 netem: move intialization of Netem support into node instead of socket class 2019-01-21 15:50:18 +01:00
90335c8c9e if: add if_name() 2019-01-21 15:49:14 +01:00
8f7c8ae71e update copyright year to 2019 2019-01-13 00:42:39 +01:00
d18d786801 refactor: list_* -> vlist_* 2019-01-07 10:28:55 +01:00
70cc94b5c7 refactor: warn() => warning() due to name collision with libc 2018-11-30 21:37:52 +01:00
30576ba7ad refactoring: move config to villas/node/config.h 2018-11-30 21:00:53 +01:00
708ea877f1 moved code to new VILLAScommon repo 2018-11-30 20:58:15 +01:00
987a59a5aa cpp: ported SuperNode 2018-11-30 20:46:59 +01:00
38be4ef255 config: compile time detection of cache line size for aarch64 (fixes #214) 2018-11-14 21:14:52 +01:00
93612d8773 kernel: improve portability 2018-10-21 13:05:24 +01:00
d88c59aab4 bugfixes for ARM 2018-10-04 00:49:46 +02:00
Sonja Kolen
c39e3c5d70 kernel: added missing include inttypes.h to compile; required for PRIu64 usage 2018-08-22 16:45:03 +02:00
d35971c26c refactor: update copyright years 2018-08-20 18:40:03 +02:00
14656232ad refactoring and code cleanups 2018-08-13 15:26:24 +02:00
21b9ae1675 kernel: add kernel_get_cpu_frequency() 2018-08-13 14:40:36 +02:00