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
/
util
Age
Commit message (
Expand
)
Author
2021-05-25
Merge branch 'v0.22.x'
Max Kellermann
2021-05-25
util/RuntimeError: Disable format-security for gcc
Namkhai B
2021-05-19
Merge tag 'v0.22.7'
Max Kellermann
2021-05-19
win32, ...: avoid including windows.h
Max Kellermann
2021-05-19
util/RuntimeError: disable -Wformat-security as a kludge
Max Kellermann
2021-05-15
flac encoder: enable Ogg FLAC and Ogg chaining
John Regan
2021-04-20
util/BindMethod: drop support for GCC older than 7
Max Kellermann
2021-04-06
use [[gnu::pure]] instead of gcc_pure
Max Kellermann
2021-04-06
util/AllocatedString: add concatenating constructor
Max Kellermann
2021-04-06
util/AllocatedArray: include cleanup
Max Kellermann
2021-04-06
util/StringBuffer: make capacity() static
Max Kellermann
2021-04-06
util/DereferenceIterator: simplify operator->()
Max Kellermann
2021-04-06
util/DereferenceIterator: fix static_cast in operator->()
Max Kellermann
2021-03-04
util/AllocatedString: remove Null(), IsNull()
Max Kellermann
2021-03-04
util/AllocatedString: support casting a nulled instance to string_view
Max Kellermann
2021-03-04
util/AllocatedString: add operator=()
Max Kellermann
2021-03-04
util/AllocatedString: replace Clone() with copy constructor
Max Kellermann
2021-03-04
util/AllocatedString: add const_pointer constructor
Max Kellermann
2021-03-04
util/AllocatedString: add string_view constructor
Max Kellermann
2021-03-04
util/AllocatedString: add default constructor
Max Kellermann
2021-03-04
util/AllocatedString: rename to BasicAllocatedString
Max Kellermann
2021-03-02
util/IntrusiveList: add type alias "Hook"
Max Kellermann
2021-03-02
util/Exception: add FindNested()
Max Kellermann
2021-03-02
util/Exception: remove redundant std::exception catch clause
Max Kellermann
2021-03-02
util/Exception: fix comment typo
Max Kellermann
2021-02-25
util/IntrusiveList: add method erase_and_dispose()
Max Kellermann
2021-02-25
util/IntrusiveList: erase() returns an iterator
Max Kellermann
2021-02-25
util/IntrusiveList: use ToHook() in erase()
Max Kellermann
2021-02-25
util/IntrusiveList: add missing ToNode() cast in iterator_to()
Max Kellermann
2021-02-24
util/IntrusiveList: add hook class SafeLinkIntrusiveListHook
Max Kellermann
2021-02-24
util/IntrusiveList: add `noexcept`
Max Kellermann
2021-02-24
util/IntrusiveList: add `constexpr`
Max Kellermann
2021-02-22
util/IntrusiveList: add method insert()
Max Kellermann
2021-02-22
util/IntrusiveList: add method erase()
Max Kellermann
2021-02-16
util/ByteOrder: add classes PackedBE16, PackedLE16, PackedLE32
Max Kellermann
2021-02-12
use std::size_t
Max Kellermann
2021-02-11
util/IntrusiveList: add `noexcept` to defaulted constructor
Max Kellermann
2021-02-04
util/{Const,Writable}Buffer: include cleanup
Max Kellermann
2021-01-21
util/StringPointer: add operator==(std::nullptr_t)
Max Kellermann
2021-01-21
util/AllocatedString: fix operator= parameter type
Max Kellermann
2021-01-21
util/AllocatedString: remove wrong `std::` prefix
Max Kellermann
2021-01-21
util/AllocatedString: remove Null(), IsNull()
Max Kellermann
2021-01-21
util/AllocatedString: support casting a nulled instance to string_view
Max Kellermann
2021-01-21
util/{Const,Writable}Buffer: always enable assertions
Max Kellermann
2021-01-21
util/{Const,Writable}Buffer: enable `constexpr` on more methods
Max Kellermann
2021-01-21
util/AllocatedArray: add operator=(nullptr)
Max Kellermann
2021-01-21
util/AllocatedString: add operator=()
Max Kellermann
2021-01-21
util/AllocatedString: replace Clone() with copy constructor
Max Kellermann
2021-01-21
util/AllocatedString: add const_pointer constructor
Max Kellermann
2021-01-21
util/AllocatedString: add string_view constructor
Max Kellermann
[next]