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

523 commits

Author SHA1 Message Date
321f1af3c9 memory: do not initialize twice 2019-10-26 13:35:56 +02: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
2a7d876f7c test-cmp: fix initialisation order 2019-06-20 09:50:44 +02:00
51259b9701 villas-signal: fix initialization order 2019-06-18 18:50:24 +01: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
ebf2943240 update VILLAScommon submodule 2019-06-04 16:55:38 +02:00
492004bf34 use new villas::Tool class as common top-level entrypoint 2019-05-28 17:31:58 +02:00
3ae112095d fix changes to villas-hook 2019-05-24 10:51:10 +02:00
Divya Rajashekhar Laxetti
0e86d41267 Update villas-hook.cpp 2019-05-21 17:33:03 +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
b67acd52fb signal: fix parsing of format parameter 2019-04-17 18:35:22 +02:00
0d91ac891b use C++ compiler 2019-04-07 15:13:40 +02:00
1192f68785 refactor: NULL => nullptr 2019-04-07 13:23:43 +02:00
f4d36c4511 node: fix parsing of command line arguments 2019-04-06 13:55:28 +02:00
15c3f04c5d cmake: more fixes 2019-04-05 22:10:46 +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
2866ad65a6 cmake: remove option WITH_IO 2019-04-05 10:47:57 +02:00
f16056092a fix bugs on rpi #1 2019-04-05 03:50:59 +02:00
f4f2849da8 reduce version requirement of libuuid 2019-04-05 03:35:50 +02:00
a1f5e64456 test-config: fix parsing of options 2019-03-31 22:14:03 +02:00
7f3986e787 rename villas-config-check to villas-test-config 2019-03-31 21:11:40 +02:00
51f7179f0e harmonize usage info 2019-03-31 21:11:40 +02:00
547c28d2dc relay: added HTTP API to get active sessions and connection details 2019-03-31 12:51:18 +02:00
9f4f2b8377 remove obsolete includes 2019-03-29 09:52:34 +01:00
cf799763cb fix compilation on older C++ compilers 2019-03-27 14:39:27 +01:00
5bb428704f fix indetion of top-level try/catch blocks 2019-03-26 17:04:57 +01:00
2dafb25639 port hook subsystem to C++ 2019-03-26 15:39:08 +01:00
8e344a11e1 config-check: display exceptions as errors 2019-03-26 15:39:07 +01:00
87b90fe355 add villas-config-check 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
116ef7f153 catch std::runtime_error 2019-03-22 13:45:04 +01:00
cd3200e42a super_node: use exceptions for error handling 2019-03-22 13:44:42 +01:00
b5444577b4 hook: separate hook_list_*() and hook_*() functions 2019-03-16 10:04:23 +01:00
4a5b0b65b2 add new option to command line utilities to specify signal type 2019-03-16 09:41:50 +01:00
49fd6d89f5 hooks: simplify hook processing system so that ever hook only processes a single sample at once 2019-03-16 09:05:42 +01:00
b7d0f174ca remove auto signal type detection 2019-03-09 13:34:51 +01:00
df6317d593 fix format string 2019-03-09 00:32:31 +01:00
4942d8ee74 bunch of bugfixes and refactoring for preperation of hooks 2019-03-09 00:32:22 +01:00
9836bc0296 add prepare state 2019-02-24 11:13:28 +01:00