aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/qsa.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove the atomic exchange macrosChris Robinson2018-11-191-1/+1
|
* Use a normal vector in the QSA backendChris Robinson2018-11-181-42/+45
|
* Use a std::string for the device nameChris Robinson2018-11-181-4/+2
|
* Avoid more cases of an enum variable and type name clashChris Robinson2018-11-181-8/+8
|
* Don't pass the current thread to althrd_setnameChris Robinson2018-11-171-1/+1
|
* Convert the QSA backend factoryChris Robinson2018-11-151-35/+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/+3
|
* Avoid calling through the vtable in the backendsChris Robinson2018-11-131-5/+5
|
* Convert the QSA backend to C++Chris Robinson2018-11-131-0/+1078
This may very well not work, since there's no testing and my IDE is not able to show real problems over the incompatibilities with ALSA headers.