| Age | Commit message (Collapse) | Author |
|
again.
|
|
|
|
|
|
|
|
|
|
|
|
3.1 stopped building with some C++20 warning/error.
|
|
|
|
|
|
This makes it possible to configure Grok for encoding from the command
line.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I'm not sure why I did it like this in the first place - perhaps so that
if the API endpoint changes there aren't so many old values stuck in
config files all over the place? Anyway, it seems cleaner to do it like
this, as it's how we handle the other config.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise the wrong SignalManager gets used for some tests (after an
encode_cli test) which causes problems.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|