Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TagId3: fix printf string parameter | Max Kellermann | 2014-07-30 | 1 | -1/+1 |
| | |||||
* | util/Cast: reimplement as template without macro | Max Kellermann | 2014-07-14 | 1 | -2/+5 |
| | |||||
* | Tag: add class const_iterator and methods begin(), end() | Max Kellermann | 2014-07-12 | 3 | -12/+65 |
| | | | | Enables using range-based "for". | ||||
* | TagPool: move code to tag_value_slot_p() | Max Kellermann | 2014-06-16 | 1 | -9/+18 |
| | |||||
* | TagPool: convert macro to constexpr | Max Kellermann | 2014-06-16 | 1 | -1/+1 |
| | |||||
* | db/Helpers: move code to tag/Set.cxx | Max Kellermann | 2014-04-24 | 2 | -1/+130 |
| | |||||
* | db/Helpers: move TagSet to dedicated header | Max Kellermann | 2014-04-24 | 1 | -0/+60 |
| | |||||
* | TagBuilder: add method AddEmptyItem() | Max Kellermann | 2014-04-24 | 2 | -0/+17 |
| | |||||
* | TagId3: disable charset conversion without GLib | Max Kellermann | 2014-03-01 | 1 | -0/+9 |
| | |||||
* | TagId3: use xstrdup() instead of g_strdup() | Max Kellermann | 2014-02-17 | 1 | -3/+4 |
| | |||||
* | util/StringUtil: add function Strip() | Max Kellermann | 2014-02-17 | 2 | -4/+4 |
| | | | Replaces g_strstrip(). | ||||
* | TagString: disable UTF-8 validation if GLib is disabled | Max Kellermann | 2014-02-17 | 1 | -3/+13 |
| | |||||
* | Config*: move to config/ | Max Kellermann | 2014-01-24 | 2 | -3/+3 |
| | |||||
* | Tag: pack attributes tighter | Max Kellermann | 2014-01-19 | 2 | -7/+7 |
| | | | | This saves another 3% memory. | ||||
* | SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integer | Max Kellermann | 2014-01-14 | 1 | -1/+1 |
| | | | | Fixes clang warning. | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 33 | -33/+33 |
| | |||||
* | tag/TagTable: add lookup TagType -> name | Max Kellermann | 2014-01-09 | 2 | -0/+19 |
| | |||||
* | tag/TagBuilder: overload Commit() returning a Tag object | Max Kellermann | 2014-01-08 | 2 | -0/+14 |
| | |||||
* | tag/TagBuilder: rename Commit() to CommitNew() | Max Kellermann | 2014-01-08 | 4 | -4/+4 |
| | |||||
* | util/Alloc: new library replacing GLib's g_malloc() | Max Kellermann | 2014-01-07 | 4 | -10/+18 |
| | |||||
* | tag/TagPool: use NewVarSize() to allocate TagPoolSlot | Max Kellermann | 2014-01-07 | 1 | -21/+27 |
| | |||||
* | tag/TagPool: rename struct slot to TagPoolSlot | Max Kellermann | 2014-01-07 | 1 | -14/+13 |
| | |||||
* | tag/TagPool: use gcc_packed instead of mpd_packed | Max Kellermann | 2014-01-07 | 1 | -1/+1 |
| | | | | | By accident, this declared a global variable instead of adding the "packed" attribute. | ||||
* | util/Cast: new utility library | Max Kellermann | 2014-01-06 | 1 | -1/+2 |
| | |||||
* | Merge tag 'release-0.18.6' | Max Kellermann | 2013-12-24 | 1 | -1/+2 |
|\ | |||||
| * | riff: recognize upper-case "ID3" chunk name | Michal Smucr | 2013-12-19 | 1 | -1/+2 |
| | | | | | | | | Some tagging libraries (eg. TagLib) produce that variant. | ||||
* | | Tag: swap "base" and "add" in method Merge() | Max Kellermann | 2013-12-13 | 1 | -2/+2 |
| | | | | | | | | Fixes broken CUE sheet song tags (regression by commmit 7e8d254b). | ||||
* | | tag/ApeLoader: use new[]/delete[] instead of g_malloc()/g_free() | Max Kellermann | 2013-12-04 | 1 | -5/+3 |
| | | |||||
* | | TagId3: make variables more local | Max Kellermann | 2013-12-04 | 1 | -76/+41 |
| | | |||||
* | | TagId3: use std::string for partial string copy | Max Kellermann | 2013-12-04 | 1 | -3/+4 |
| | | |||||
* | | TagId3: use free() instead of g_free() for libid3tag allocations | Max Kellermann | 2013-12-04 | 1 | -3/+3 |
| | | |||||
* | | TagId3: use new[]/delete[] instead of g_malloc()/g_free() | Max Kellermann | 2013-12-04 | 1 | -11/+6 |
| | | |||||
* | | TagId3: gcc_unlikely instead of G_UNLIKELY | Max Kellermann | 2013-12-04 | 1 | -4/+2 |
| | | |||||
* | | Tag: destructor calls Clear() | Max Kellermann | 2013-12-03 | 2 | -11/+3 |
| | | | | | | | | Eliminate duplicate code. | ||||
* | | Tag: use new[]/delete[] instead of g_new()/g_free() | Max Kellermann | 2013-12-03 | 2 | -11/+4 |
| | | |||||
* | | Tag: remove method AddItem() | Max Kellermann | 2013-12-03 | 2 | -61/+0 |
| | | | | | | | | Use class TagBuilder instead. | ||||
* | | PaylistTag: use class TagBuilder | Max Kellermann | 2013-12-03 | 4 | -39/+37 |
| | | |||||
* | | TagBuilder: add move operator | Max Kellermann | 2013-12-03 | 2 | -0/+34 |
| | | |||||
* | | TagBuilder: reserve items in move constructor | Max Kellermann | 2013-12-03 | 1 | -0/+1 |
| | | |||||
* | | TagBuilder: make conversion constructors "explicit" | Max Kellermann | 2013-12-03 | 1 | -2/+2 |
| | | |||||
* | | TagBuilder: implement the assignment operator | Max Kellermann | 2013-12-03 | 2 | -1/+19 |
| | | |||||
* | | Tag: move code from Merge() to TagBuilder::Complement() | Max Kellermann | 2013-12-03 | 3 | -40/+29 |
| | | |||||
* | | TagBuilder: add Tag copy/move constructors | Max Kellermann | 2013-12-03 | 2 | -0/+28 |
| | | |||||
* | | TagBuilder: add method HasType() | Max Kellermann | 2013-12-03 | 2 | -0/+17 |
| | | |||||
* | | Tag: add methods RemoveAll(), RemoveType() | Max Kellermann | 2013-12-02 | 2 | -0/+32 |
| | | |||||
* | | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 10 | -19/+11 |
|/ | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-28 | 2 | -4/+4 |
| | |||||
* | ApeTag: support multiple values per name | Max Kellermann | 2013-10-26 | 1 | -2/+7 |
| | |||||
* | ApeTag: move code to ForEachValue() | Max Kellermann | 2013-10-26 | 1 | -16/+30 |
| | |||||
* | ApeTag: simplify the "recognized" flag | Max Kellermann | 2013-10-26 | 1 | -4/+1 |
| |