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
/
Tag.hxx
Age
Commit message (
Expand
)
Author
2021-08-05
tag/Tag: add Merge() which takes Tag pointers
Max Kellermann
2021-08-05
tag/Tag: Merge() returns Tag, MergePtr() returns std::unique_ptr<Tag>
Max Kellermann
2021-01-01
copyright year 2021
Max Kellermann
2020-04-24
tag/Tag: use class DereferenceIterator
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-01-20
tag/Tag: add "noexcept"
Max Kellermann
2018-01-20
tag/Tag: use C++11 initializers
Max Kellermann
2017-12-20
MusicChunk, player/Thread: use std::unique_ptr<Tag>
Max Kellermann
2017-12-20
tag/Tag: Merge() returns std::unique_ptr<Tag>
Max Kellermann
2017-12-18
Compiler.h: add gcc_returns_nonnull, gcc_returns_twice
Max Kellermann
2017-06-04
*: add lots of "noexcept" specifications
Max Kellermann
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-02-08
command/Database: add "sort" parameter to "find" and "search"
Max Kellermann
2017-02-08
tag/Tag: move tag_name_parse() to ParseName.cxx
Max Kellermann
2017-02-08
tag/Tag*: rename several source files
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-23
Merge tag 'v0.19.13'
Max Kellermann
2016-02-23
tag/Tag: move code to MoveItemsFrom()
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-08-29
Tag: use SignedSongTime for the song duration
Max Kellermann
2014-07-12
Tag: add class const_iterator and methods begin(), end()
Max Kellermann
2014-01-19
Tag: pack attributes tighter
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2013-12-03
Tag: destructor calls Clear()
Max Kellermann
2013-12-03
Tag: remove method AddItem()
Max Kellermann
2013-12-03
PaylistTag: use class TagBuilder
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-20
TagType: rename enum tag_type to TagType
Max Kellermann
2013-10-15
gcc.h: rename to Compiler.h
Max Kellermann
2013-09-26
Tag: add "pure" attributes
Max Kellermann
2013-09-05
Tag: remove the obsolete "bulk" mode
Max Kellermann
2013-09-05
Tag: compile-time initialisation of ignore_tag_items
Max Kellermann
2013-09-05
Tag: move struct TagItem to TagItem.hxx
Max Kellermann
2013-09-05
Tag: remove unused methods
Max Kellermann
2013-09-05
Tag, ...: move to libtag.a
Max Kellermann