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

79 commits

Author SHA1 Message Date
512f15634f Fix CMakeLists
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2024-02-29 18:35:52 +01:00
02a124bfab Workaround for GCC bug
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2024-02-29 18:13:37 +01:00
Steffen Vogel
b6219e9163 Apply clang-format changes
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2024-02-28 02:36:38 +01:00
Steffen Vogel
da3b38be2e Added missing mail addresses to SPDX copyright headers
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2024-02-28 02:36:38 +01:00
Steffen Vogel
bf00c840cb Harmonize file descriptions and mail addresses
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2024-02-28 02:36:38 +01:00
Steffen Vogel
e08dee2dda Make project REUSE compliant
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2024-02-28 02:36:38 +01:00
Steffen Vogel
a6f89dceb5 Harmonize comment and code-style
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2024-02-28 02:36:38 +01:00
Steffen Vogel
5569eb67e2 use C++ instead of C comment style
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2024-02-28 02:36:38 +01:00
425eb561e2 update Steffens mail address
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2024-02-28 02:36:38 +01:00
eb96afc2ec code cleanups
- Use C++ style comments
- Harmonize indentions
- Harmonize comment capitalization

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2024-02-28 02:36:38 +01:00
e6e4818c0b update to Fedora to version 35 2024-02-28 02:36:38 +01:00
53e62a6cfc relicense under Apache 2.0 2024-02-28 02:36:38 +01:00
f1fd77651c updated mail address 2024-02-28 02:36:38 +01:00
3d83e71838 update copyright year 2024-02-28 02:36:38 +01:00
227f00c687 fix popen unit test 2024-02-28 02:36:38 +01:00
f6caa4f2d5 port large parts to C++ 2024-02-28 02:36:38 +01:00
2e9cd09028 use C++ code-style 2024-02-28 02:36:38 +01:00
6062610a63 update copyright year 2024-02-28 02:36:38 +01:00
30ac7dc3ec remove unused list functions 2024-02-28 02:36:38 +01:00
0aeb9b471b kernel: refactor naming style 2024-02-28 02:36:38 +01:00
3a47bfa870 drop legacy logger 2024-02-28 02:36:38 +01:00
7ebb902e25 advio: fix WebDav test URL 2024-02-28 02:36:38 +01:00
1dfbc291c7 buffer: merge two buffer implementations 2024-02-28 02:36:38 +01:00
7e9583187b another round of fixes for the cpuset code 2024-02-28 02:36:38 +01:00
70a616c12d fix a lot of cppcheck warnings and errors 2024-02-28 02:36:38 +01:00
1c9ba6eca2 fix cppcheck warnings 2024-02-28 02:36:38 +01:00
52809061e5 fix unit tests 2024-02-28 02:36:38 +01:00
8b2baf1311 add uuid as new dependency 2024-02-28 02:36:38 +01:00
9dd5f200f4 list: rework lookup methods to use C++ templates 2024-02-28 02:36:38 +01:00
06c0bd8870 add more nullptr checks after memory allocations 2024-02-28 02:36:38 +01:00
6ff09880c7 list: do not check state during intialization 2024-02-28 02:36:38 +01:00
c80be0544b refactor: whitespaces for references 2024-02-28 02:36:38 +01:00
ca6cfab1d0 fix unit-test 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
6779eaf02a update copyright year to 2020 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
4b54fec2ab fixes for armhf and aarch64 compatability 2024-02-28 02:36:38 +01:00
a7b7727047 hist: use more C++ constructs 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
5c8e297319 popen: add getter for pid 2024-02-28 02:36:37 +01:00
627b5f316d hist: add default constructor 2024-02-28 02:36:37 +01:00
85c4c36244 comment out unused function 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
5dbaa39b88 move crypto functions into utils 2024-02-28 02:36:37 +01:00