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

31 commits

Author SHA1 Message Date
9f4f2b8377 remove obsolete includes 2019-03-29 09:52:34 +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
3260c5a57e config: introduce new class for loading and parsing configuration 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
9836bc0296 add prepare state 2019-02-24 11:13:28 +01:00
c4ab3cbbcb properly catch exceptions by reference 2019-02-12 17:05:44 +01:00
15e945feff use state to shutdown 2019-02-11 16:42:38 +01:00
836d8244d9 super_node: move main loop into SuperNode::run() 2019-02-11 16:42:38 +01:00
b6b6e8dfb6 node: rely on exceptions for error reporting 2019-01-21 22:12:12 +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
a63b15609a do not throw dynamically allocated exceptions 2018-12-02 03:11:32 +01:00
25ff130377 remove SuperNode::init() 2018-11-30 21:37:52 +01:00
c3c37c267f avoid global storage as far as possible 2018-11-30 21:37:52 +01:00
c30009b96f cpp: use new supernode class 2018-11-30 21:35:14 +01:00
e625926d7d refactor: cout over multiple lines 2018-11-30 21:00:53 +01:00
ebec998b3e refactor: newlines after break 2018-11-30 21:00:53 +01:00
7f4e69ea4b refactor: NULL -> nullptr 2018-11-30 21:00:53 +01:00
d72c5604e8 cmake: several improvments to the build system 2018-11-30 21:00:53 +01:00
30576ba7ad refactoring: move config to villas/node/config.h 2018-11-30 21:00:53 +01:00
987a59a5aa cpp: ported SuperNode 2018-11-30 20:46:59 +01:00
68df32a0e1 add some comments 2018-10-04 02:41:01 +02:00
d88c59aab4 bugfixes for ARM 2018-10-04 00:49:46 +02:00
c52c03265b super_node: move execution of periodic hooks to super_node_periodic() 2018-08-20 19:06:24 +02:00
d35971c26c refactor: update copyright years 2018-08-20 18:40:03 +02:00
132a0b88c0 cpp: replace <stdio.h> by <iostream> 2018-07-03 21:04:28 +02:00
446876fd94 porting executables to C++ 2018-07-03 20:42:37 +02:00
Renamed from src/villas-node.c (Browse further)