Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Directory: remove method Free() | Max Kellermann | 2014-01-09 | 1 | -8/+0 |
* | Directory: convert to fixed-size struct | Max Kellermann | 2014-01-09 | 1 | -19/+9 |
* | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -4/+0 |
* | Directory: make some code generic, move to VarSize.hxx | Max Kellermann | 2014-01-07 | 1 | -0/+4 |
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -4/+4 |
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -3/+3 |
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -2/+2 |
* | include cleanup | Max Kellermann | 2013-07-30 | 1 | -1/+0 |
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -7/+7 |
* | TagPool, ...: include cleanup | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
* | PlaylistVector: use std::list | Max Kellermann | 2013-01-03 | 1 | -8/+3 |
* | Directory: initialise in default constructor | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
* | Directory: add constructor and destructor | Max Kellermann | 2013-01-03 | 1 | -0/+13 |
* | Directory: rename struct directory to Directory | Max Kellermann | 2013-01-03 | 1 | -20/+20 |
* | Directory: turn functions to methods | Max Kellermann | 2013-01-02 | 1 | -150/+141 |
* | Directory: make the header C++ only | Max Kellermann | 2013-01-02 | 1 | -0/+265 |