Felix Wege
|
f00c225b26
|
io: removed CHECKED state and fixed sprintf/sscan
|
2021-01-08 14:49:28 +01:00 |
|
|
6ddc34f028
|
hooks: fix segfault during destruction of stats hook
|
2020-09-13 08:47:07 +02:00 |
|
|
c7c513a5f6
|
ci: fix all remaining cppcheck warnings and errors
|
2020-09-11 15:15:36 +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 |
|
|
ac572d9d97
|
hook: add more calls to Hook::parse()
|
2020-08-28 19:49:36 +02:00 |
|
Manuel Pitz
|
113cef9a60
|
Fix enable disable feature of this hook
|
2020-08-28 19:47:02 +02:00 |
|
|
57f570d9b0
|
list: use new lookup methods
|
2020-08-25 20:22:19 +02:00 |
|
|
88de719edf
|
add a new hook to limit the value range
|
2020-08-24 20:57:44 +02:00 |
|
|
de9b466ace
|
skip_first: fix initialization
|
2020-08-17 17:30:22 +02:00 |
|
|
006f1ba405
|
catch exceptions as const ref
|
2020-08-17 17:30:22 +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 |
|
|
96c55711da
|
plugin: use new plugin code from VILLAScommon
|
2020-07-01 17:07:15 +02:00 |
|
|
8340e1725e
|
use new headers
|
2020-06-08 03:40:25 +02:00 |
|
|
ef7b2f7f91
|
graphviz: workaround nameclash
|
2020-06-08 02:32:11 +02:00 |
|
|
e53661a62c
|
update copyright year to 2020
|
2020-01-20 17:17:00 +01:00 |
|
|
a49e11653d
|
average: fixes out-of-bound access in average hook (closes #249)
|
2019-10-29 22:43:39 +01:00 |
|
|
040c8e69bb
|
stats: allow stats hook to be used with villas-hook in which case there is no node object
|
2019-10-29 20:19:01 +01:00 |
|
|
ec2b6128ea
|
fix merge of pps_ts hook
|
2019-10-04 18:48:10 +02:00 |
|
|
8d612d8868
|
Merge remote-tracking branch 'remotes/origin/hook-pps_ts'
|
2019-10-03 11:08:39 +02:00 |
|
|
bbe01d0bd2
|
stats: fix state assertions in stats hook
|
2019-08-28 16:56:22 +02:00 |
|
|
f9c03f51b6
|
added new hook for timestamping data according to GPS PPS signal
|
2019-08-13 21:22:13 +02:00 |
|
|
32fcbdf796
|
gate: add hold-off timer
|
2019-06-27 02:20:58 +02:00 |
|
|
9e1220ae20
|
gate: add new gate hook for triggered acquisition
|
2019-06-27 01:26:13 +02:00 |
|
|
f71643813f
|
fix several minor bugs detected by valgrind
|
2019-06-26 20:18:44 +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 |
|
|
c863cac804
|
cast: throw exception for invalid signals
|
2019-06-11 16:20:35 +00:00 |
|
|
ebf2943240
|
update VILLAScommon submodule
|
2019-06-04 16:55:38 +02:00 |
|
|
6a106b42e5
|
use villas/utils.hpp instead of villas/utils.h
|
2019-04-23 13:09:50 +02:00 |
|
|
6965520998
|
ebm: fix config tests
|
2019-04-23 11:19:18 +02:00 |
|
|
9045957f0b
|
config: define new macro for maximum sample length
|
2019-04-23 10:55:23 +02:00 |
|
|
b764dbfd7d
|
fixes for VILLAScommonn submodule
|
2019-04-23 00:13:11 +02:00 |
|
|
7ee01aabda
|
Merge branch 'hook-rtp-rate-pid' into develop
|
2019-04-15 12:26:51 +02:00 |
|
|
2dc2d8383d
|
dp: update to use new C++ window impl
|
2019-04-15 10:03:13 +02:00 |
|
|
2c384425b9
|
test_rtt: fix bug in rate parsing
|
2019-04-10 09:26:24 +02:00 |
|
|
a0fd932ee2
|
restart: fix restart hook
|
2019-04-08 10:05:01 +02:00 |
|
|
f154e2e204
|
use std::bitset for masks
|
2019-04-07 15:44:00 +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 |
|
|
df7707b64f
|
stats: split stats hook into send and receive side
|
2019-04-06 13:55:08 +02:00 |
|
|
c1960271d5
|
ebm: first implementation of energy meter using trapazoidal rule
|
2019-04-06 10:50:58 +02:00 |
|
|
2866ad65a6
|
cmake: remove option WITH_IO
|
2019-04-05 10:47:57 +02:00 |
|
|
0928b24ead
|
hooks: ts hook can be used everywhere
|
2019-03-31 21:11:40 +02:00 |
|
|
7e8d94b55b
|
stats: refactor STATS_METRIC_ => STATS_METRIC_SMPS
|
2019-03-29 09:52:34 +01:00 |
|
|
9f4f2b8377
|
remove obsolete includes
|
2019-03-29 09:52:34 +01:00 |
|