aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/null.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the atomic exchange macrosChris Robinson2018-11-191-2/+1
* Use a std::string for the device nameChris Robinson2018-11-181-2/+1
* Don't pass the current thread to althrd_setnameChris Robinson2018-11-171-1/+1
* Simplify a couple checksChris Robinson2018-11-151-8/+2
* Start a new backend factory APIChris Robinson2018-11-151-55/+36
* 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-3/+5
* Use C++ threads in the null and wave backendsChris Robinson2018-11-111-13/+17
* Use standard timing methods for the null and wave backendsChris Robinson2018-11-101-27/+30
* Convert the null backend to C++Chris Robinson2018-11-091-0/+232