aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
Commit message (Expand)AuthorAgeFilesLines
* Don't bother inlining some functionsChris Robinson2018-11-133-16/+17
* Avoid calling through the vtable in the backendsChris Robinson2018-11-135-27/+27
* Use utf8_to_wstr to convert UTF-8 to wstringChris Robinson2018-11-131-20/+10
* Make ReadALConfig noexcept in C++Chris Robinson2018-11-132-3/+6
* Convert the CoreAudio backend to C++Chris Robinson2018-11-131-45/+49
* Convert the QSA backend to C++Chris Robinson2018-11-131-24/+34
* Convert the backend base to C++Chris Robinson2018-11-132-5/+5
* Convert the ALSA backend to C++Chris Robinson2018-11-131-22/+26
* Convert the JACK backend to C++Chris Robinson2018-11-131-25/+24
* Convert the OpenSL backend to C++Chris Robinson2018-11-131-23/+27
* Convert the OSS backend to C++Chris Robinson2018-11-121-82/+88
* Convert the PortAudio backend to C++Chris Robinson2018-11-121-40/+42
* Convert the SoundIO backend to C++Chris Robinson2018-11-121-33/+36
* Convert the Solaris backend to C++Chris Robinson2018-11-121-17/+20
* Convert the SDL2 backend to C++Chris Robinson2018-11-121-25/+28
* Make the enumerated HRTF entry name a char*Chris Robinson2018-11-123-24/+29
* Use a regular char* for the HRTF string nameChris Robinson2018-11-122-10/+22
* Split Windows-specific SetRTPriorityChris Robinson2018-11-121-9/+12
* Clean up helpers.cpp someChris Robinson2018-11-111-128/+108
* Use the correct type for __control87_2Chris Robinson2018-11-111-1/+1
* Fix getting the process binary for FreeBSD or macOSChris Robinson2018-11-111-8/+6
* Make AmbDecConf::load noexceptChris Robinson2018-11-112-2/+2
* Remove unused wstr functionsChris Robinson2018-11-112-57/+0
* Use C++ more with helpers.cppChris Robinson2018-11-112-283/+166
* Use C++ for GetProcBinaryChris Robinson2018-11-114-115/+69
* Convert helpers.c to C++Chris Robinson2018-11-115-37/+50
* Use a vector in the wave backendChris Robinson2018-11-111-30/+13
* Use C++ threads in the null and wave backendsChris Robinson2018-11-112-34/+38
* Ensure ambdec parsing stops at unexpected EOFChris Robinson2018-11-101-2/+1
* Use standard timing methods for the null and wave backendsChris Robinson2018-11-102-57/+61
* Get rid of the last few al_fopen callsChris Robinson2018-11-104-32/+26
* Load config files using C++Chris Robinson2018-11-101-313/+178
* Convert alconfig to C++Chris Robinson2018-11-101-26/+27
* Remove unused strdupWChris Robinson2018-11-102-18/+0
* Remove the unused file mapping callsChris Robinson2018-11-092-116/+0
* Use C++ more in hrtf.cppChris Robinson2018-11-091-499/+439
* Handle the open mode in al::ifstreamChris Robinson2018-11-091-12/+28
* Convert hrtf.c to C++Chris Robinson2018-11-091-190/+135
* Convert the null backend to C++Chris Robinson2018-11-091-12/+24
* Convert the loopback backend to C++Chris Robinson2018-11-091-15/+22
* Add missing consttructor and destructor calls for the wave backendChris Robinson2018-11-091-0/+2
* Convert the wave backend to C++Chris Robinson2018-11-091-31/+39
* Use C++ with the winmm backendChris Robinson2018-11-091-318/+277
* Convert the WinMM backend to C++Chris Robinson2018-11-081-23/+30
* Hide function pointer wrapper macros for IDE parsingChris Robinson2018-11-074-0/+8
* Use the proper enum values for atomic opsChris Robinson2018-11-061-3/+3
* Use a more appropriate type for the result of tellgChris Robinson2018-11-061-6/+6
* Convert the DSound backend to C++Chris Robinson2018-11-061-297/+269
* Avoid moving istringstreamsChris Robinson2018-11-041-13/+11
* Use C++ to read and parse ambdec filesChris Robinson2018-11-042-334/+417