summaryrefslogtreecommitdiff
path: root/test/test_translate_song.cxx
AgeCommit message (Expand)Author
2019-12-16util/Time*: move to time/Max Kellermann
2019-07-29playlist/Song: support backslash in relative URIsMax Kellermann
2019-07-29test/test_translate_song: remove unused variable "s1"Max Kellermann
2019-03-16test/test_translate_song: move MakeTag() to headerMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-16test: use GTest instead of cppunitMax Kellermann
2018-08-02DetachedSong, db/LightSong, SongFilter: move to src/song/Max Kellermann
2018-01-24test/test_translate_song: use std::to_string()Max Kellermann
2018-01-21SongUpdate: add "noexcept"Max Kellermann
2018-01-02storage/Plugin: return std::unique_ptr<Storage>Max Kellermann
2017-08-18DetachedSong, db/LightSong, db/simple/Song: use std::chrono::system_clock::ti...Max Kellermann
2017-05-16Log: add "noexcept"Max Kellermann
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-02-08db/DatabaseSong: make the Storage optionalMax Kellermann
2017-02-08db/DatabaseSong: DatabaseDetachSong(uri) returns instance, not pointerMax Kellermann
2017-02-08tag/Tag*: rename several source filesMax Kellermann
2017-01-03input/curl, ...: use strncmp() instead of memcmp() to avoid crashMax Kellermann
2016-11-10util/Error: remove obsolete classMax Kellermann
2016-10-27LocateUri: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-26Instance: remove Error parameter from GetDatabase()Max Kellermann
2016-03-19db/Interface: GetSong() throws exception on errorMax Kellermann
2015-10-20DetachedSong: move code from Update() to LoadFile()Max Kellermann
2015-06-22test/test_translate_song: use PATH_LITERAL()Max Kellermann
2014-08-29Tag: use SignedSongTime for the song durationMax Kellermann
2014-08-28DetachedSong: use std::chrono::duration for start_ms and end_msMax Kellermann
2014-07-12Tag: add class const_iterator and methods begin(), end()Max Kellermann
2014-02-07storage/local: remove utf8 path from constructorMax Kellermann
2014-02-07StoragePlugin: add method MapToRelativeUTF8()Max Kellermann
2014-02-07Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann
2014-02-04Instance: add Database attributeMax Kellermann
2014-02-04db/DatabasePlaylist: pass Database reference aroundMax Kellermann
2014-02-03SongLoader: new class that merges duplicate codeMax Kellermann
2014-01-24Database*: move to db/Max Kellermann
2014-01-23playlist/*: move to playlist/plugins/Max Kellermann
2014-01-21PlaylistSong: modify the given song object in-placeMax Kellermann
2014-01-21test: add unit test for playlist_check_translate_song()Max Kellermann