aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/cue/CueParser.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-17CueParser.cxx: Append pregap to previous trackWill Tiffany1-6/+0
Only ignore indexes after first nonzero, preserving pregaps but appending them to the previous track instead of prepending to the current. The first index of the first track is used for the start time regardless of its number. Unneeded bool last_updated removed.
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-02-19cue/CueParser: move to playlist/Max Kellermann1-0/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-09DetachedSong: fork of struct SongMax Kellermann1-5/+5
From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead.
2013-12-03CueParser: use class TagBuilderMax Kellermann1-2/+10
2013-12-03CueParser: rename "tag" to "header_tag"Max Kellermann1-1/+4
2013-10-17CueParser: use std::stringMax Kellermann1-1/+3
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-07-30tag: convert to C++Max Kellermann1-2/+3
2013-07-28song: convert header to C++Max Kellermann1-4/+6
2013-04-09cue_parser: convert to C++Max Kellermann1-0/+128