aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/qsa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Return a unique_ptr for the backendChris Robinson2018-12-291-3/+3
* Make the backend type an enum classChris Robinson2018-12-291-5/+5
* Convert the backends to use proper inheritenceChris Robinson2018-12-281-106/+47
* Turn even more methods into member functionsChris Robinson2018-12-281-13/+17
* Finish renaming backend struct fieldsChris Robinson2018-12-271-18/+18
* Get rid of the unnecessary STATIC_(UP)CAST macrosChris Robinson2018-12-271-11/+9
* Use a proper constructor/destructor for the ALCbackend baseChris Robinson2018-12-271-8/+6
* Remove extraneous typedef, struct, and enum keywordsChris Robinson2018-12-241-3/+3
* Avoid using select()Chris Robinson2018-12-241-22/+14
* Use inline methods for the device format sizesChris Robinson2018-12-191-13/+8
* Remove the last remaining uses of althrd_tChris Robinson2018-11-261-9/+15
* Use a unique_ptr for the QSA backend dataChris Robinson2018-11-261-53/+28
* Rename some struct membersChris Robinson2018-11-261-6/+6
* Avoid using the ATOMIC() macroChris Robinson2018-11-261-1/+1
* Avoid using ATOMIC_INITChris Robinson2018-11-261-1/+1
* 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