|
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 |
|
|
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 |
|
|
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 |
|
|
297822fba3
|
add myself as author
|
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 |
|
|
792e98874c
|
utils: make SWAP() compatible with C++
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
fc726c0aca
|
use exceptions instead of return codes for error handling
|
2024-02-29 18:58:07 +01:00 |
|
|
b456ac888b
|
memory locking is now done at memory subsystem
|
2024-02-29 18:58:07 +01:00 |
|
|
639e43b880
|
table: use UTF-8 box drawing characters
|
2024-02-29 18:58:07 +01:00 |
|
|
e821a7fbba
|
added new states for shutdown
|
2024-02-29 18:58:07 +01:00 |
|
|
fbab53e28c
|
added compatability for libjansson 2.9
|
2024-02-29 18:58:07 +01:00 |
|
|
12e4402698
|
fix missing include on older systems
|
2024-02-29 18:58:07 +01:00 |
|
|
70d9b22453
|
log: fix broken log pattern
|
2024-02-29 18:58:07 +01:00 |
|
|
593bf46340
|
terminal: fix detection of window size
|
2024-02-29 18:58:07 +01:00 |
|
|
25a5cc1291
|
table: remove footer
|
2024-02-29 18:58:07 +01:00 |
|
|
0c711c79c9
|
utils: move killme() to C++ code in order to avoid global objects
|
2024-02-29 18:58:07 +01:00 |
|
|
aa1ce97a1f
|
log: remove stats()
|
2024-02-29 18:58:07 +01:00 |
|
|
1098022fc1
|
fix compiler errors about non-trivial designated initializers with GCC 7
|
2024-02-29 18:58:07 +01:00 |
|
|
b8e92bdde9
|
log: remove static logger instances
|
2024-02-29 18:58:07 +01:00 |
|
|
dc6cfabbac
|
update copyright year to 2019
|
2024-02-29 18:58:07 +01:00 |
|
|
78d51bc0ae
|
utils: move copyright and version printing code into separate file
|
2024-02-29 18:58:07 +01:00 |
|
|
9c63ab373d
|
refactor: list_* -> vlist_*
|
2024-02-29 18:58:07 +01:00 |
|
|
168ceb052e
|
fix logging
|
2024-02-29 18:58:07 +01:00 |
|
|
05ea2840ea
|
log: add Log::getLevelName()
|
2024-02-29 18:58:07 +01:00 |
|
|
e9fd4687b0
|
task: fix includes for tsc
|
2024-02-29 18:58:07 +01:00 |
|
|
2cadb5a98f
|
use better heuristic for compile-time cache line size
|
2024-02-29 18:58:07 +01:00 |
|
|
6c279280f7
|
indention and whitespaces
|
2024-02-29 18:58:07 +01:00 |
|