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
/
src
/
DetachedSong.cxx
Age
Commit message (
Expand
)
Author
2018-07-06
db/LightSong: pass URI to constructor
Max Kellermann
2018-07-06
db/LightSong: make Tag a reference
Max Kellermann
2017-05-15
*: add "noexcept" to many, many function prototypes
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
DetachedSong: add LightSong cast operator
Max Kellermann
2017-02-08
DetachedSong: don't declare empty destructor
Max Kellermann
2017-02-08
DetachedSong: pass std::string&& to uri initializer
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-08-29
Tag: use SignedSongTime for the song duration
Max Kellermann
2014-08-28
db/LightSong: use std::chrono::duration for start_ms and end_ms
Max Kellermann
2014-08-28
DetachedSong: use std::chrono::duration for start_ms and end_ms
Max Kellermann
2014-02-04
db/LightSong: make "real_uri" a pointer
Max Kellermann
2014-01-24
Database*: move to db/
Max Kellermann
2014-01-23
DetachedSong: un-inline the destructor
Max Kellermann
2014-01-21
LightSong: add attribute "real_uri"
Max Kellermann
2014-01-21
DetachedSong: add attribute "real_uri"
Max Kellermann
2014-01-19
LightSong: new class to be used by DatabasePlugin callbacks
Max Kellermann
2014-01-19
Song: embed the Tag object statically into class Song
Max Kellermann
2014-01-09
DetachedSong: fork of struct Song
Max Kellermann