summaryrefslogtreecommitdiff
path: root/src/db/plugins/simple/Song.hxx
AgeCommit message (Expand)Author
2020-10-28db/simple: purge songs for unavailable decoder plugins on updateMax Kellermann
2020-01-18AudioFormat: move to pcm/Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-09-08db/simple/Song: add attribute "target"Max Kellermann
2019-09-04db/simple/Song: rename "uri" to "filename"Max Kellermann
2019-09-04db/simple/Song: remove StringView constructorMax Kellermann
2019-09-04db/simple/Song: convert NewFrom() to constructorMax Kellermann
2019-09-04db/simple/Song: remove static method NewFile()Max Kellermann
2019-09-04db/simple/Song: add template constructorMax Kellermann
2019-09-04db/simple/Song: make "parent" a reference, not a pointerMax Kellermann
2019-09-03db/simple/Song: convert "uri" to a std::stringMax Kellermann
2019-09-03db/simple/Song: pass StringView to constructorMax Kellermann
2019-05-22db/simple/Song: allow LoadFile(), UpdateFile() to throwMax Kellermann
2019-05-21db/simple/Song: wrap in std::unique_ptr<>Max Kellermann
2019-05-21db/simple/Song: move struct Disposer to separate headerMax Kellermann
2019-05-21db/simple/Song: add `noexcept`Max Kellermann
2019-05-21db/simple/Song: include cleanupMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-07-06db/simple: add an AudioFormat to each SongMax Kellermann
2018-07-06db/simple/Song: remove obsolete commentMax Kellermann
2018-07-06db/simple/Song: use C++11 initializersMax Kellermann
2018-01-21SongUpdate: add "noexcept"Max Kellermann
2017-12-18Compiler.h: add gcc_returns_nonnull, gcc_returns_twiceMax Kellermann
2017-08-18DetachedSong, db/LightSong, db/simple/Song: use std::chrono::system_clock::ti...Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-26SongUpdate: remove obsolete overload UpdateFileInArchive(Storage)Max Kellermann
2016-02-26SongUpdate: add UpdateFileInArchive(ArchiveFile&)Max Kellermann
2015-03-01db/simple: eliminate UpdateFileInArchive() if archive API is disabledMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-08-28db/simple/Song: use std::chrono::duration for start_ms and end_msMax Kellermann
2014-06-16db/simple: use class boost::intrusive::listMax Kellermann
2014-02-26db/simple: create dedicated directoryMax Kellermann