aboutsummaryrefslogtreecommitdiff
path: root/src/Song.cxx
Commit message (Collapse)AuthorAge
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-07
|
* Directory: rename struct directory to DirectoryMax Kellermann2013-01-03
|
* Directory: turn functions to methodsMax Kellermann2013-01-02
|
* Directory: make the header C++ onlyMax Kellermann2013-01-02
|
* ProxyDatabase: pass "detached" objects to visitorsMax Kellermann2012-08-15
| | | | Fixes wrong object URIs with duplicate base names.
* Song: add function song_dup_detached()Max Kellermann2012-08-15
| | | | | Initial support for "detached" songs that come from the database, but are private copies.
* Song: add function song_equals()Max Kellermann2012-08-15
| | | | | decoder_is_current_song() now recognizes different instances of the same physical song.
* song: use C++ compilerMax Kellermann2012-08-08