aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | Using proper class inheritance. Be aware this breaks all backends except null (and loopback). They will be restored individually in due time.
* Remove checks for functions that always existChris Robinson2018-11-151-38/+0
| | | | | They're part of C++11 and available on the testing systems. If some system has trouble, switching to proper C++ calls should fix it.
* 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
| | | | | This may very well not work, since there's no testing and my IDE is not able to show real problems over the incompatibilities with ALSA headers.
* 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.
| * Fix Resample_bsinc_SSE pointer casts.John Preston2018-11-081-1/+1
| | | | | | | | Regression was introduced in 5ec11a017c.
* | Disable MSVC warning C4200Chris Robinson2018-11-061-1/+1
| | | | | | | | "nonstandard extension used: zero-sized array in struct/union"
* | Handle CMake policy CMP0075Chris Robinson2018-11-061-0/+3
| |
* | Don't set _FILE_OFFSET_BITS on AndroidChris Robinson2018-11-061-8/+11
| |
* | Convert the DSound backend to C++Chris Robinson2018-11-061-1/+1
| |
* | Convert ambdec.c to C++Chris Robinson2018-11-031-1/+1
| |
* | Convert panning.c to C++Chris Robinson2018-11-031-1/+1
| |
* | Convert the BFormat decoder to C++Chris Robinson2018-11-031-1/+1
| |