Niklas Eiling
|
f25e1dd689
|
log: fix undefined intitialization order of static objects. fixes #799.
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
|
2024-08-05 14:57:13 +02:00 |
|
|
2529c7b2d7
|
Remove superfluous includes
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
|
2024-04-10 18:56:28 +02:00 |
|
Steffen Vogel
|
02a2aa4f94
|
Apply clang-format changes
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
|
2023-09-08 11:37:42 +02: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 |
|
Philipp Jungkamp
|
0473821d95
|
C++ code-style
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
|
2023-06-21 11:48:03 +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 |
|
|
56c966f61d
|
allow hiding of different plugin types
|
2022-03-14 15:46:32 -04:00 |
|
|
b402048082
|
add support for plugin sub-registries
|
2022-03-04 03:47:46 -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 |
|
|
32e016ebcb
|
log: use spdlog custom formatters for basic VILLASnode types (closes #308)
|
2021-07-07 09:10:23 +00:00 |
|
|
00a9e92b0a
|
remove old plugin code
|
2021-06-21 16:11:42 -04:00 |
|
|
731909c3a8
|
ported io/format code to C++
|
2021-06-17 08:26:46 -04:00 |
|
|
8e53d2a329
|
opal: fix node-type
|
2021-02-24 09:17:53 +01:00 |
|
|
e08ebfaf2c
|
api: list supported node-types and IO formats in capabilities
|
2020-10-16 11:40:49 +02:00 |
|
|
a76aabb5d2
|
api: fix listing of available API endpoints
|
2020-08-17 17:30:22 +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 |
|
|
321f1af3c9
|
memory: do not initialize twice
|
2019-10-26 13:35:56 +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 |
|
|
492004bf34
|
use new villas::Tool class as common top-level entrypoint
|
2019-05-28 17:31:58 +02:00 |
|
|
71995642a9
|
add missing include villas/colors.hpp
|
2019-04-23 13:11:19 +02:00 |
|
|
30fb71d8eb
|
nodes: convert C-style header files to C++ style headers
|
2019-04-23 00:12:31 +02:00 |
|
|
f4d36c4511
|
node: fix parsing of command line arguments
|
2019-04-06 13:55:28 +02:00 |
|
|
51f7179f0e
|
harmonize usage info
|
2019-03-31 21:11:40 +02:00 |
|
|
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 |
|