aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/loopback.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't bother with an explicit Loopback backend typeChris Robinson2018-12-291-8/+4
* Return a unique_ptr for the backendChris Robinson2018-12-291-2/+2
* Make the backend type an enum classChris Robinson2018-12-291-4/+4
* Convert the backends to use proper inheritenceChris Robinson2018-12-281-47/+18
* Get rid of the unnecessary STATIC_(UP)CAST macrosChris Robinson2018-12-271-4/+3
* Use a proper constructor/destructor for the ALCbackend baseChris Robinson2018-12-271-3/+2
* Remove extraneous typedef, struct, and enum keywordsChris Robinson2018-12-241-1/+1
* Use a std::string for the device nameChris Robinson2018-11-181-2/+1
* Simplify a couple checksChris Robinson2018-11-151-10/+3
* Update the loopback backendChris Robinson2018-11-151-46/+33
* Use a regular char* for the device's nameChris Robinson2018-11-151-1/+2
* Use std::string instead of al_string for enumeratingChris Robinson2018-11-151-2/+2
* Convert the loopback backend to C++Chris Robinson2018-11-091-0/+135