aboutsummaryrefslogtreecommitdiffstats
path: root/src/cue/CueParser.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-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.
* CueParser: use class TagBuilderMax Kellermann2013-12-031-2/+10
|
* CueParser: rename "tag" to "header_tag"Max Kellermann2013-12-031-1/+4
|
* CueParser: use std::stringMax Kellermann2013-10-171-1/+3
|
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* tag: convert to C++Max Kellermann2013-07-301-2/+3
|
* song: convert header to C++Max Kellermann2013-07-281-4/+6
|
* cue_parser: convert to C++Max Kellermann2013-04-091-0/+128