aboutsummaryrefslogtreecommitdiffstats
path: root/src/Song.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: 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
| | | | Fixes wrong object URIs with duplicate base names.
* Song: add function song_dup_detached()Max Kellermann2012-08-151-0/+36
| | | | | Initial support for "detached" songs that come from the database, but are private copies.
* Song: add function song_equals()Max Kellermann2012-08-151-0/+27
| | | | | decoder_is_current_song() now recognizes different instances of the same physical song.
* song: use C++ compilerMax Kellermann2012-08-081-0/+110