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

5435 commits

Author SHA1 Message Date
8bd336b132 popen: split up C++ stream part 2024-02-28 02:36:38 +01:00
da90facaa4 fix coding style in Plugin class 2024-02-28 02:36:38 +01:00
Jonas Schroeder
b5977ed96f dont respond to terminal resize when output is redirected
Signed-off-by: Jonas Schroeder <jonas.schroeder1@rwth-aachen.de>
2024-02-28 02:36:38 +01:00
f6caa4f2d5 port large parts to C++ 2024-02-28 02:36:38 +01:00
Sonja Happ
ecf10bd43c upgrade minimum required versions for spdlog (1.3.1 to 1.6.0) and fmtlib (5.2.0 to 5.3.0) 2024-02-28 02:36:38 +01:00
0b3f24c47e state: port to C++ 2024-02-28 02:36:38 +01:00
e90dc976a1 exceptions: show config error 2024-02-28 02:36:38 +01:00
07d3783035 log: fix prefix 2024-02-28 02:36:38 +01:00
899dd7510c add utils::isPrivileged() 2024-02-28 02:36:38 +01:00
6a217ddaf2 cppcheck fixes 2024-02-28 02:36:38 +01:00
2e9cd09028 use C++ code-style 2024-02-28 02:36:38 +01:00
4e85e26c49 remove dependency on std::filesystem 2024-02-28 02:36:38 +01:00
a281e5583f vfio: make compatible with 32bit compilation 2024-02-28 02:36:38 +01:00
85573b82a3 tsc: use compiler intrinsics 2024-02-28 02:36:38 +01:00
541c7901fc log: improve readability of log outputs 2024-02-28 02:36:38 +01:00
a296432203 add gitignore 2024-02-28 02:36:38 +01:00
c05dab9ecc fix doxygen @todo command 2024-02-28 02:36:38 +01:00
02dbb48fbc log: fix unsupported flag on musl-libc / alpine 2024-02-28 02:36:38 +01:00
d617568b6a log: add support for glob style logger expressions 2024-02-28 02:36:38 +01:00
3ae2285ea4 plugin: add support for spdlog custom formatter 2024-02-28 02:36:38 +01:00
6062610a63 update copyright year 2024-02-28 02:36:38 +01:00
adf48508e1 improve naming of plugin loggers 2024-02-28 02:36:38 +01:00
30ac7dc3ec remove unused list functions 2024-02-28 02:36:38 +01:00
0aeb9b471b kernel: refactor naming style 2024-02-28 02:36:38 +01:00
3b06c30805 kernel: remove dead code 2024-02-28 02:36:38 +01:00
4f7a7baab5 utils: add some helpers to generate UUIDs 2024-02-28 02:36:38 +01:00
0e1e39ab4c fix cppcheck warning 2024-02-28 02:36:38 +01:00
7fb8f6466a ci: bump version of Fedora 2024-02-28 02:36:38 +01:00
2ccda908c9 kernel: check if process is running in a containerized environment 2024-02-28 02:36:38 +01:00
3a47bfa870 drop legacy logger 2024-02-28 02:36:38 +01:00
7ebb902e25 advio: fix WebDav test URL 2024-02-28 02:36:38 +01:00
a6257f33e5 exception: fix missing error message 2024-02-28 02:36:38 +01:00
1e8b6ac8f0 musl compatability fixes 2024-02-28 02:36:38 +01:00
c7a2709d18 fix compiler warning about uninitialized struct fields 2024-02-28 02:36:38 +01:00
Manuel Pitz
00176d5e4b list: add vlist_clear() 2024-02-28 02:36:38 +01:00
43ce62946b log: fix adjustment of log level and format for sinks 2024-02-28 02:36:38 +01:00
f45ddae75f fix HTTP user agent constant 2024-02-28 02:36:38 +01:00
1dfbc291c7 buffer: merge two buffer implementations 2024-02-28 02:36:38 +01:00
e81785b2b6 uuid: use other uuids as namespace 2024-02-28 02:36:38 +01:00
bf1285a71a utils: add some helpers to generate UUIDs 2024-02-28 02:36:38 +01:00
7e9583187b another round of fixes for the cpuset code 2024-02-28 02:36:38 +01:00
eb81ab4545 minor fixes for affinity code 2024-02-28 02:36:38 +01:00
8ad3ac265b rt: add kernel::rt::setThreadPriority() 2024-02-28 02:36:38 +01:00
70a616c12d fix a lot of cppcheck warnings and errors 2024-02-28 02:36:38 +01:00
7a783cc40c ci: enable cppcheck 2024-02-28 02:36:38 +01:00
1c9ba6eca2 fix cppcheck warnings 2024-02-28 02:36:38 +01:00
52809061e5 fix unit tests 2024-02-28 02:36:38 +01:00
de94fb6abf add vlist_init_and_push() 2024-02-28 02:36:38 +01:00
db85cc6653 warn about unused return values 2024-02-28 02:36:38 +01:00
8b2baf1311 add uuid as new dependency 2024-02-28 02:36:38 +01:00