Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-31 | decoder/sndfile, ...: update API documentation | Max Kellermann | 1 | -2/+2 | |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-08-07 | input/TextInputStream: move ReadBufferedLine() to util/TextFile.hxx | Max Kellermann | 1 | -3/+0 | |
2014-08-07 | TextInputStream: move code to ReadBufferedLine() | Max Kellermann | 1 | -0/+3 | |
Look at the buffer first, before trying to read from the file. This reduces overhead because we don't refill the buffer after every line. | |||||
2014-08-07 | input/TextInputStream: return char* | Max Kellermann | 1 | -6/+2 | |
Revert to the old API before commit e9e55b08, removing unnecessary bloat. | |||||
2014-08-06 | util/FifoBuffer: rename to StaticFifoBuffer | Max Kellermann | 1 | -2/+2 | |
2014-05-11 | InputStream: convert to class | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | Input*: move to input/ | Max Kellermann | 1 | -0/+0 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -1/+0 | |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 | |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | 1 | -3/+3 | |
2013-10-15 | util/FifoBuffer: C++ version of the fifo_buffer library | Max Kellermann | 1 | -8/+6 | |
2013-05-12 | text_input_stream: convert to class | Denis Krjuchkov | 1 | -0/+59 | |