1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-23 00:00:01 +01:00
Commit graph

5259 commits

Author SHA1 Message Date
e2ed94d321 plugin: add Registry::dumpList() 2024-02-28 02:36:38 +01:00
5b3131d352 memory: add getter for memory graph 2024-02-28 02:36:38 +01:00
f558d7caac fix CI 2024-02-28 02:36:38 +01:00
643c607fa0 ci: update Dockerfile 2024-02-28 02:36:38 +01:00
c2cf26f0d3 ci: use docker-in-docker for building Docker images 2024-02-28 02:36:38 +01:00
8fe3e1997e handle failed memory allocations 2024-02-28 02:36:38 +01:00
e90431aa98 more refactoring to C++ 2024-02-28 02:36:38 +01:00
fd3e387cc8 refactor malloc()/free() by new/delete 2024-02-28 02:36:38 +01:00
4d91b8a547 refactor malloc()/free() by new/delete 2024-02-28 02:36:38 +01:00
281f124c1a tools: allow catching of more signal types 2024-02-28 02:36:38 +01:00
89e769cc53 utils: allow catching more signal types 2024-02-28 02:36:38 +01:00
6779eaf02a update copyright year to 2020 2024-02-28 02:36:38 +01:00
71a9855053 fix return code of kernel_set_nr_hugepages() 2024-02-28 02:36:38 +01:00
1567e9107c fix location of FEIN pacakge repo 2024-02-28 02:36:38 +01:00
035d8e585e align C++ version with VILLASnode code 2024-02-28 02:36:38 +01:00
Sonja Happ
f9a331a935 only build unit tests of common if project is toplevel project 2024-02-28 02:36:38 +01:00
Sonja Happ
5f9009da13 set initial values of hist class members in constructor; add a TODO case in put() function in for warmup==0 2024-02-28 02:36:38 +01:00
Sonja Happ
09ea196f1e add non-zero bucket and warmup parameters for histogram test 2024-02-28 02:36:38 +01:00
Sonja Happ
3bb28b11ae use Fedora 29 instead of 28, add missing spdlog package 2024-02-28 02:36:38 +01:00
269cfa9ea7 cmake: update required versions 2024-02-28 02:36:38 +01:00
f24c9ead04 fix Log::getLevelName() 2024-02-28 02:36:38 +01:00
6430839645 cmake: add missing fmt include 2024-02-28 02:36:38 +01:00
1f85a811fc remove spdlog submodule and use system version instead 2024-02-28 02:36:38 +01:00
4b54fec2ab fixes for armhf and aarch64 compatability 2024-02-28 02:36:38 +01:00
a59584dcf9 fix dangling bracket 2024-02-28 02:36:38 +01:00
cd5f0effa4 fix typo and add an example for running in privileged mode 2024-02-28 02:36:38 +01:00
root
a082c54b3f docker changes 2024-02-28 02:36:38 +01:00
a7b7727047 hist: use more C++ constructs 2024-02-28 02:36:38 +01:00
7a65f5ff41 replace NULL by nullptr 2024-02-28 02:36:38 +01:00
3486c8a4f2 replace C-style headers with C++ C-compatability headers 2024-02-28 02:36:38 +01:00
5fed872b8a replace C-style headers with C++ C-compatability headers 2024-02-28 02:36:38 +01:00
d404e944da refactor enums to class enums 2024-02-28 02:36:38 +01:00
2c6cc762dc popen: allow passing of new env variables, working directory and non-shell execution 2024-02-28 02:36:38 +01:00
Hatim Kanchwala
dfccc24da5 Warn when kernel booted without IOMMU 2024-02-28 02:36:37 +01:00
Hatim Kanchwala
93f5ddd4f4 Automatically load required kernel modules 2024-02-28 02:36:37 +01:00
9f51d1d5bb add signal handler for SIGUSR1 to interrupt threads 2024-02-28 02:36:37 +01:00
5c8e297319 popen: add getter for pid 2024-02-28 02:36:37 +01:00
053ca037cb hist: a few fixes and missing functions 2024-02-28 02:36:37 +01:00
627b5f316d hist: add default constructor 2024-02-28 02:36:37 +01:00
6887e653c5 fix issues with villas::utils namespace 2024-02-28 02:36:37 +01:00
85c4c36244 comment out unused function 2024-02-28 02:36:37 +01:00
f3937213d7 hist: make details parameter boolean 2024-02-28 02:36:37 +01:00
69639168c2 popen: get file descriptor for read side stream 2024-02-28 02:36:37 +01:00
8df91660bf hist: port to C++ 2024-02-28 02:36:37 +01:00
a1d83bbd01 popen: added iostream-based bidirectional popen() 2024-02-28 02:36:37 +01:00
827e526917 use custom base64 implementation and add unit tests 2024-02-28 02:36:37 +01:00
e4a602cd5e do not use villas::utils namespace by default 2024-02-28 02:36:37 +01:00
26b975a120 add const cast 2024-02-28 02:36:37 +01:00
5dbaa39b88 move crypto functions into utils 2024-02-28 02:36:37 +01:00
c807dbadf4 change commenting style in header namespace 2024-02-28 02:36:37 +01:00