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

27 commits

Author SHA1 Message Date
06c0bd8870 add more nullptr checks after memory allocations 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
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
3486c8a4f2 replace C-style headers with C++ C-compatability headers 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
9f51d1d5bb add signal handler for SIGUSR1 to interrupt threads 2024-02-28 02:36:37 +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
26b975a120 add const cast 2024-02-28 02:36:37 +01:00
5dbaa39b88 move crypto functions into utils 2024-02-28 02:36:37 +01:00
ecbbb2ed15 move utils.h to utils.hpp 2024-02-28 02:36:37 +01:00
2d7af5e743 refactor: NULL => nullptr 2024-02-28 02:35:37 +01:00
73cb4f8512 use C++ compiler 2024-02-28 02:35:37 +01:00
f5e4c61fb8 fix uninitialized fields 2024-02-28 02:35:37 +01:00
77418a8994 refactor: use C-style commenting everywhere 2024-02-28 02:35:37 +01:00
2b67178a04 utils: move killme() to C++ code in order to avoid global objects 2024-02-28 02:35: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
1e301aaa1a refactor: use of auto 2024-02-28 02:35:36 +01:00
14d0243999 rt: harmonize logging messages 2024-02-28 02:35:36 +01:00
cd4f5d5c61 fix possibibly unitialized value 2024-02-28 02:35:36 +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