summaryrefslogtreecommitdiff
path: root/src/tag/Tag.hxx
AgeCommit message (Expand)Author
2021-08-05tag/Tag: add Merge() which takes Tag pointersMax Kellermann
2021-08-05tag/Tag: Merge() returns Tag, MergePtr() returns std::unique_ptr<Tag>Max Kellermann
2021-01-01copyright year 2021Max Kellermann
2020-04-24tag/Tag: use class DereferenceIteratorMax Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-01-20tag/Tag: add "noexcept"Max Kellermann
2018-01-20tag/Tag: use C++11 initializersMax Kellermann
2017-12-20MusicChunk, player/Thread: use std::unique_ptr<Tag>Max Kellermann
2017-12-20tag/Tag: Merge() returns std::unique_ptr<Tag>Max Kellermann
2017-12-18Compiler.h: add gcc_returns_nonnull, gcc_returns_twiceMax Kellermann
2017-06-04*: add lots of "noexcept" specificationsMax Kellermann
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-02-08command/Database: add "sort" parameter to "find" and "search"Max Kellermann
2017-02-08tag/Tag: move tag_name_parse() to ParseName.cxxMax Kellermann
2017-02-08tag/Tag*: rename several source filesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-23Merge tag 'v0.19.13'Max Kellermann
2016-02-23tag/Tag: move code to MoveItemsFrom()Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-08-29Tag: use SignedSongTime for the song durationMax Kellermann
2014-07-12Tag: add class const_iterator and methods begin(), end()Max Kellermann
2014-01-19Tag: pack attributes tighterMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-12-03Tag: destructor calls Clear()Max Kellermann
2013-12-03Tag: remove method AddItem()Max Kellermann
2013-12-03PaylistTag: use class TagBuilderMax Kellermann
2013-12-02Tag: add methods RemoveAll(), RemoveType()Max Kellermann
2013-11-28include cleanup using iwyuMax Kellermann
2013-10-28*: use nullptr instead of NULLMax Kellermann
2013-10-20TagType: rename enum tag_type to TagTypeMax Kellermann
2013-10-15gcc.h: rename to Compiler.hMax Kellermann
2013-09-26Tag: add "pure" attributesMax Kellermann
2013-09-05Tag: remove the obsolete "bulk" modeMax Kellermann
2013-09-05Tag: compile-time initialisation of ignore_tag_itemsMax Kellermann
2013-09-05Tag: move struct TagItem to TagItem.hxxMax Kellermann
2013-09-05Tag: remove unused methodsMax Kellermann
2013-09-05Tag, ...: move to libtag.aMax Kellermann