aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_translate_song.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-20DetachedSong: move code from Update() to LoadFile()Max Kellermann1-2/+2
2015-06-22test/test_translate_song: use PATH_LITERAL()Max Kellermann1-1/+1
2014-08-29Tag: use SignedSongTime for the song durationMax Kellermann1-3/+6
2014-08-28DetachedSong: use std::chrono::duration for start_ms and end_msMax Kellermann1-4/+4
2014-07-12Tag: add class const_iterator and methods begin(), end()Max Kellermann1-2/+1
2014-02-07storage/local: remove utf8 path from constructorMax Kellermann1-3/+4
2014-02-07StoragePlugin: add method MapToRelativeUTF8()Max Kellermann1-16/+8
2014-02-07Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann1-6/+16
2014-02-04Instance: add Database attributeMax Kellermann1-2/+9
2014-02-04db/DatabasePlaylist: pass Database reference aroundMax Kellermann1-4/+6
2014-02-03SongLoader: new class that merges duplicate codeMax Kellermann1-10/+41
2014-01-24Database*: move to db/Max Kellermann1-1/+1
2014-01-23playlist/*: move to playlist/plugins/Max Kellermann1-1/+1
2014-01-21PlaylistSong: modify the given song object in-placeMax Kellermann1-48/+31
2014-01-21test: add unit test for playlist_check_translate_song()Max Kellermann1-0/+290