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

85 commits

Author SHA1 Message Date
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
6ac6ebda1c move crypto functions into utils 2024-02-29 18:58:07 +01:00
751e96e79c add missing includes 2024-02-29 18:58:07 +01:00
aa624d2240 move utils.h to utils.hpp 2024-02-29 18:58:07 +01:00
4abea3a78f remove bitset 2024-02-29 18:58:07 +01:00
096d9ed80d remove hash_table 2024-02-29 18:58:07 +01:00
204cd148b7 use C++ compiler 2024-02-29 18:58:07 +01:00
472c289bfa tests: fix signed/unsigned compare 2024-02-29 18:58:07 +01:00
1ef09a7607 list: add vlist_{insert, remove, remove_all}() and corresponding tests 2024-02-29 18:58:07 +01:00
fe413e09fa tests: move unit tests into subdir 2024-02-29 18:58:07 +01:00
68bcae45f0 tests: remove old log handler code 2024-02-29 18:58:07 +01:00
dc6cfabbac update copyright year to 2019 2024-02-29 18:58:07 +01:00
9c63ab373d refactor: list_* -> vlist_* 2024-02-29 18:58:07 +01:00
baa79225bd tsc: compile only on x86_64 2024-02-29 18:58:07 +01:00
6c279280f7 indention and whitespaces 2024-02-29 18:58:07 +01:00
d8dcefd375 refactor: use of auto 2024-02-29 18:58:07 +01:00
00964eb119 tests: fix unit tests 2024-02-29 18:58:07 +01:00
e22f08e3dd kernel: inprove portability 2024-02-29 18:58:07 +01:00
76257eb0a8 tests: rewrote unit tests 2024-02-29 18:58:07 +01:00
591cfd5a03 refactor: NULL -> nullptr 2024-02-29 18:58:07 +01:00
39bbbca283 rewrite logging system with spdlog 2024-02-29 18:58:07 +01:00
5c023df352 added new JsonBuffer class which will obsolete struct buffer 2024-02-29 18:58:07 +01:00
f06e511b1d tests: fix advio tests 2024-02-29 18:58:07 +01:00
79a2d125d8 cmake: improve version detection and generation of config.h 2024-02-29 18:58:07 +01:00
9b8b1a7936 tests: port unit tests to C++ 2024-02-29 18:58:07 +01:00
0c7d7e1003 log: add option to add a callback to C logging subsystem 2024-02-29 18:58:07 +01:00
2dd2a530a1 moved more code from VILLASnode to VILLAScommon 2024-02-29 18:58:07 +01:00
83dfaa00d8 refactor: change project name from VILLAS{fpga,node} to VILLAScommon 2024-02-29 18:58:07 +01:00
6780cc1077 fix Criterion dependency 2024-02-29 18:58:07 +01:00
c1ed2a9a55 cmake: rename unit-test target to avoid name collision with parent projects 2024-02-29 18:58:07 +01:00
830f73e4fb initial commit 2024-02-29 18:58:07 +01:00