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
Age
Commit message (
Expand
)
Author
2014-04-24
db/Helpers: move code to tag/Set.cxx
Max Kellermann
2014-04-24
db/Helpers: move TagSet to dedicated header
Max Kellermann
2014-04-24
TagBuilder: add method AddEmptyItem()
Max Kellermann
2014-03-01
TagId3: disable charset conversion without GLib
Max Kellermann
2014-02-17
TagId3: use xstrdup() instead of g_strdup()
Max Kellermann
2014-02-17
util/StringUtil: add function Strip()
Max Kellermann
2014-02-17
TagString: disable UTF-8 validation if GLib is disabled
Max Kellermann
2014-01-24
Config*: move to config/
Max Kellermann
2014-01-19
Tag: pack attributes tighter
Max Kellermann
2014-01-14
SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integer
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2014-01-09
tag/TagTable: add lookup TagType -> name
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
2014-01-07
tag/TagPool: use NewVarSize() to allocate TagPoolSlot
Max Kellermann
2014-01-07
tag/TagPool: rename struct slot to TagPoolSlot
Max Kellermann
2014-01-07
tag/TagPool: use gcc_packed instead of mpd_packed
Max Kellermann
2014-01-06
util/Cast: new utility library
Max Kellermann
2013-12-24
Merge tag 'release-0.18.6'
Max Kellermann
2013-12-19
riff: recognize upper-case "ID3" chunk name
Michal Smucr
2013-12-13
Tag: swap "base" and "add" in method Merge()
Max Kellermann
2013-12-04
tag/ApeLoader: use new[]/delete[] instead of g_malloc()/g_free()
Max Kellermann
2013-12-04
TagId3: make variables more local
Max Kellermann
2013-12-04
TagId3: use std::string for partial string copy
Max Kellermann
2013-12-04
TagId3: use free() instead of g_free() for libid3tag allocations
Max Kellermann
2013-12-04
TagId3: use new[]/delete[] instead of g_malloc()/g_free()
Max Kellermann
2013-12-04
TagId3: gcc_unlikely instead of G_UNLIKELY
Max Kellermann
2013-12-03
Tag: destructor calls Clear()
Max Kellermann
2013-12-03
Tag: use new[]/delete[] instead of g_new()/g_free()
Max Kellermann
2013-12-03
Tag: remove method AddItem()
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: make conversion constructors "explicit"
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-12-02
Tag: add methods RemoveAll(), RemoveType()
Max Kellermann
2013-11-28
include cleanup using iwyu
Max Kellermann
2013-10-28
*: use nullptr instead of NULL
Max Kellermann
2013-10-26
ApeTag: support multiple values per name
Max Kellermann
2013-10-26
ApeTag: move code to ForEachValue()
Max Kellermann
2013-10-26
ApeTag: simplify the "recognized" flag
Max Kellermann
2013-10-26
TagFile: use Path instead of const char *
Max Kellermann
2013-10-25
ReplayGainInfo: use CamelCase for struct name
Max Kellermann
2013-10-20
Util/ASCII: add function StringEqualsCaseASCII()
Max Kellermann
2013-10-20
TagType: rename enum tag_type to TagType
Max Kellermann
2013-10-17
*: use std::numeric_limits
Max Kellermann
[next]