|
60c90408c4
|
node: improve log output
|
2020-07-06 14:03:44 +02:00 |
|
|
8e259516a3
|
add more nullptr checks after memory allocations
|
2020-07-06 14:03:43 +02:00 |
|
|
6f72bc832c
|
api: expose output signals via API
|
2020-07-06 14:03:43 +02:00 |
|
|
6d2990ade5
|
avoid issues with uninitialized memory
|
2020-07-06 13:40:39 +02:00 |
|
|
c47fc8f865
|
avoid assertions due to uninitialized memory
|
2020-03-10 23:40:44 +01:00 |
|
|
5eb267ecdf
|
fixes after new/delete refactoring
|
2020-01-25 17:39:06 +01: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 |
|
|
6761ee21cc
|
node: parse UUID from config or generate one based on config hash
|
2019-10-30 02:40:43 +01:00 |
|
|
995e4b5ec9
|
memory: use default value for memory type
|
2019-10-26 13:34:03 +02:00 |
|
Sonja Happ
|
ed10e3d47f
|
comment init of node's "stats" shared pointer with nullptr since this causes node_init to crash arbitrarily
|
2019-10-17 10:41:50 +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 |
|
|
c842914bc5
|
stats: port to C++
|
2019-06-23 13:35:42 +02:00 |
|
|
ebf2943240
|
update VILLAScommon submodule
|
2019-06-04 16:55:38 +02:00 |
|
|
4a4a7d1280
|
use C++ linkage for hook_list
|
2019-04-23 13:12:04 +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 |
|
|
d2a2542866
|
refactor: NULL => nullptr
|
2019-04-08 08:59:08 +02:00 |
|
|
0d91ac891b
|
use C++ compiler
|
2019-04-07 15:13:40 +02:00 |
|