aboutsummaryrefslogtreecommitdiffstats
path: root/src/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-1/+1
* include cleanupMax Kellermann2013-07-301-1/+0
* util/Manual: work around strict-aliasing warningMax Kellermann2013-04-111-0/+9
* string_util: convert to C++Max Kellermann2013-04-093-1/+127
* tokenizer: convert to C++Max Kellermann2013-04-082-0/+301
* uri: convert to C++Max Kellermann2013-04-082-0/+171
* util/Manual: new template classMax Kellermann2013-01-301-0/+111
* refcount: convert to C++Max Kellermann2013-01-291-0/+59
* Client: move output buffer code to new class PeakBufferMax Kellermann2013-01-152-0/+209
* util/fifo_buffer: add method _init()Max Kellermann2013-01-152-0/+11
* fifo_buffer: move to util/Max Kellermann2013-01-154-0/+534
* util/list: don't use GLibMax Kellermann2013-01-081-3/+1
* util/LazyRandomEngine: lazy wrapper for std::mt19937Max Kellermann2013-01-072-0/+98
* MusicBuffer: return memory to kernel when stopping playbackMax Kellermann2013-01-041-4/+23
* HugeAllocator: new memory allocatorMax Kellermann2013-01-042-0/+169
* SliceBuffer: lazy initializationMax Kellermann2013-01-041-13/+21
* MusicBuffer: move code to template class SliceBufferMax Kellermann2013-01-041-0/+134
* gcc.h: re-add gcc_const and gcc_pureMax Kellermann2012-08-021-2/+3
* util/list: make safe for C++Max Kellermann2012-08-011-24/+25
* pcm_byteswap: move code to libutilMax Kellermann2012-03-212-0/+178
* dsd2pcm: move the bit reversing code to a generic libraryMax Kellermann2012-03-212-0/+66
* util/list: allow typeof() with clangMax Kellermann2012-03-191-0/+5
* util/list.h: import the Linux kernel's linked list libraryMax Kellermann2012-01-243-0/+798