aboutsummaryrefslogtreecommitdiffstats
path: root/src/Directory.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov2013-12-051-1/+1
|
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
|
* GetBaseUTF8Max Kellermann2013-10-211-7/+2
|
* *: use references instead of pointersMax Kellermann2013-10-191-8/+8
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-21/+21
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-6/+7
| | | | Replaces GLib's GError.
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-1/+1
|
* song: convert header to C++Max Kellermann2013-07-281-10/+10
|
* song_sort: convert to C++Max Kellermann2013-04-171-1/+1
|
* 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
| | | | Let the database plugin do the match.
* Database{Plugin,Visitor}: pass referencesMax Kellermann2012-08-071-3/+3
|
* db_plugin: convert to C++Max Kellermann2012-08-011-0/+318