Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -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 Kellermann | 2014-01-08 | 1 | -1/+1 |
| | |||||
* | util/Alloc: new library replacing GLib's g_malloc() | Max Kellermann | 2014-01-07 | 1 | -4/+3 |
| | |||||
* | CueParser: use class TagBuilder | Max Kellermann | 2013-12-03 | 1 | -14/+17 |
| | |||||
* | CueParser: rename local variables "current_tag" to "tag" | Max Kellermann | 2013-12-03 | 1 | -6/+6 |
| | |||||
* | CueParser: rename "tag" to "header_tag" | Max Kellermann | 2013-12-03 | 1 | -5/+5 |
| | |||||
* | TagType: rename enum tag_type to TagType | Max Kellermann | 2013-10-20 | 1 | -3/+3 |
| | |||||
* | Util/CharUtil: new library replacing g_ascii_isX() | Max Kellermann | 2013-10-19 | 1 | -2/+3 |
| | |||||
* | CueParser: use std::string | Max Kellermann | 2013-10-17 | 1 | -5/+2 |
| | |||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -1/+1 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -15/+16 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -7/+7 |
| | |||||
* | string_util: convert to C++ | Max Kellermann | 2013-04-09 | 1 | -1/+1 |
| | |||||
* | cue_parser: convert to C++ | Max Kellermann | 2013-04-09 | 1 | -0/+322 |