summaryrefslogtreecommitdiff
path: root/src/MusicBuffer.cxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-03-12replace assert.h with cassertRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-09-21MusicBuffer: remove `noexcept` from constructorMax Kellermann
2018-06-23MusicBuffer: fix potential deadlock while cross-fading in Return()Max Kellermann
2018-06-22MusicChunkPtr: managed MusicChunk pointerMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2017-01-03thread/Mutex: remove ScopeLock, use std::lock_guard directlyMax Kellermann
2016-06-17util/HugeAllocator: throw std::bad_alloc on errorMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-08-12MusicChunk: rename struct to MusicChunkMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-09-26MusicBuffer: expose the C++ APIMax Kellermann
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann
2013-08-07FatalError: new library to replace mpd_error.hMax Kellermann
2013-01-04Mutex: new wrapper for std::mutex, replaces GMutexMax Kellermann
2013-01-04MusicBuffer: return memory to kernel when stopping playbackMax Kellermann
2013-01-04MusicBuffer: move code to template class SliceBufferMax Kellermann
2013-01-04MusicBuffer: allocate with new/deleteMax Kellermann
2013-01-04MusicBuffer: disable memory poisoningMax Kellermann
2013-01-04buffer, pipe: convert to C++Max Kellermann