aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Convert the dedicated, distortion, echo, and equalizer to C++Chris Robinson2018-11-171-4/+4
* Convert threads.c to C++Chris Robinson2018-11-171-4/+1
* Use standard complex types instead of customChris Robinson2018-11-171-1/+1
* Convert fshifter.c to C++Chris Robinson2018-11-171-1/+1
* Convert modulator.c to C++Chris Robinson2018-11-171-1/+1
* Convert null.c to C++Chris Robinson2018-11-171-1/+1
* Convert pshifter.c to C++Chris Robinson2018-11-171-1/+1
* Convert the reverb effect to C++Chris Robinson2018-11-161-1/+1
* Convert mixvoice.c to C++Chris Robinson2018-11-161-1/+1
* Convert ALu.c to C++Chris Robinson2018-11-161-1/+1
* Convert alEffect.c and alFilter.c to C++Chris Robinson2018-11-161-2/+2
* Convert alListener.c to C++Chris Robinson2018-11-161-1/+1
* Convert alAuxEffectSlot.c to C++Chris Robinson2018-11-161-1/+1
* Convert alState.c to C++Chris Robinson2018-11-161-1/+1
* Convert alError.c to C++Chris Robinson2018-11-161-1/+1
* Convert alExtension.c to C++Chris Robinson2018-11-161-1/+1
* Convert event.c to C++Chris Robinson2018-11-161-1/+1
* Convert sample_cvt.c to C++Chris Robinson2018-11-161-1/+1
* Convert the PortAudio backend factoryChris Robinson2018-11-151-1/+1
* Convert the WinMM backend factoryChris Robinson2018-11-151-1/+1
* Convert the DSound backend factoryChris Robinson2018-11-151-1/+1
* Convert the QSA backend factoryChris Robinson2018-11-151-1/+1
* Convert the OSS backend factoryChris Robinson2018-11-151-1/+1
* Convert the SndIO backend factoryChris Robinson2018-11-151-1/+1
* Convert the Solaris backend factoryChris Robinson2018-11-151-1/+1
* Convert the SDL2 backend factoryChris Robinson2018-11-151-1/+1
* Convert the JACK backend factoryChris Robinson2018-11-151-1/+1
* Convert the Wave Writer backend factoryChris Robinson2018-11-151-1/+1
* Convert the OpenSL backend factoryChris Robinson2018-11-151-1/+1
* Convert the ALSA backend factoryChris Robinson2018-11-151-1/+1
* Convert the CoreAudio backend factoryChris Robinson2018-11-151-1/+1
* Convert the WASAPI backend factoryChris Robinson2018-11-151-1/+1
* Convert the PulseAudio backend factoryChris Robinson2018-11-151-1/+1
* Update the loopback backendChris Robinson2018-11-151-0/+1
* Start a new backend factory APIChris Robinson2018-11-151-0/+1
* Remove checks for functions that always existChris Robinson2018-11-151-38/+0
* Remove the unused al_string APIChris Robinson2018-11-151-1/+0
* Convert alSource.c to C++Chris Robinson2018-11-151-1/+1
* Remove some now-unused function checksChris Robinson2018-11-141-3/+0
* Convert ALc.c to C++Chris Robinson2018-11-141-1/+1
* Move extern inline declarations to their own C sourceChris Robinson2018-11-141-0/+1
* Convert the CoreAudio backend to C++Chris Robinson2018-11-131-1/+1
* Convert the QSA backend to C++Chris Robinson2018-11-131-1/+1
* Convert the backend base to C++Chris Robinson2018-11-131-1/+1
* Convert the ALSA backend to C++Chris Robinson2018-11-131-1/+1
* Convert the JACK backend to C++Chris Robinson2018-11-131-1/+1
* Convert the OpenSL backend to C++Chris Robinson2018-11-131-1/+1
* Convert the OSS backend to C++Chris Robinson2018-11-121-1/+1
* Convert the PortAudio backend to C++Chris Robinson2018-11-121-1/+1
* Convert the SoundIO backend to C++Chris Robinson2018-11-121-1/+1