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

530 commits

Author SHA1 Message Date
e78be9ca8d musl compatability fixes 2024-02-29 18:58:07 +01:00
ac9551c8d4 fix compiler warning about uninitialized struct fields 2024-02-29 18:58:07 +01:00
Manuel Pitz
d2b85fc66c list: add vlist_clear() 2024-02-29 18:58:07 +01:00
55aa580145 log: fix adjustment of log level and format for sinks 2024-02-29 18:58:07 +01:00
8968f74377 fix HTTP user agent constant 2024-02-29 18:58:07 +01:00
98bf2eca1e buffer: merge two buffer implementations 2024-02-29 18:58:07 +01:00
0f11f80194 uuid: use other uuids as namespace 2024-02-29 18:58:07 +01:00
e63dd10f3f utils: add some helpers to generate UUIDs 2024-02-29 18:58:07 +01:00
fb61dc31ef another round of fixes for the cpuset code 2024-02-29 18:58:07 +01:00
d78b327d34 minor fixes for affinity code 2024-02-29 18:58:07 +01:00
43e79dd547 rt: add kernel::rt::setThreadPriority() 2024-02-29 18:58:07 +01:00
20556139aa fix a lot of cppcheck warnings and errors 2024-02-29 18:58:07 +01:00
acc5817737 ci: enable cppcheck 2024-02-29 18:58:07 +01:00
d2c7638060 fix cppcheck warnings 2024-02-29 18:58:07 +01:00
c3af9f5e48 fix unit tests 2024-02-29 18:58:07 +01:00
7c616a3c1c add vlist_init_and_push() 2024-02-29 18:58:07 +01:00
52ab5b0c84 warn about unused return values 2024-02-29 18:58:07 +01:00
626fc549c9 add uuid as new dependency 2024-02-29 18:58:07 +01:00
3fb3a00fcb list: rework lookup methods to use C++ templates 2024-02-29 18:58:07 +01:00
46d8815014 exceptions: show location of configuration error 2024-02-29 18:58:07 +01:00
91a7e2632d utils: fix implementation of SWAP() for complex objects 2024-02-29 18:58:07 +01:00
1316fe0913 buffer: keep original behaviour 2024-02-29 18:58:07 +01:00
39954c241e fix code-style 2024-02-29 18:58:07 +01:00
53b7de675e buffer: allow JSON indention 2024-02-29 18:58:07 +01:00
9320d6ec73 log: change default logging level back to 'info' 2024-02-29 18:58:07 +01:00
28e0c950b2 add more nullptr checks after memory allocations 2024-02-29 18:58:07 +01:00
068d8bca62 log: add preproc #if/#else to handle ABI incompatabilities in spdlog 2024-02-29 18:58:07 +01:00
5ad883c38b docker: use Fedora versions of fmtlib and spdlog 2024-02-29 18:58:07 +01:00
d1ecef233d fix includes and spdlog API 2024-02-29 18:58:07 +01:00
1ef0cc768c list: do not check state during intialization 2024-02-29 18:58:07 +01:00
e9a6f1b8c1 vfio: fix compilation for ARM targets 2024-02-29 18:58:07 +01:00
b32303b664 refactor: more code-style improvements 2024-02-29 18:58:07 +01:00
079abf2b51 refactor: whitespaces for references 2024-02-29 18:58:07 +01:00
054a130a4a vfio: move to new namespace 2024-02-29 18:58:07 +01:00
8421332706 pci: port to C++ 2024-02-29 18:58:07 +01:00
2c0e96797d fix unit-test 2024-02-29 18:58:07 +01:00
377db124e9 graph: make dump() use const CV 2024-02-29 18:58:07 +01:00
fd543b99b5 codestyle cleanups 2024-02-29 18:58:07 +01:00
3dd2dd9b1d log: increase log-level for static loggers 2024-02-29 18:58:07 +01:00
77ead61935 graph: fix typo 2024-02-29 18:58:07 +01:00
e43be50332 memory: rename default address spaces 2024-02-29 18:58:07 +01:00
faab634ee1 harmonize codestyle 2024-02-29 18:58:07 +01:00
97009ff624 vfio: fix mapping and remove legacy code 2024-02-29 18:58:07 +01:00
8e8c29ba6c plugin: do not store plugin name/desc in member variables 2024-02-29 18:58:07 +01:00
1595a39b2e plugin: add Registry::dumpList() 2024-02-29 18:58:07 +01:00
87788fa404 memory: add getter for memory graph 2024-02-29 18:58:07 +01:00
711b5781d0 fix CI 2024-02-29 18:58:07 +01:00
cf9e3ace4b ci: update Dockerfile 2024-02-29 18:58:07 +01:00
ca22438284 ci: use docker-in-docker for building Docker images 2024-02-29 18:58:07 +01:00
1b33e2d104 handle failed memory allocations 2024-02-29 18:58:07 +01:00