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

37 commits

Author SHA1 Message Date
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
Philipp Jungkamp
4b7563970f add overloaded helper util for std::visit
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@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
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
3d83e71838 update copyright year 2024-02-28 02:36:38 +01:00
c6559a5b83 utils: fix isPrivileged 2024-02-28 02:36:38 +01:00
f6caa4f2d5 port large parts to C++ 2024-02-28 02:36:38 +01:00
899dd7510c add utils::isPrivileged() 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
4f7a7baab5 utils: add some helpers to generate UUIDs 2024-02-28 02:36:38 +01:00
2ccda908c9 kernel: check if process is running in a containerized environment 2024-02-28 02:36:38 +01:00
3a47bfa870 drop legacy logger 2024-02-28 02:36:38 +01:00
e81785b2b6 uuid: use other uuids as namespace 2024-02-28 02:36:38 +01:00
bf1285a71a utils: add some helpers to generate UUIDs 2024-02-28 02:36:38 +01:00
db85cc6653 warn about unused return values 2024-02-28 02:36:38 +01:00
c855ac37c3 utils: fix implementation of SWAP() for complex objects 2024-02-28 02:36:38 +01:00
c80be0544b refactor: whitespaces for references 2024-02-28 02:36:38 +01:00
a24efde5fb harmonize codestyle 2024-02-28 02:36:38 +01:00
4d91b8a547 refactor malloc()/free() by new/delete 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
5fed872b8a replace C-style headers with C++ C-compatability headers 2024-02-28 02:36:38 +01:00
6887e653c5 fix issues with villas::utils namespace 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
c807dbadf4 change commenting style in header namespace 2024-02-28 02:36:37 +01:00
ecbbb2ed15 move utils.h to utils.hpp 2024-02-28 02:36:37 +01:00
e5da0e46f1 update copyright year to 2019 2024-02-28 02:35:37 +01:00
2d5a6cce8a utils: move copyright and version printing code into separate file 2024-02-28 02:35:37 +01:00
b71eee85b8 utils: partial port to C++ 2024-02-28 02:35:36 +01:00
2aef3aba54 refactor: change project name from VILLAS{fpga,node} to VILLAScommon 2024-02-28 02:35:36 +01:00
d7dd73f5f6 initial commit 2024-02-28 02:35:36 +01:00