aboutsummaryrefslogtreecommitdiffstats
path: root/src/Directory.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* path: convert to C++Max Kellermann2013-01-171-1/+0
* PlaylistVector: use std::listMax Kellermann2013-01-031-7/+2
* Directory: initialise in default constructorMax Kellermann2013-01-031-0/+9
* Directory: add constructor and destructorMax Kellermann2013-01-031-18/+27
* Directory: rename struct directory to DirectoryMax Kellermann2013-01-031-34/+34
* Directory: turn functions to methodsMax Kellermann2013-01-021-67/+60
* Directory: make the header C++ onlyMax Kellermann2013-01-021-1/+1
* PlaylistInfo: rename class, use std::stringMax Kellermann2013-01-021-1/+1
* db_lock: convert to C++Max Kellermann2013-01-021-1/+1
* playlist_vector: convert to C++Max Kellermann2013-01-021-1/+1
* SongFilter: convert to a C++ classMax Kellermann2012-08-291-4/+3
* locate: rename to SongFilter.cxxMax Kellermann2012-08-291-1/+1
* db_visitor: delete obsolete headerMax Kellermann2012-08-151-1/+0
* Directory: move code to directory_allocate()Max Kellermann2012-08-091-8/+18
* DatabaseSelection: add "match" attributeMax Kellermann2012-08-081-4/+8
* Database{Plugin,Visitor}: pass referencesMax Kellermann2012-08-071-3/+3
* db_plugin: convert to C++Max Kellermann2012-08-011-0/+318