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
/
PeakBuffer.cxx
Age
Commit message (
Expand
)
Author
2021-01-21
util/PeakBuffer: use std::byte instead of std::uint8_t
Max Kellermann
2021-01-21
util/PeakBuffer: add `noexcept`
Max Kellermann
2021-01-21
util/PeakBuffer: use std::size_t
Max Kellermann
2021-01-01
copyright year 2021
Max Kellermann
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2017-11-10
util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-01-14
util/PeakBuffer: fix nullptr dereference when peak_size==0
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2013-12-19
util/PeakBuffer: use IsEmpty() instead of IsNull()
Max Kellermann
2013-12-15
util/PeakBuffer: use DynamicFifoBuffer instead of struct fifo_buffer
Max Kellermann
2013-12-15
util/PeakBuffer: return ConstBuffer<void>
Max Kellermann
2013-01-15
Client: move output buffer code to new class PeakBuffer
Max Kellermann