aboutsummaryrefslogtreecommitdiffstats
path: root/src/Directory.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Directory: remove method Free()Max Kellermann2014-01-091-8/+0
|
* Directory: convert to fixed-size structMax Kellermann2014-01-091-19/+9
| | | | | Using a variable-size struct with embedded string is not worth the trouble here. There are not so many Directory objects.
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-4/+0
| | | | | | From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead.
* Directory: make some code generic, move to VarSize.hxxMax Kellermann2014-01-071-0/+4
|
* *: 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
| | | | Replaces GLib's GError.
* 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