Alexandra
|
b39e4a0ace
|
feat: new smu node-type
Signed-off-by: Alexandra <alexandra.bach@eonerc.rwth-aachen.de>
|
2025-01-14 14:42:39 +00:00 |
|
Steffen Vogel
|
260280ece0
|
ngsi: fix access to signal list in dead-code
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
|
2023-06-21 11:48:03 +02:00 |
|
Manuel Pitz
|
1a01012e7c
|
make compatible to fmt version 9.0.3
Signed-off-by: Manuel Pitz <manuel.pitz@eonerc.rwth-aachen.de>
|
2023-01-11 12:11:57 +01:00 |
|
|
be0b98d15d
|
fix segfaults if nodes are initialized without a super-node
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
|
2022-12-24 15:02:05 +01:00 |
|
|
7eec1bb753
|
update Steffens mail address
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
|
2022-12-16 23:44:07 +01:00 |
|
|
3bb513282d
|
ngsi: fix use after free in heap
|
2022-11-23 10:02:51 +01:00 |
|
|
b94746effb
|
relicense VILLASnode to Apache 2.0
|
2022-07-04 18:23:57 +02:00 |
|
|
f09f91a9e2
|
fix cppcheck warnings
|
2022-03-28 16:26:41 +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 |
|
|
784e970bfe
|
port large parts of VILLASnode to C++ and fix tests alongside
|
2022-01-11 09:19:53 -05:00 |
|
|
d72a133263
|
redis: add new redis node-type
|
2021-07-20 14:53:40 +00: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 |
|
|
4f370ee1b2
|
drop legacy logger
|
2021-03-17 14:58:45 +00:00 |
|
|
937d4f0aae
|
signal_data: only use type not complete signal struct
|
2021-02-19 07:03:21 +01:00 |
|
|
62bed4953d
|
api: rework request/response API and add new endpoint for fetching a graph repr of the currently loaded config
|
2020-10-20 22:17:55 +02:00 |
|
|
e895d1479c
|
fixed a bunch of errors found by cppcheck
|
2020-09-10 18:24:27 +02:00 |
|
|
baddec2228
|
fix a lot of small bugs
|
2020-09-10 17:41:30 +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 |
|
|
57f570d9b0
|
list: use new lookup methods
|
2020-08-25 20:22:19 +02:00 |
|
|
bbcfab1721
|
ngsi: fix segfaults caused by missing multithreading primitives
|
2020-08-24 21:02:40 +02:00 |
|
|
f8c3ec3647
|
ngsi: rewrite NGSI/FIWARE OCB node-type using C++ primitives
|
2020-08-17 12:52:08 +02:00 |
|
|
af1bb4af9d
|
ngsi: rewrite signal and attribute mapping based on new signal code
|
2020-08-14 15:00:57 +02:00 |
|
|
0e0250dcba
|
check if struct sample::signals is set everywhere properly
|
2020-07-06 15:07:05 +02:00 |
|
|
8e259516a3
|
add more nullptr checks after memory allocations
|
2020-07-06 14:03:43 +02:00 |
|
|
037bfcb81e
|
fix initialization errors
|
2020-07-01 17:07:17 +02:00 |
|
|
13c117fe2c
|
use new task api
|
2020-06-08 03:41:00 +02:00 |
|
|
1f3655ba2d
|
refactor alloc() / free() to new / delete
|
2020-01-21 16:27:03 +01:00 |
|
|
e53661a62c
|
update copyright year to 2020
|
2020-01-20 17:17:00 +01: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 |
|
|
ebf2943240
|
update VILLAScommon submodule
|
2019-06-04 16:55:38 +02:00 |
|
|
11bb63ecce
|
use villas/utils.hpp instead of villas/utils.h
|
2019-04-23 13:15:00 +02:00 |
|
|
14434d093f
|
remove old super_node C wrapper code
|
2019-04-23 13:14:47 +02:00 |
|
|
932d15fdb7
|
nodes: avoid designated initializers for structs
|
2019-04-23 00:36:06 +02:00 |
|
|
30fb71d8eb
|
nodes: convert C-style header files to C++ style headers
|
2019-04-23 00:12:31 +02:00 |
|
|
6cecdf4b81
|
nodes: refactor NULL => nullptr
|
2019-04-22 23:46:07 +02:00 |
|
|
37c724f61b
|
nodes: use C++ compiler
|
2019-04-22 23:43:46 +02:00 |
|