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

549 commits

Author SHA1 Message Date
784e970bfe port large parts of VILLASnode to C++ and fix tests alongside 2022-01-11 09:19:53 -05:00
f8f8405b05 state: use new C++ function stateToString() 2021-10-04 21:30:53 +02:00
069a7611ab memory: do not attempt to reserve hugepages or lock memory in unprivileged environments 2021-09-21 10:15:42 +02:00
c7d59e6011 use new cpp code-style in VILLAScommon 2021-09-19 19:26:03 +02:00
2b21e5f7c6 remove dependency on std::filesystem 2021-09-13 19:46:03 +02:00
b73a45e580 update VILLAScommon submodule 2021-07-13 12:13:15 +00:00
32e016ebcb log: use spdlog custom formatters for basic VILLASnode types (closes #308) 2021-07-07 09:10:23 +00:00
00a9e92b0a remove old plugin code 2021-06-21 16:11:42 -04:00
21f1def3a8 kernel: refactor naming style 2021-05-20 06:21:33 -04:00
c840ba567b some cleanups and fixes 2021-03-19 06:35:14 -04:00
cd81f65142 update VILLAScommon submodule 2021-03-17 14:58:45 +00:00
4f370ee1b2 drop legacy logger 2021-03-17 14:58:45 +00:00
2c299c69cf tests: fix URL for advio WebDav tests 2021-01-08 20:54:28 +01:00
3b707b6b50 update VILLAScommon submodule 2021-01-05 18:14:34 +01:00
f853bb6ee8 update VILLAScommon submodule 2020-12-07 21:22:16 +01:00
62bed4953d api: rework request/response API and add new endpoint for fetching a graph repr of the currently loaded config 2020-10-20 22:17:55 +02:00
ca8cb9523f update VILLAScommon submodule 2020-10-16 11:13:39 +02:00
335440d8ad node: ensure unique UUID for simple websocket nodes 2020-10-15 12:53:00 +02:00
e3ce379c36 if: rewrote libnl / network if code to C++ and fixed if affinity (closes #233) 2020-09-13 11:11:46 +02:00
a36b93a46d add support to set affinity on a per path/thread basis (closes #4) 2020-09-13 08:37:09 +02:00
85749eaf9a update VILLAScommon submodule 2020-09-11 16:08:16 +02:00
6411fc5ca7 warn about unused return values for *_{init,destroy}() functions 2020-09-10 17:41:29 +02:00
57f570d9b0 list: use new lookup methods 2020-08-25 20:22:19 +02:00
4626628c66 update VILLAScommon submodule 2020-08-17 12:52:29 +02:00
16e706da91 update VILLAScommon submodule 2020-07-06 14:03:45 +02:00
8e259516a3 add more nullptr checks after memory allocations 2020-07-06 14:03:43 +02:00
7d75746a88 update VILLAScommon submodule 2020-07-03 10:22:18 +02:00
f05fa39773 update VILLAScommon submodule 2020-07-01 17:20:30 +02:00
037bfcb81e fix initialization errors 2020-07-01 17:07:17 +02:00
747ce08684 update VILLAScommon submodule 2020-07-01 17:07:16 +02:00
a5bc8eb90f fpga: first compiling code of fpga support 2020-07-01 17:07:16 +02:00
96c55711da plugin: use new plugin code from VILLAScommon 2020-07-01 17:07:15 +02:00
e077285d98 update VILLAScommon submodule 2020-06-08 04:03:18 +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
e4e12482f6 memory: fix logic to activate hugepage allocator 2019-10-29 23:30:10 +01:00
19d1274e51 use same C++ version in VILLASnode and VILLAScommon repos 2019-10-20 01:58:39 +02:00
Sonja Happ
fdd2a3b266 only build unit tests of common if project is toplevel project 2019-10-17 10:42:53 +02:00
Sonja Happ
2101fa5fa8 update common submodule 2019-09-16 15:59:42 +02:00
69d29cd335 update common submodule 2019-09-03 23:29:29 +02:00
7feddca897 update common submodule 2019-09-03 23:03:20 +02:00
4a4a8e3d38 upadte common submodule 2019-09-03 22:59:40 +02:00
6c6f580f1d update common submodule 2019-09-03 21:33:40 +02:00
4ce98dd6fc update VILLAScommon submodule 2019-06-27 01:38:09 +02:00
f71643813f fix several minor bugs detected by valgrind 2019-06-26 20:18:44 +02:00
Divya Laxetti
9e418add40 update common submodule 2019-06-26 16:12:54 +02:00
ef1c339433 replace NULL by nullptr 2019-06-23 16:58:28 +02:00
150d4591fd replace C-style headers with C++ C-compatability headers 2019-06-23 16:57:00 +02:00
ef17ec19a2 refactor enums to class enums 2019-06-23 16:13:23 +02:00
f05b2ae952 exec: add support for env variables, working directory. non-shell mode 2019-06-23 10:53:10 +02:00