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

74 commits

Author SHA1 Message Date
4b36073711 Use spaces for indention of CMake files
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2024-02-29 23:18:47 +01:00
Steffen Vogel
0735eb0f89 Make project REUSE compliant
And various other cleanups and harmonizations

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-09-07 11:16:04 +02:00
Steffen Vogel
cf5ef3927c Remove more left-overs from Go node-type
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-06-30 10:55:48 +02:00
7eec1bb753 update Steffens mail address
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2022-12-16 23:44:07 +01:00
b94746effb relicense VILLASnode to Apache 2.0 2022-07-04 18:23:57 +02:00
11a25f6fb7 update mail address 2022-03-15 09:29:20 -04:00
17ac92aa21 update copyright year 2022-03-15 09:28:57 -04:00
53d18d4a4e go: fix tests 2022-03-14 19:51:41 -04:00
ae1b064b5a remove broken support for Darwin/macOS 2022-03-14 19:37:29 -04:00
3d1fe23fba go: add example for using libvillas in a Go application 2022-03-14 16:24:28 -04:00
b207bbf673 add C-API to libvillas 2022-03-07 08:08:29 -05:00
784e970bfe port large parts of VILLASnode to C++ and fix tests alongside 2022-01-11 09:19:53 -05:00
23f3cc9ee6 tests: fix config tests 2021-09-21 15:22:09 +02:00
2b21e5f7c6 remove dependency on std::filesystem 2021-09-13 19:46:03 +02:00
2d1e8d17ce use new NodeList and PathList in SuperNode 2021-06-21 16:12:47 -04:00
00a9e92b0a remove old plugin code 2021-06-21 16:11:42 -04:00
c3cd33779a cmake: fix Lua and IBVerbs detection 2021-06-18 20:19:46 -04:00
edd84d79af temper: add new node-type for reading PCSensor / TEMPer USB sensors 2021-06-18 15:26:55 -04:00
731909c3a8 ported io/format code to C++ 2021-06-17 08:26:46 -04:00
4058941130 fix linking of Lua 2021-02-19 07:03:21 +01:00
Manuel Pitz
3ea592cf71 Move villasDump from dft to dumper class 2021-02-15 15:14:00 +01:00
d398a5a8fb cmake: use imoprted targets for linking 2020-12-07 21:22:17 +01:00
c3889beb38 cmake: use GnuInstallDirs for installing configuration files into the proper directory (closes #276) 2020-09-10 17:40:37 +02:00
Niklas Eiling
4de57668c5 fix building with bitbake when villas-fpga is used 2020-08-28 15:13:19 +02:00
a42315585b api: second batch of changes for new API version 2020-08-17 17:30:21 +02:00
1f39d1bca0 signal: split signal related code into separate files 2020-07-06 14:03:45 +02:00
942aff3c59 cmake: several smaller improvements 2020-07-01 17:07:15 +02:00
5859364ad1 cmake: add rt lib to interface libraries 2020-07-01 14:36:18 +02:00
0d7f4b9c52 graphviz: fix missing libs 2020-06-08 02:42:01 +02:00
9c2c99696e graphviz: fix broken detection 2020-06-08 02:19:00 +02:00
ee3087bae6 cmake: add support for garphviz 2020-06-08 02:17:34 +02:00
e53661a62c update copyright year to 2020 2020-01-20 17:17:00 +01:00
6761ee21cc node: parse UUID from config or generate one based on config hash 2019-10-30 02:40:43 +01:00
c406a153dc memory: add new mmap allocator 2019-10-26 13:35:40 +02:00
688b731e24 cmake: fix linking against libwebsockets 2019-06-27 01:25:50 +02:00
86aaaa9a20 cmake: fix include dir for websockets 2019-06-26 23:32:19 +02:00
0d91ac891b use C++ compiler 2019-04-07 15:13:40 +02:00
8d3a140f4f cmake: improve supported combination of compile options 2019-04-05 20:58:42 +02:00
8678f236a7 cmake: adhere to WITH_CONFIG option 2019-04-05 11:03:16 +02:00
2866ad65a6 cmake: remove option WITH_IO 2019-04-05 10:47:57 +02:00
e6a4c0dfad socket: move socket address related functions to new file 2019-04-05 10:47:57 +02:00
2dafb25639 port hook subsystem to C++ 2019-03-26 15:39:08 +01:00
05f0ba7ad5 cmake: sort list of source files alphabetically 2019-03-26 15:39:07 +01:00
3260c5a57e config: introduce new class for loading and parsing configuration 2019-03-26 07:15:07 +01:00
618b25bf4f port config_helper.c to C++ 2019-03-26 07:15:07 +01:00
7a06158cc8 hook: port hook_list to C++ 2019-03-16 10:11:26 +01:00
b5444577b4 hook: separate hook_list_*() and hook_*() functions 2019-03-16 10:04:23 +01:00
0acce9e375 node: separate node_direction 2019-02-24 11:07:07 +01:00
3b99227537 path: separated path_{source, destination} 2019-02-24 09:41:04 +01:00
c3bd697df6 cmake: add missing C++ headers when installing 2019-01-13 00:43:41 +01:00