index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tag
/
TagBuilder.cxx
Age
Commit message (
Expand
)
Author
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-09-30
util/StringView: new utility class
Max Kellermann
2015-08-24
tag/Settings: convert to C++
Max Kellermann
2015-08-24
tag/Settings: add function IsTagEnabled() wrapping access to ignore_tag_items[]
Max Kellermann
2015-02-06
Merge tag 'v0.19.9'
Max Kellermann
2015-02-06
TagBuilder: allow adding duplicate tag types in Complement()
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-12-26
Merge branch 'v0.18.x' into v0.19.x
Max Kellermann
2014-12-26
util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compare
Max Kellermann
2014-10-10
TagString: return WritableBuffer<char>
Max Kellermann
2014-08-29
Tag: use SignedSongTime for the song duration
Max Kellermann
2014-04-24
TagBuilder: add method AddEmptyItem()
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2014-01-08
tag/TagBuilder: overload Commit() returning a Tag object
Max Kellermann
2014-01-08
tag/TagBuilder: rename Commit() to CommitNew()
Max Kellermann
2014-01-07
util/Alloc: new library replacing GLib's g_malloc()
Max Kellermann
2013-12-03
Tag: use new[]/delete[] instead of g_new()/g_free()
Max Kellermann
2013-12-03
PaylistTag: use class TagBuilder
Max Kellermann
2013-12-03
TagBuilder: add move operator
Max Kellermann
2013-12-03
TagBuilder: reserve items in move constructor
Max Kellermann
2013-12-03
TagBuilder: implement the assignment operator
Max Kellermann
2013-12-03
Tag: move code from Merge() to TagBuilder::Complement()
Max Kellermann
2013-12-03
TagBuilder: add Tag copy/move constructors
Max Kellermann
2013-12-03
TagBuilder: add method HasType()
Max Kellermann
2013-10-20
TagType: rename enum tag_type to TagType
Max Kellermann
2013-09-05
TagBuilder: add method Commit(Tag&)
Max Kellermann
2013-09-05
TagBuilder: new class for constructing Tag objects
Max Kellermann