aboutsummaryrefslogtreecommitdiffstats
path: root/src/DirectorySave.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Database*: move to db/Max Kellermann2014-01-241-163/+0
|
* Song: make the "parent" attribute mandatoryMax Kellermann2014-01-191-1/+1
| | | | | The Song class is only used for database songs now. A Song without a Directory is not possible anymore.
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-3/+5
| | | | | | 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.
* TextFile: move to fs subsystemDenis Krjuchkov2013-12-081-1/+1
|
* DirectorySave: don't duplicate stringMax Kellermann2013-12-041-11/+3
| | | | Not necessary anymore for playlist_metadata_load().
* Util/StringUtil: add StringStartsWith()Max Kellermann2013-11-281-6/+7
| | | | Replaces GLib's g_str_has_prefix().
* include cleanup using iwyuMax Kellermann2013-11-281-3/+0
|
* DirectorySave: use Directory::GetName()Max Kellermann2013-10-211-4/+1
|
* util/NumberParser: utilities for parsing numbers from ASCII stringsMax Kellermann2013-10-211-2/+2
|
* *: use references instead of pointersMax Kellermann2013-10-191-18/+18
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-11/+11
|
* Listen, ...: add missing includesMax Kellermann2013-10-021-0/+2
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-23/+15
| | | | Replaces GLib's GError.
* song: convert header to C++Max Kellermann2013-07-281-3/+3
|
* TextFile: convert to a classMax Kellermann2013-01-031-15/+12
|
* text_file: convert to C++Max Kellermann2013-01-031-4/+1
|
* PlaylistVector: use std::listMax Kellermann2013-01-031-2/+2
|
* Directory: rename struct directory to DirectoryMax Kellermann2013-01-031-7/+7
|
* Directory: turn functions to methodsMax Kellermann2013-01-021-14/+12
|
* Directory: make the header C++ onlyMax Kellermann2013-01-021-1/+1
|
* db_save, state_file: convert to C++Max Kellermann2013-01-021-0/+188