aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/coreaudio.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a normal delete instead of ll_ringbuffer_freeChris Robinson2018-12-221-13/+7
* Use inline methods for the device format sizesChris Robinson2018-12-191-2/+2
* Avoid several uses of memsetChris Robinson2018-12-081-1/+1
* Rename some struct membersChris Robinson2018-11-261-92/+92
* Make ll_ringbuffer_write/read take void*/const void*Chris Robinson2018-11-191-3/+2
* Use a std::string for the device nameChris Robinson2018-11-181-5/+2
* Avoid more cases of an enum variable and type name clashChris Robinson2018-11-181-2/+2
* Convert the CoreAudio backend factoryChris Robinson2018-11-151-39/+13
* Use a regular char* for the device's nameChris Robinson2018-11-151-2/+4
* Use std::string instead of al_string for enumeratingChris Robinson2018-11-151-3/+4
* Convert the CoreAudio backend to C++Chris Robinson2018-11-131-0/+820