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

59 commits

Author SHA1 Message Date
3ab7b7f84d Use spaces for indention of CMake files
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2024-02-29 21:40:05 +01:00
a2abaa3cda Merge project files, scripts and CMake files of VILLASfpga
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2024-02-29 19:33:23 +01:00
0c75b25662 Workaround for GCC bug
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2024-02-29 18:58:07 +01:00
Steffen Vogel
7d10544d79 Apply clang-format changes
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2024-02-29 18:58:07 +01:00
Steffen Vogel
5bfade1d66 Added missing mail addresses to SPDX copyright headers
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2024-02-29 18:58:07 +01:00
Steffen Vogel
02f06b607f Harmonize file descriptions and mail addresses
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2024-02-29 18:58:07 +01:00
Steffen Vogel
6c582cbf91 Make project REUSE compliant
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2024-02-29 18:58:07 +01:00
Steffen Vogel
fc89e0f0a9 Harmonize comment and code-style
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2024-02-29 18:58:07 +01:00
Steffen Vogel
dfc24cf534 use C++ instead of C comment style
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2024-02-29 18:58:07 +01:00
310136c7cf update Steffens mail address
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2024-02-29 18:58:07 +01:00
e743b42c6f code cleanups
- Use C++ style comments
- Harmonize indentions
- Harmonize comment capitalization

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2024-02-29 18:58:07 +01:00
edf5d45ee2 update to Fedora to version 35 2024-02-29 18:58:07 +01:00
8ee59f0547 relicense under Apache 2.0 2024-02-29 18:58:07 +01:00
6d531b4397 updated mail address 2024-02-29 18:58:07 +01:00
5c036a02dd update copyright year 2024-02-29 18:58:07 +01:00
77cdc67bf1 fix popen unit test 2024-02-29 18:58:07 +01:00
9f945a3ad3 port large parts to C++ 2024-02-29 18:58:07 +01:00
0d40348193 use C++ code-style 2024-02-29 18:58:07 +01:00
155a580314 update copyright year 2024-02-29 18:58:07 +01:00
f64fb79f05 remove unused list functions 2024-02-29 18:58:07 +01:00
3bd2dade2d kernel: refactor naming style 2024-02-29 18:58:07 +01:00
d04d616eea drop legacy logger 2024-02-29 18:58:07 +01:00
2c90c6c7e7 advio: fix WebDav test URL 2024-02-29 18:58:07 +01:00
98bf2eca1e buffer: merge two buffer implementations 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
20556139aa fix a lot of cppcheck warnings and errors 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
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
28e0c950b2 add more nullptr checks after memory allocations 2024-02-29 18:58:07 +01:00
1ef0cc768c list: do not check state during intialization 2024-02-29 18:58:07 +01:00
079abf2b51 refactor: whitespaces for references 2024-02-29 18:58:07 +01:00
2c0e96797d fix unit-test 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
389c8d8e82 update copyright year to 2020 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
4111166be9 fixes for armhf and aarch64 compatability 2024-02-29 18:58:07 +01:00
f3d710f121 hist: use more C++ constructs 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
ca1e944fce popen: add getter for pid 2024-02-29 18:58:07 +01:00
55f7fc9392 hist: add default constructor 2024-02-29 18:58:07 +01:00
8948e9c385 comment out unused function 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
16b5048022 use custom base64 implementation and add unit tests 2024-02-29 18:58:07 +01:00
7875c6bf07 do not use villas::utils namespace by default 2024-02-29 18:58:07 +01:00