aboutsummaryrefslogtreecommitdiffstats
path: root/src/Directory.hxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: use references instead of pointersMax Kellermann2013-10-191-4/+4
* *: use nullptr instead of NULLMax Kellermann2013-10-191-3/+3
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
* util/Error: new error passing libraryMax Kellermann2013-09-041-2/+2
* include cleanupMax Kellermann2013-07-301-1/+0
* song: convert header to C++Max Kellermann2013-07-281-7/+7
* TagPool, ...: include cleanupMax Kellermann2013-01-301-1/+1
* PlaylistVector: use std::listMax Kellermann2013-01-031-8/+3
* Directory: initialise in default constructorMax Kellermann2013-01-031-1/+1
* Directory: add constructor and destructorMax Kellermann2013-01-031-0/+13
* Directory: rename struct directory to DirectoryMax Kellermann2013-01-031-20/+20
* Directory: turn functions to methodsMax Kellermann2013-01-021-150/+141
* Directory: make the header C++ onlyMax Kellermann2013-01-021-0/+265