aboutsummaryrefslogtreecommitdiffstats
path: root/src/util (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-08-02gcc.h: re-add gcc_const and gcc_pureMax Kellermann1-2/+3
Remove GLib dependency from some headers.
2012-08-01util/list: make safe for C++Max Kellermann1-24/+25
2012-03-21pcm_byteswap: move code to libutilMax Kellermann2-0/+178
2012-03-21dsd2pcm: move the bit reversing code to a generic libraryMax Kellermann2-0/+66
Instead of doing run-time initialisation, use a constant lookup table.
2012-03-19util/list: allow typeof() with clangMax Kellermann1-0/+5
2012-01-24util/list.h: import the Linux kernel's linked list libraryMax Kellermann3-0/+798