aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-132-46/+50
* Convert the QSA backend to C++Chris Robinson2018-11-132-25/+35
* Convert the backend base to C++Chris Robinson2018-11-133-6/+6
* Convert the ALSA backend to C++Chris Robinson2018-11-132-23/+27
* Convert the JACK backend to C++Chris Robinson2018-11-132-26/+25
* Convert the OpenSL backend to C++Chris Robinson2018-11-132-24/+28
* Convert the OSS backend to C++Chris Robinson2018-11-122-83/+89
* Convert the PortAudio backend to C++Chris Robinson2018-11-122-41/+43
* Convert the SoundIO backend to C++Chris Robinson2018-11-122-34/+37
* Convert the Solaris backend to C++Chris Robinson2018-11-122-18/+21
* Convert the SDL2 backend to C++Chris Robinson2018-11-122-26/+29
* Make the enumerated HRTF entry name a char*Chris Robinson2018-11-124-25/+30
* Use a regular char* for the HRTF string nameChris Robinson2018-11-123-11/+23
* 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-113-286/+171
* Use C++ for GetProcBinaryChris Robinson2018-11-114-115/+69
* Convert helpers.c to C++Chris Robinson2018-11-116-38/+51
* Use a vector in the wave backendChris Robinson2018-11-111-30/+13
* Define the examples' common library earlierChris Robinson2018-11-111-5/+5
* Use C++ threads in the null and wave backendsChris Robinson2018-11-112-34/+38
* Remove the unused condition variable APIsChris Robinson2018-11-102-164/+0
* Move altimespec_get and al_nssleep to examples' common codeChris Robinson2018-11-105-99/+81
* 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-102-27/+28
* 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-092-191/+136
* Convert the null backend to C++Chris Robinson2018-11-092-13/+25
* Convert the loopback backend to C++Chris Robinson2018-11-092-16/+23
* Add missing consttructor and destructor calls for the wave backendChris Robinson2018-11-091-0/+2
* Convert the wave backend to C++Chris Robinson2018-11-092-32/+40
* Use C++ with the winmm backendChris Robinson2018-11-091-318/+277
* Convert the WinMM backend to C++Chris Robinson2018-11-082-24/+31
* Disambiguate operation orderChris Robinson2018-11-081-1/+1
* Avoid using out parametersChris Robinson2018-11-081-73/+81
* Fix a macro typoChris Robinson2018-11-081-1/+1
* Prevent MSVC's dumb min/max macrosChris Robinson2018-11-081-1/+1
* Merge pull request #246 from john-preston/fix_macrokcat2018-11-081-1/+1
|\