aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/solaris.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use inline methods for the device format sizesChris Robinson2018-12-191-8/+7
* Remove the last remaining uses of althrd_tChris Robinson2018-11-261-12/+18
* Avoid using ATOMIC_LOAD on ALCdevice::ConnectedChris Robinson2018-11-261-1/+1
* Rename some struct membersChris Robinson2018-11-261-5/+5
* Avoid using the ATOMIC() macroChris Robinson2018-11-261-1/+1
* Avoid using ATOMIC_INITChris Robinson2018-11-261-8/+4
* Remove the atomic exchange macrosChris Robinson2018-11-191-1/+1
* Use a std::string for the device nameChris Robinson2018-11-181-2/+1
* Avoid more cases of an enum variable and type name clashChris Robinson2018-11-181-4/+4
* Don't pass the current thread to althrd_setnameChris Robinson2018-11-171-1/+1
* Convert the Solaris backend factoryChris Robinson2018-11-151-34/+11
* 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/+3
* Convert the Solaris backend to C++Chris Robinson2018-11-121-0/+363