Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -4/+4 |
* | InputStream: use int64_t instead of goffset | Max Kellermann | 2013-10-17 | 1 | -8/+9 |
* | input_plugin: rename struct to "InputPlugin" | Max Kellermann | 2013-10-17 | 1 | -2/+3 |
* | thread/{Cond,Mutex}: use "class" instead of "typedef" | Max Kellermann | 2013-10-17 | 1 | -1/+1 |
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
* | InputLegacy: move functions to the input_stream class | Max Kellermann | 2013-09-05 | 1 | -15/+184 |
* | input_stream.h: rename to InputLegacy.hxx | Max Kellermann | 2013-09-03 | 1 | -1/+1 |
* | InputStream: use std::string | Max Kellermann | 2013-01-28 | 1 | -14/+7 |
* | InputStream: store references instead of pointers | Max Kellermann | 2013-01-28 | 1 | -7/+7 |
* | InputStream: add constructor/destructor | Max Kellermann | 2013-01-28 | 1 | -0/+17 |
* | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 2013-01-27 | 1 | -4/+6 |
* | input_stream: forward-declare the struct | Max Kellermann | 2013-01-26 | 1 | -0/+102 |