Sonja Happ
|
2d4f5926fc
|
window class: fixvalue assignment in constructor
|
2024-02-29 18:58:07 +01:00 |
|
|
d34e9f8d9b
|
added new villas::Tool class as common top-level entrypoint
|
2024-02-29 18:58:07 +01:00 |
|
|
2c52f378a5
|
remove copyright
|
2024-02-29 18:58:07 +01:00 |
|
|
0e3e43005f
|
moving_average_window: innherit from window class
|
2024-02-29 18:58:07 +01:00 |
|
|
ec9daf8d62
|
window: refactor steps -> length
|
2024-02-29 18:58:07 +01:00 |
|
|
4c4f0972ac
|
window: fix hidden variable scope
|
2024-02-29 18:58:07 +01:00 |
|
|
e9a90cc1e5
|
list: fix indention
|
2024-02-29 18:58:07 +01:00 |
|
|
e94e8efc74
|
list: fix typo in variable names
|
2024-02-29 18:58:07 +01:00 |
|
|
631633888b
|
list: added vlist_filter() to remove elements which dont match a condition
|
2024-02-29 18:58:07 +01:00 |
|
|
57962d8347
|
dsp: simplified moving average window
|
2024-02-29 18:58:07 +01:00 |
|
|
4037c0871b
|
dsp: added infinitively long exponential window
|
2024-02-29 18:58:07 +01:00 |
|
|
7820fbfe0a
|
rt: fix cpuset affinity
|
2024-02-29 18:58:07 +01:00 |
|
|
63184e555f
|
fix invocation of Table::row()
|
2024-02-29 18:58:07 +01:00 |
|
|
08e7f4a0d5
|
window: add getters
|
2024-02-29 18:58:07 +01:00 |
|
|
339529ac6d
|
dsp: started working on a moving average window
|
2024-02-29 18:58:07 +01:00 |
|
|
026f253e11
|
dsp: moved window to DSP namespace
|
2024-02-29 18:58:07 +01:00 |
|
|
0219236d00
|
dsp: add PID controller
|
2024-02-29 18:58:07 +01:00 |
|
Manuel Pitz
|
4b291a1c12
|
FIX: missing preprocessor #else and unused parameters
|
2024-02-29 18:58:07 +01:00 |
|
|
9df2b8538f
|
refactor: NULL => nullptr
|
2024-02-29 18:58:07 +01:00 |
|
|
10c1b780b8
|
remove obsolete C file
|
2024-02-29 18:58:07 +01:00 |
|
|
65600fde0b
|
move box drawing chars to boxes.hpp
|
2024-02-29 18:58:07 +01:00 |
|
|
4abea3a78f
|
remove bitset
|
2024-02-29 18:58:07 +01:00 |
|
|
096d9ed80d
|
remove hash_table
|
2024-02-29 18:58:07 +01:00 |
|
|
204cd148b7
|
use C++ compiler
|
2024-02-29 18:58:07 +01:00 |
|
|
fbb4a8e62d
|
fix uninitialized fields
|
2024-02-29 18:58:07 +01:00 |
|
|
297822fba3
|
add myself as author
|
2024-02-29 18:58:07 +01:00 |
|
|
472c289bfa
|
tests: fix signed/unsigned compare
|
2024-02-29 18:58:07 +01:00 |
|
|
969d87cb38
|
fix clang warnings
|
2024-02-29 18:58:07 +01:00 |
|
|
da64ef5f80
|
cmake: support build without libconfig
|
2024-02-29 18:58:07 +01:00 |
|
|
d074ca3683
|
add comments to #endif's
|
2024-02-29 18:58:07 +01:00 |
|
|
34546f2d75
|
remove dead code
|
2024-02-29 18:58:07 +01:00 |
|
|
ecd45fa0a6
|
cmake: reduce C++ version requirement
|
2024-02-29 18:58:07 +01:00 |
|
|
792e98874c
|
utils: make SWAP() compatible with C++
|
2024-02-29 18:58:07 +01:00 |
|
|
9f7457ee34
|
log: throw appropriate exceptions if parsing of logging configuration fails
|
2024-02-29 18:58:07 +01:00 |
|
|
6a179cdc46
|
exceptions: add parser exceptions and cleanup the other related exception classes
|
2024-02-29 18:58:07 +01:00 |
|
|
fe88938ef9
|
log: be strict when parsing logging configuration
|
2024-02-29 18:58:07 +01:00 |
|
|
b6f069700e
|
log: remove obsolete LOG_LVL_STATS
|
2024-02-29 18:58:07 +01:00 |
|
|
6a9388918c
|
exception: use dynamic memory for std::runtime_error::what()
|
2024-02-29 18:58:07 +01:00 |
|
|
300a0c283c
|
refactor: use C-style commenting everywhere
|
2024-02-29 18:58:07 +01:00 |
|
|
0add7f16d8
|
utils: replace str() and strv() macros by functions to avoid compiler warnings
|
2024-02-29 18:58:07 +01:00 |
|
|
e6ccc0e3d1
|
add missing box drawing character
|
2024-02-29 18:58:07 +01:00 |
|
|
d02443e0d5
|
window: fix buffer overflow
|
2024-02-29 18:58:07 +01:00 |
|
|
594124e112
|
list: remove vlist_copy()
|
2024-02-29 18:58:07 +01:00 |
|
|
add21f9c12
|
common: add STATE_PREPARED
|
2024-02-29 18:58:07 +01:00 |
|
|
1ef09a7607
|
list: add vlist_{insert, remove, remove_all}() and corresponding tests
|
2024-02-29 18:58:07 +01:00 |
|
|
3259abd581
|
refactor: use strtok_r() instead of strtok()
|
2024-02-29 18:58:07 +01:00 |
|
|
5dad710d86
|
list: added vlist_copy()
|
2024-02-29 18:58:07 +01:00 |
|
|
ddb355908c
|
added new class for moving window buffers
|
2024-02-29 18:58:07 +01:00 |
|
|
c3dd44b8d4
|
ci: fix location of unit test
|
2024-02-29 18:58:07 +01:00 |
|
|
fe413e09fa
|
tests: move unit tests into subdir
|
2024-02-29 18:58:07 +01:00 |
|