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

82 commits

Author SHA1 Message Date
c7c513a5f6 ci: fix all remaining cppcheck warnings and errors 2020-09-11 15:15:36 +02:00
6411fc5ca7 warn about unused return values for *_{init,destroy}() functions 2020-09-10 17:41:29 +02:00
3c13f67930 refactor: struct node -> struct vnode 2020-09-10 17:40:36 +02:00
037bfcb81e fix initialization errors 2020-07-01 17:07:17 +02:00
f8850b4110 refactor: improve code-style 2020-07-01 17:07:16 +02:00
e53661a62c update copyright year to 2020 2020-01-20 17:17:00 +01:00
671b86602b pipe: minor bug fixes and improvments 2020-01-09 10:36:13 +01:00
a15850c87c pipe: stop web server before termination 2019-10-29 23:56:55 +01:00
7bc6137ef7 pipe: fix copy & paste error 2019-10-29 17:58:11 +01:00
995e4b5ec9 memory: use default value for memory type 2019-10-26 13:34:03 +02:00
150d4591fd replace C-style headers with C++ C-compatability headers 2019-06-23 16:57:00 +02:00
ef17ec19a2 refactor enums to class enums 2019-06-23 16:13:23 +02:00
2e6ca2de94 avoid calling copy constructors 2019-06-18 17:53:09 +02:00
923ef88fb5 smaller fixes 2019-06-05 19:00:09 +02:00
492004bf34 use new villas::Tool class as common top-level entrypoint 2019-05-28 17:31:58 +02:00
14434d093f remove old super_node C wrapper code 2019-04-23 13:14:47 +02:00
71995642a9 add missing include villas/colors.hpp 2019-04-23 13:11:19 +02:00
6a106b42e5 use villas/utils.hpp instead of villas/utils.h 2019-04-23 13:09:50 +02:00
2bfe605b1f tests: fix integration test pipe-loopback-websocket 2019-04-23 11:32:23 +02:00
30fb71d8eb nodes: convert C-style header files to C++ style headers 2019-04-23 00:12:31 +02:00
dabb1c5454 src: catch unhandled exceptions 2019-04-17 18:46:18 +02:00
0d91ac891b use C++ compiler 2019-04-07 15:13:40 +02:00
487672e9af pipe: do not start API 2019-04-05 19:36:21 +02:00
1d2f28cd19 cmake: add individual CMake options for each node-type 2019-04-05 19:28:42 +02:00
6f37b17953 fix ifdefs for compilation without libwebsockets 2019-04-05 10:56:57 +02: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
cd3200e42a super_node: use exceptions for error handling 2019-03-22 13:44:42 +01:00
4a5b0b65b2 add new option to command line utilities to specify signal type 2019-03-16 09:41:50 +01:00
b7d0f174ca remove auto signal type detection 2019-03-09 13:34:51 +01:00
78bcb67245 refactor: _init2() -> _prepare() 2019-02-24 09:06:48 +01:00
15e945feff use state to shutdown 2019-02-11 16:42:38 +01:00
e34c5f0036 pipe: fix invalid pool size 2019-02-09 21:21:31 +00:00
ea5d59b5d3 pipe: simplify code 2019-02-06 15:12:02 +01:00
8e24d603e5 pipe: do not show warning messages for samples filtered by hooks 2019-01-28 12:30:14 +01:00
dcbac4ec6c fix typo 2019-01-23 14:31:55 +01:00
c225205713 pipe: fix init order 2019-01-21 22:59:20 +01:00
a374acb499 pipe: start/stop interfaces 2019-01-21 22:11:44 +01:00
8f7c8ae71e update copyright year to 2019 2019-01-13 00:42:39 +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
029ccd2e09 Merge branch 'node-uldaq' into develop 2019-01-09 17:02:43 +01:00
15438c8b8b pipe: removed unused variable 2019-01-06 02:13:02 +01:00
9d6c7ecefa add missing initialization for memory subsystem 2018-12-04 10:45:27 +01:00
c7f738b413 pipe: fix refactoring mistake 2018-12-04 00:30:58 +01:00
7a40af8009 pipe: move pool management into Direction class 2018-12-02 03:11:32 +01:00
61138425e4 fix merge mistake 2018-12-02 03:11:32 +01:00
a63b15609a do not throw dynamically allocated exceptions 2018-12-02 03:11:32 +01:00
caf3e45960 workaround for C-compatability 2018-12-02 03:11:31 +01:00
7ce144d7d0 pipe: refactor datastructure for storing direction details 2018-11-30 21:38:19 +01:00
25ff130377 remove SuperNode::init() 2018-11-30 21:37:52 +01:00