aboutsummaryrefslogtreecommitdiffstats
path: root/src/Song.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* Database*: move to db/Max Kellermann2014-01-241-110/+0
* Song: make the "parent" attribute mandatoryMax Kellermann2014-01-191-6/+6
* LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann2014-01-191-9/+12
* Song: embed the Tag object statically into class SongMax Kellermann2014-01-191-5/+4
* Song: use the VarSize libraryMax Kellermann2014-01-181-13/+16
* copyright year 2014Max Kellermann2014-01-131-1/+1
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-87/+9
* util/Alloc: new library replacing GLib's g_malloc()Max Kellermann2014-01-071-5/+5
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
* Song: add method ReplaceTag()Max Kellermann2013-10-211-0/+8
* Song: pass reference to song_equals()Max Kellermann2013-10-211-11/+8
* Song: GetURI() returns std::stringMax Kellermann2013-10-171-14/+17
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
* tag: convert to C++Max Kellermann2013-07-301-4/+4
* song: convert header to C++Max Kellermann2013-07-281-50/+47
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-3/+0
* Directory: rename struct directory to DirectoryMax Kellermann2013-01-031-5/+5
* Directory: turn functions to methodsMax Kellermann2013-01-021-2/+2
* Directory: make the header C++ onlyMax Kellermann2013-01-021-1/+1
* ProxyDatabase: pass "detached" objects to visitorsMax Kellermann2012-08-151-1/+9
* Song: add function song_dup_detached()Max Kellermann2012-08-151-0/+36
* Song: add function song_equals()Max Kellermann2012-08-151-0/+27
* song: use C++ compilerMax Kellermann2012-08-081-0/+110