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
/
playlist
/
cue
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-10-05
playlist/cue/parser: use lambda to fix ambiguous overload
Max Kellermann
2020-10-05
playlist/cue/parser: use StringView internally
Max Kellermann
2020-10-05
playlist/cue/parser: pass StringView to Feed()
Max Kellermann
2020-10-05
playlist/cue/parser: add `noexcept`
Max Kellermann
2020-10-05
playlist/cue/parser: fix nullptr dereference
Max Kellermann
2020-10-05
playlist/cue/parser: fix off-by-one buffer overflow
Max Kellermann
2020-05-30
use std chr functions
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-06-17
Copyright year 2019
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-08-17
Merge tag 'v0.20.21'
Max Kellermann
2018-08-13
playlist/cue: support file type declaration "FLAC" (non-standard)
Max Kellermann
2018-08-02
DetachedSong, db/LightSong, SongFilter: move to src/song/
Max Kellermann
2018-02-24
Merge tag 'v0.20.18'
Max Kellermann
2018-02-24
playlist/cue/Parser: parse tags after "INDEX 01"
Max Kellermann
2017-11-26
playlist/{flac,m3u}: use std::make_unique
Max Kellermann
2017-07-05
util/StringUtil: move strip functions to StringStrip.cxx
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
tag/Tag: move tag_name_parse() to ParseName.cxx
Max Kellermann
2017-02-08
tag/Tag*: rename several source files
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-10-26
playlist/cue/CueParser: update API documentation
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-07
playlist/cue/CueParser: Get() returns std::unique_ptr
Max Kellermann
2016-02-07
playlist/cue/CueParser: use std::unique_ptr
Max Kellermann
2016-02-07
playlist/cue/CueParser: use C++11 initializers
Max Kellermann
2015-09-17
CueParser.cxx: Append pregap to previous track
Will Tiffany
2015-08-23
CueParser.cxx: ignore INDEX after first per track
Will Tiffany
2015-01-01
Copyright year 2015
Max Kellermann
2014-08-28
DetachedSong: use std::chrono::duration for start_ms and end_ms
Max Kellermann
2014-08-07
util/StringUtil: rename strchug_fast() to StripLeft()
Max Kellermann
2014-07-12
PlaylistSong, CueParser: don't override Tag::time
Max Kellermann
2014-02-19
cue/CueParser: move to playlist/
Max Kellermann