Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-21 | decoder/Client: use std::chrono::duration<double> instead of raw `double` | Max Kellermann | |
2018-08-20 | Compiler.h: move to util/ | Max Kellermann | |
2018-06-22 | input/Stream: remove attribute "cond", replace with handler interface | Max Kellermann | |
This adds a bit of overhead, but also adds flexibility to the API, because arbitrary triggers may be invoked from that virtual method implementation, not just Cond::signal(). The motivation for this is to make the handlers more dynamic, for the upcoming buffering class utilizing ProxyInputStream. | |||
2018-02-17 | test/DumpDecoderClient: use STDOUT_FILENO | Max Kellermann | |
2018-02-17 | test/DumpDecoderClient: convert static local to class attribute | Max Kellermann | |
2018-02-17 | test/FakeDecoderAPI: rename to DumpDecoderClient | Max Kellermann | |