aboutsummaryrefslogtreecommitdiffstats
path: root/src/Directory.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Database*: move to db/Max Kellermann2014-01-241-300/+0
|
* LightDirectory: new struct replacing Directory in the DB APIMax Kellermann2014-01-221-2/+9
|
* Directory: use Song::Export()Max Kellermann2014-01-191-15/+1
|
* LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann2014-01-191-3/+20
| | | | | Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread.
* Directory: initialize "mtime" and "have_stat"Max Kellermann2014-01-151-1/+3
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* Directory: remove method Free()Max Kellermann2014-01-091-2/+2
|
* Directory: convert to fixed-size structMax Kellermann2014-01-091-37/+6
| | | | | 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-8/+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.
* util/Alloc: new library replacing GLib's g_malloc()Max Kellermann2014-01-071-5/+5
|
* Directory: make some code generic, move to VarSize.hxxMax Kellermann2014-01-071-10/+5
|
* Directory: use g_malloc() instead of g_malloc0()Max Kellermann2014-01-071-3/+4
| | | | Explicit attribute initialization.
* 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