aboutsummaryrefslogtreecommitdiffstats
path: root/src/cue/CueParser.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cue/CueParser: move to playlist/Max Kellermann2014-02-191-318/+0
|
* CueParser: don't "move" the filenameMax Kellermann2014-01-261-1/+1
| | | | | This invalidated the std::string instance, and thus broke the CUE parser (commit 322b061632).
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-20/+15
| | | | | | 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.
* tag/TagBuilder: rename Commit() to CommitNew()Max Kellermann2014-01-081-1/+1
|
* util/Alloc: new library replacing GLib's g_malloc()Max Kellermann2014-01-071-4/+3
|
* CueParser: use class TagBuilderMax Kellermann2013-12-031-14/+17
|
* CueParser: rename local variables "current_tag" to "tag"Max Kellermann2013-12-031-6/+6
|
* CueParser: rename "tag" to "header_tag"Max Kellermann2013-12-031-5/+5
|
* TagType: rename enum tag_type to TagTypeMax Kellermann2013-10-201-3/+3
|
* Util/CharUtil: new library replacing g_ascii_isX()Max Kellermann2013-10-191-2/+3
|
* CueParser: use std::stringMax Kellermann2013-10-171-5/+2
|
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
|
* tag: convert to C++Max Kellermann2013-07-301-15/+16
|
* song: convert header to C++Max Kellermann2013-07-281-7/+7
|
* string_util: convert to C++Max Kellermann2013-04-091-1/+1
|
* cue_parser: convert to C++Max Kellermann2013-04-091-0/+322