index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_translate_song.cxx
Age
Commit message (
Expand
)
Author
2020-03-16
remove gcc_unused
Rosen Penev
2020-03-13
playlist/PlaylistSong: pass std::string_view
Max Kellermann
2019-07-29
Merge branch 'v0.21.x'
Max Kellermann
2019-07-29
playlist/Song: support backslash in relative URIs
Max Kellermann
2019-07-29
test/test_translate_song: remove unused variable "s1"
Max Kellermann
2019-05-23
Log: make LogLevel the first parameter
Max Kellermann
2019-05-22
DetachedSong: allow LoadFile(), Update() to throw
Max Kellermann
2019-05-08
util/Time*: move to time/
Max Kellermann
2019-03-16
test/test_translate_song: move MakeTag() to header
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-16
test: use GTest instead of cppunit
Max Kellermann
2018-08-02
DetachedSong, db/LightSong, SongFilter: move to src/song/
Max Kellermann
2018-01-24
test/test_translate_song: use std::to_string()
Max Kellermann
2018-01-21
SongUpdate: add "noexcept"
Max Kellermann
2018-01-02
storage/Plugin: return std::unique_ptr<Storage>
Max Kellermann
2017-08-18
DetachedSong, db/LightSong, db/simple/Song: use std::chrono::system_clock::ti...
Max Kellermann
2017-05-16
Log: add "noexcept"
Max Kellermann
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-02-08
db/DatabaseSong: make the Storage optional
Max Kellermann
2017-02-08
db/DatabaseSong: DatabaseDetachSong(uri) returns instance, not pointer
Max Kellermann
2017-02-08
tag/Tag*: rename several source files
Max Kellermann
2017-01-03
input/curl, ...: use strncmp() instead of memcmp() to avoid crash
Max Kellermann
2016-11-10
util/Error: remove obsolete class
Max Kellermann
2016-10-27
LocateUri: migrate from class Error to C++ exceptions
Max Kellermann
2016-10-26
Instance: remove Error parameter from GetDatabase()
Max Kellermann
2016-03-19
db/Interface: GetSong() throws exception on error
Max Kellermann
2015-10-20
DetachedSong: move code from Update() to LoadFile()
Max Kellermann
2015-06-22
test/test_translate_song: use PATH_LITERAL()
Max Kellermann
2014-08-29
Tag: use SignedSongTime for the song duration
Max Kellermann
2014-08-28
DetachedSong: use std::chrono::duration for start_ms and end_ms
Max Kellermann
2014-07-12
Tag: add class const_iterator and methods begin(), end()
Max Kellermann
2014-02-07
storage/local: remove utf8 path from constructor
Max Kellermann
2014-02-07
StoragePlugin: add method MapToRelativeUTF8()
Max Kellermann
2014-02-07
Mapper: move map_song_detach() to db/DatabaseSong.cxx
Max Kellermann
2014-02-04
Instance: add Database attribute
Max Kellermann
2014-02-04
db/DatabasePlaylist: pass Database reference around
Max Kellermann
2014-02-03
SongLoader: new class that merges duplicate code
Max Kellermann
2014-01-24
Database*: move to db/
Max Kellermann
2014-01-23
playlist/*: move to playlist/plugins/
Max Kellermann
2014-01-21
PlaylistSong: modify the given song object in-place
Max Kellermann
2014-01-21
test: add unit test for playlist_check_translate_song()
Max Kellermann