aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allocate the appropriate amount in the aligned allocatorChris Robinson2018-11-041-1/+1
* Properly mark arrays constexpr and/or staticChris Robinson2018-11-041-4/+4
* Convert ambdec.c to C++Chris Robinson2018-11-034-167/+109
* Convert panning.c to C++Chris Robinson2018-11-034-12/+30
* Be more C++-friendly with the B-Format decoderChris Robinson2018-11-031-52/+88
* Convert the BFormat decoder to C++Chris Robinson2018-11-032-7/+14
* Convert the band-split filter to C++Chris Robinson2018-11-032-0/+7
* Convert the UHJ encoder to C++Chris Robinson2018-11-032-3/+15
* Move wstr_to_utf8 to compat.hChris Robinson2018-11-032-16/+23
* Make the polymorphic allocators allocate cleared memoryChris Robinson2018-11-022-4/+2
* Expand the anonymous namespacesChris Robinson2018-11-022-31/+28
* Add a wrapper to manage PROPVARIANT objectsChris Robinson2018-11-021-26/+35
* Workaround lack of roundf with early MSVCChris Robinson2018-11-021-0/+12
* Use HUGE_VALF instead of INFINITYChris Robinson2018-11-021-1/+2