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
/
db
/
plugins
/
simple
/
Song.hxx
Age
Commit message (
Expand
)
Author
2020-10-28
db/simple: purge songs for unavailable decoder plugins on update
Max Kellermann
2020-01-18
AudioFormat: move to pcm/
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-09-08
db/simple/Song: add attribute "target"
Max Kellermann
2019-09-04
db/simple/Song: rename "uri" to "filename"
Max Kellermann
2019-09-04
db/simple/Song: remove StringView constructor
Max Kellermann
2019-09-04
db/simple/Song: convert NewFrom() to constructor
Max Kellermann
2019-09-04
db/simple/Song: remove static method NewFile()
Max Kellermann
2019-09-04
db/simple/Song: add template constructor
Max Kellermann
2019-09-04
db/simple/Song: make "parent" a reference, not a pointer
Max Kellermann
2019-09-03
db/simple/Song: convert "uri" to a std::string
Max Kellermann
2019-09-03
db/simple/Song: pass StringView to constructor
Max Kellermann
2019-05-22
db/simple/Song: allow LoadFile(), UpdateFile() to throw
Max Kellermann
2019-05-21
db/simple/Song: wrap in std::unique_ptr<>
Max Kellermann
2019-05-21
db/simple/Song: move struct Disposer to separate header
Max Kellermann
2019-05-21
db/simple/Song: add `noexcept`
Max Kellermann
2019-05-21
db/simple/Song: include cleanup
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-07-06
db/simple: add an AudioFormat to each Song
Max Kellermann
2018-07-06
db/simple/Song: remove obsolete comment
Max Kellermann
2018-07-06
db/simple/Song: use C++11 initializers
Max Kellermann
2018-01-21
SongUpdate: add "noexcept"
Max Kellermann
2017-12-18
Compiler.h: add gcc_returns_nonnull, gcc_returns_twice
Max Kellermann
2017-08-18
DetachedSong, db/LightSong, db/simple/Song: use std::chrono::system_clock::ti...
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-26
SongUpdate: remove obsolete overload UpdateFileInArchive(Storage)
Max Kellermann
2016-02-26
SongUpdate: add UpdateFileInArchive(ArchiveFile&)
Max Kellermann
2015-03-01
db/simple: eliminate UpdateFileInArchive() if archive API is disabled
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-08-28
db/simple/Song: use std::chrono::duration for start_ms and end_ms
Max Kellermann
2014-06-16
db/simple: use class boost::intrusive::list
Max Kellermann
2014-02-26
db/simple: create dedicated directory
Max Kellermann