aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* util/Manual: new template classMax Kellermann2013-01-30
|
* refcount: convert to C++Max Kellermann2013-01-29
|
* Client: move output buffer code to new class PeakBufferMax Kellermann2013-01-15
|
* util/fifo_buffer: add method _init()Max Kellermann2013-01-15
|
* fifo_buffer: move to util/Max Kellermann2013-01-15
|
* util/list: don't use GLibMax Kellermann2013-01-08
|
* util/LazyRandomEngine: lazy wrapper for std::mt19937Max Kellermann2013-01-07
|
* MusicBuffer: return memory to kernel when stopping playbackMax Kellermann2013-01-04
| | | | | Use the new HugeAllocator as backend for SliceBuffer and call HugeDiscard() when the last chunk was returned.
* HugeAllocator: new memory allocatorMax Kellermann2013-01-04
|
* SliceBuffer: lazy initializationMax Kellermann2013-01-04
| | | | | Avoid page faults on MPD startup. This saves a lot of memory for an idle MPD.
* MusicBuffer: move code to template class SliceBufferMax Kellermann2013-01-04
|
* gcc.h: re-add gcc_const and gcc_pureMax Kellermann2012-08-02
| | | | Remove GLib dependency from some headers.
* util/list: make safe for C++Max Kellermann2012-08-01
|
* pcm_byteswap: move code to libutilMax Kellermann2012-03-21
|
* dsd2pcm: move the bit reversing code to a generic libraryMax Kellermann2012-03-21
| | | | Instead of doing run-time initialisation, use a constant lookup table.
* util/list: allow typeof() with clangMax Kellermann2012-03-19
|
* util/list.h: import the Linux kernel's linked list libraryMax Kellermann2012-01-24