aboutsummaryrefslogtreecommitdiffstats
path: root/src/Song.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Song: make the "parent" attribute mandatoryMax Kellermann2014-01-191-9/+5
| | | | | The Song class is only used for database songs now. A Song without a Directory is not possible anymore.
* LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann2014-01-191-4/+2
| | | | | Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread.
* Song: embed the Tag object statically into class SongMax Kellermann2014-01-191-2/+2
| | | | | Reduces overhead because we need to manage only one memory allocation. According to valgrind/massif, we save 7%.
* Song: use the VarSize libraryMax Kellermann2014-01-181-0/+3
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-52/+15
| | | | | | 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.
* SongUpdate: move code to handle_lsinfo()Max Kellermann2014-01-081-1/+0
| | | | | Don't create a temporary Song object in handle_lsinfo(). Instead, print all tags while parsing the remote file.
* command: "lsinfo" and "readcomments" allowed for remote filesMax Kellermann2013-12-291-0/+1
|
* include cleanup using iwyuMax Kellermann2013-11-281-1/+1
|
* Song: add method ReplaceTag()Max Kellermann2013-10-211-0/+2
|
* Song: pass reference to song_equals()Max Kellermann2013-10-211-1/+1
|
* *: use references instead of pointersMax Kellermann2013-10-191-0/+4
|
* Song: GetURI() returns std::stringMax Kellermann2013-10-171-5/+4
|
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* tag: convert to C++Max Kellermann2013-07-301-1/+3
|
* include cleanupMax Kellermann2013-07-301-2/+0
|
* song: convert header to C++Max Kellermann2013-07-281-0/+147