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

36 commits

Author SHA1 Message Date
6ac6ebda1c move crypto functions into utils 2024-02-29 18:58:07 +01:00
d34e9f8d9b added new villas::Tool class as common top-level entrypoint 2024-02-29 18:58:07 +01:00
2c52f378a5 remove copyright 2024-02-29 18:58:07 +01:00
026f253e11 dsp: moved window to DSP namespace 2024-02-29 18:58:07 +01:00
0219236d00 dsp: add PID controller 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
da64ef5f80 cmake: support build without libconfig 2024-02-29 18:58:07 +01:00
ddb355908c added new class for moving window buffers 2024-02-29 18:58:07 +01:00
1c2f531c44 cmake: add SO name to libvillas-common 2024-02-29 18:58:07 +01:00
b08309ae9b cmake: add missing C++ headers when installing 2024-02-29 18:58:07 +01:00
dc6cfabbac update copyright year to 2019 2024-02-29 18:58:07 +01:00
78d51bc0ae utils: move copyright and version printing code into separate file 2024-02-29 18:58:07 +01:00
4b79f4a75f install villas-common library 2024-02-29 18:58:07 +01:00
168ceb052e fix logging 2024-02-29 18:58:07 +01:00
15984f460c add state_print() function 2024-02-29 18:58:07 +01:00
08e3ea78ea cmake: rdtsc is only supported on x86 2024-02-29 18:58:07 +01:00
6517dbb39d whitespaces 2024-02-29 18:58:07 +01:00
9fd43318c4 smaller fixups 2024-02-29 18:58:07 +01:00
39bbbca283 rewrite logging system with spdlog 2024-02-29 18:58:07 +01:00
9bc51cdcec utils: partial port to C++ 2024-02-29 18:58:07 +01:00
449d9e26a4 add fmtlib as submodule 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
c9c8eeacf5 cmake: add spdlog via add_subdirectory() 2024-02-29 18:58:07 +01:00
3d88c5b67d add libconfig to dependencies 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
d0e507c3ac cmake: fix invalid paths 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
afd15cf17e fix Jansson dependency 2024-02-29 18:58:07 +01:00
8ea4016803 fix compilation on non Linux targets 2024-02-29 18:58:07 +01:00
5b906aa3ea move more common code from VILLASfpga repo 2024-02-29 18:58:07 +01:00
652f9cf2a5 cmake: link against DL 2024-02-29 18:58:07 +01:00
a8bdf9292b cmake: use proper include dirs 2024-02-29 18:58:07 +01:00
830f73e4fb initial commit 2024-02-29 18:58:07 +01:00