aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ringbuffer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid using ATOMIC_INITChris Robinson2018-11-261-12/+11
|
* Return the ringbuffer data pointers as a pairChris Robinson2018-11-191-18/+24
|
* Make ll_ringbuffer_write/read take void*/const void*Chris Robinson2018-11-191-6/+9
|
* Remove the CONST_CAST hackChris Robinson2018-11-191-29/+27
|
* Remove unused headers and checksChris Robinson2018-11-171-1/+0
|
* Convert ringbuffer.c to C++Chris Robinson2018-11-171-0/+295