aboutsummaryrefslogtreecommitdiffstats
path: root/src/Song.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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