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

60 commits

Author SHA1 Message Date
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
8f7c8ae71e update copyright year to 2019 2019-01-13 00:42:39 +01:00
b5932a077c cmake: fix compilation 2019-01-12 13:51:01 +01:00
c2f83b01fd Merge branch 'ws-relay' into develop
# Conflicts:
#	include/villas/node/config.h.in
#	include/villas/utils.h
#	lib/CMakeLists.txt
#	lib/nodes/websocket.c
#	lib/utils.c
#	lib/web.c
#	src/CMakeLists.txt
#	src/villas-pipe.cpp
2019-01-12 13:48:29 +01:00
a0afecd50c api: use std::filesystem for creating unix socket dir 2018-11-30 21:38:19 +01:00
3c11acb8b5 cpp: ported web and api 2018-11-30 21:33:56 +01:00
d72c5604e8 cmake: several improvments to the build system 2018-11-30 21:00:53 +01:00
833729cb57 added new VILLAScommon submodule 2018-11-30 20:58:15 +01:00
708ea877f1 moved code to new VILLAScommon repo 2018-11-30 20:58:15 +01:00
987a59a5aa cpp: ported SuperNode 2018-11-30 20:46:59 +01:00
f60bf3f0f5 api: return state as string 2018-11-27 18:06:35 +01:00
15ac4023f5 fixes for compiling VILLASnode on ARM 2018-10-04 00:49:38 +02:00
7dd4fc2f91 link against libm 2018-10-04 00:45:21 +02:00
9c0d26448c cmake: fix detection of libwebsockets 2018-10-04 00:45:07 +02:00
6ece88cbd3 cmake: install missing config header 2018-09-08 00:04:50 +02:00