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

6112 commits

Author SHA1 Message Date
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
c77d34ee3a more refactoring to C++ 2024-02-29 18:58:07 +01:00
a03e914138 refactor malloc()/free() by new/delete 2024-02-29 18:58:07 +01:00
479b7f2388 refactor malloc()/free() by new/delete 2024-02-29 18:58:07 +01:00
a83ba7e6c6 tools: allow catching of more signal types 2024-02-29 18:58:07 +01:00
ab5064bb32 utils: allow catching more signal types 2024-02-29 18:58:07 +01:00
389c8d8e82 update copyright year to 2020 2024-02-29 18:58:07 +01:00
87285062e2 fix return code of kernel_set_nr_hugepages() 2024-02-29 18:58:07 +01:00
98c9cc3a7c fix location of FEIN pacakge repo 2024-02-29 18:58:07 +01:00
1624d15095 align C++ version with VILLASnode code 2024-02-29 18:58:07 +01:00
Sonja Happ
1ec2d88de9 only build unit tests of common if project is toplevel project 2024-02-29 18:58:07 +01:00
Sonja Happ
b8739a773a set initial values of hist class members in constructor; add a TODO case in put() function in for warmup==0 2024-02-29 18:58:07 +01:00
Sonja Happ
6a7bf85a48 add non-zero bucket and warmup parameters for histogram test 2024-02-29 18:58:07 +01:00
Sonja Happ
74759b0ee2 use Fedora 29 instead of 28, add missing spdlog package 2024-02-29 18:58:07 +01:00
4256d742e2 cmake: update required versions 2024-02-29 18:58:07 +01:00
e85fd6aa70 fix Log::getLevelName() 2024-02-29 18:58:07 +01:00
e6671719a1 cmake: add missing fmt include 2024-02-29 18:58:07 +01:00
e44a9a7cd5 remove spdlog submodule and use system version instead 2024-02-29 18:58:07 +01:00
4111166be9 fixes for armhf and aarch64 compatability 2024-02-29 18:58:07 +01:00
b00c69773b fix dangling bracket 2024-02-29 18:58:07 +01:00
8e5eca92eb fix typo and add an example for running in privileged mode 2024-02-29 18:58:07 +01:00
root
20f17bca42 docker changes 2024-02-29 18:58:07 +01:00
f3d710f121 hist: use more C++ constructs 2024-02-29 18:58:07 +01:00
91c62ce4e8 replace NULL by nullptr 2024-02-29 18:58:07 +01:00
edb54f3133 replace C-style headers with C++ C-compatability headers 2024-02-29 18:58:07 +01:00
4f9a45492e replace C-style headers with C++ C-compatability headers 2024-02-29 18:58:07 +01:00
129205c26f refactor enums to class enums 2024-02-29 18:58:07 +01:00
c719000edc popen: allow passing of new env variables, working directory and non-shell execution 2024-02-29 18:58:07 +01:00
Hatim Kanchwala
87327e868d Warn when kernel booted without IOMMU 2024-02-29 18:58:07 +01:00
Hatim Kanchwala
d3a3320cb2 Automatically load required kernel modules 2024-02-29 18:58:07 +01:00
fc0d363a66 add signal handler for SIGUSR1 to interrupt threads 2024-02-29 18:58:07 +01:00
ca1e944fce popen: add getter for pid 2024-02-29 18:58:07 +01:00
7d10faf76f hist: a few fixes and missing functions 2024-02-29 18:58:07 +01:00
55f7fc9392 hist: add default constructor 2024-02-29 18:58:07 +01:00
a9da5f159e fix issues with villas::utils namespace 2024-02-29 18:58:07 +01:00
8948e9c385 comment out unused function 2024-02-29 18:58:07 +01:00
6557caa9e3 hist: make details parameter boolean 2024-02-29 18:58:07 +01:00
3aff01814d popen: get file descriptor for read side stream 2024-02-29 18:58:07 +01:00
5cbf7a4a52 hist: port to C++ 2024-02-29 18:58:07 +01:00
f4dcbf4363 popen: added iostream-based bidirectional popen() 2024-02-29 18:58:07 +01:00