Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | TextInputStream: don't ignore unterminated last line | Max Kellermann | 2014-10-28 | 1 | -4/+16 |
| | |||||
* | TextInputStream: manually shift the buffer before reading | Max Kellermann | 2014-10-19 | 1 | -0/+2 |
| | | | | | Fixes truncated lines in m3u and cue files (regression by commit 67958f7). | ||||
* | input/TextInputStream: move ReadBufferedLine() to util/TextFile.hxx | Max Kellermann | 2014-08-07 | 1 | -19/+3 |
| | |||||
* | TextInputStream: don't strip | Max Kellermann | 2014-08-07 | 1 | -3/+3 |
| | | | | | Let the caller decide whether to strip. Only remove \n and \r (end-of-line markers). | ||||
* | TextInputStream: move code to ReadBufferedLine() | Max Kellermann | 2014-08-07 | 1 | -34/+42 |
| | | | | | 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. | ||||
* | util/StringUtil: add StripRight() overload with "end" argument | Max Kellermann | 2014-08-07 | 1 | -4/+3 |
| | |||||
* | util/CharUtil: add IsWhitespaceFast() | Max Kellermann | 2014-08-07 | 1 | -1/+1 |
| | |||||
* | input/TextInputStream: return char* | Max Kellermann | 2014-08-07 | 1 | -12/+13 |
| | | | | | Revert to the old API before commit e9e55b08, removing unnecessary bloat. | ||||
* | util/{Const,Writable}Buffer: add operator[] | Max Kellermann | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -0/+78 |