aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Convert the Solaris backend to C++Chris Robinson2018-11-121-1/+1
* Convert the SDL2 backend to C++Chris Robinson2018-11-121-1/+1
* Convert helpers.c to C++Chris Robinson2018-11-111-1/+1
* Define the examples' common library earlierChris Robinson2018-11-111-5/+5
* Move altimespec_get and al_nssleep to examples' common codeChris Robinson2018-11-101-1/+1
* Convert alconfig to C++Chris Robinson2018-11-101-1/+1
* Convert hrtf.c to C++Chris Robinson2018-11-091-1/+1
* Convert the null backend to C++Chris Robinson2018-11-091-1/+1
* Convert the loopback backend to C++Chris Robinson2018-11-091-1/+1
* Convert the wave backend to C++Chris Robinson2018-11-091-1/+1
* Convert the WinMM backend to C++Chris Robinson2018-11-081-1/+1
* 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
|\
| * Fix Resample_bsinc_SSE pointer casts.John Preston2018-11-081-1/+1
* | Disable MSVC warning C4200Chris Robinson2018-11-061-1/+1
* | Handle CMake policy CMP0075Chris Robinson2018-11-061-0/+3