| Commit message (Expand) | Author | Age | Files | Lines |
* | TagString: return WritableBuffer<char> | Max Kellermann | 2014-10-10 | 1 | -5/+6 |
* | Tag: use SignedSongTime for the song duration | Max Kellermann | 2014-08-29 | 1 | -9/+9 |
* | TagBuilder: add method AddEmptyItem() | Max Kellermann | 2014-04-24 | 1 | -0/+10 |
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
* | tag/TagBuilder: overload Commit() returning a Tag object | Max Kellermann | 2014-01-08 | 1 | -0/+8 |
* | 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 | -3/+2 |
* | Tag: use new[]/delete[] instead of g_new()/g_free() | Max Kellermann | 2013-12-03 | 1 | -1/+1 |
* | PaylistTag: use class TagBuilder | Max Kellermann | 2013-12-03 | 1 | -7/+27 |
* | TagBuilder: add move operator | Max Kellermann | 2013-12-03 | 1 | -0/+31 |
* | TagBuilder: reserve items in move constructor | Max Kellermann | 2013-12-03 | 1 | -0/+1 |
* | TagBuilder: implement the assignment operator | Max Kellermann | 2013-12-03 | 1 | -0/+17 |
* | Tag: move code from Merge() to TagBuilder::Complement() | Max Kellermann | 2013-12-03 | 1 | -0/+19 |
* | TagBuilder: add Tag copy/move constructors | Max Kellermann | 2013-12-03 | 1 | -0/+25 |
* | TagBuilder: add method HasType() | Max Kellermann | 2013-12-03 | 1 | -0/+10 |
* | TagType: rename enum tag_type to TagType | Max Kellermann | 2013-10-20 | 1 | -3/+3 |
* | TagBuilder: add method Commit(Tag&) | Max Kellermann | 2013-09-05 | 1 | -8/+15 |
* | TagBuilder: new class for constructing Tag objects | Max Kellermann | 2013-09-05 | 1 | -0/+108 |