Age | Commit message (Expand) | Author |
---|---|---|
2017-05-08 | *: add "noexcept" to many, many function prototypes | Max Kellermann |
2017-01-03 | update copyright year | Max Kellermann |
2016-09-16 | input/InputStream: migrate from class Error to C++ exceptions | Max Kellermann |
2016-09-16 | input/thread: use C++ exceptions instead of class Error | Max Kellermann |
2016-06-17 | thread/Thread: throw std::system_error on error | Max Kellermann |
2016-06-17 | input/thread: use C++11 initialisers | Max Kellermann |
2016-02-26 | update copyright year to 2016 | Max Kellermann |
2015-01-01 | Copyright year 2015 | Max Kellermann |
2014-05-11 | InputStream: remove attribute "plugin" | Max Kellermann |
2014-05-11 | InputStream: make various methods abstract | Max Kellermann |
2014-05-11 | InputStream: add virtual destructor | Max Kellermann |
2014-05-11 | input/plugins: make InputStream the base class | Max Kellermann |
2014-05-11 | InputStream: convert to class | Max Kellermann |
2014-03-16 | input/BufferedInputStream: new wrapper for moving plugin to thread | Max Kellermann |