aboutsummaryrefslogtreecommitdiffstats
path: root/src/InputStream.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-7/+7
2013-10-23InputStream: add method Rewind()Max Kellermann1-0/+7
2013-10-19*: use nullptr instead of NULLMax Kellermann1-4/+4
2013-10-17InputStream: use int64_t instead of goffsetMax Kellermann1-8/+9
2013-10-17input_plugin: rename struct to "InputPlugin"Max Kellermann1-2/+3
2013-10-17thread/{Cond,Mutex}: use "class" instead of "typedef"Max Kellermann1-1/+1
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann1-15/+184
2013-09-03input_stream.h: rename to InputLegacy.hxxMax Kellermann1-1/+1
2013-01-28InputStream: use std::stringMax Kellermann1-14/+7
2013-01-28InputStream: store references instead of pointersMax Kellermann1-7/+7
2013-01-28InputStream: add constructor/destructorMax Kellermann1-0/+17
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann1-4/+6
2013-01-26input_stream: forward-declare the structMax Kellermann1-0/+102