aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Convert the band-split filter to C++Chris Robinson2018-11-031-1/+1
* | Convert the UHJ encoder to C++Chris Robinson2018-11-031-1/+1
* | Preliminary conversion of the WASAPI backend to C++Chris Robinson2018-11-011-1/+1
* | Remove unused CXX_FLAGS variableChris Robinson2018-11-011-4/+3
* | Convert the PulseAudio backend to C++Chris Robinson2018-10-311-1/+1
* | Convert alBuffer.c to C++Chris Robinson2018-10-311-1/+1
* | Add a cmake option to static-link winpthreadChris Robinson2018-10-301-10/+37
* | Convert the router to C++Chris Robinson2018-10-301-1/+1
* | Add a cmake option to static-link libstdc++Chris Robinson2018-10-291-1/+21
* | Add a RESTRICT macro to help with C++ compatibilityChris Robinson2018-10-291-9/+9
* | Handle C++-only compile flags in cmakeChris Robinson2018-10-291-3/+4
|/
* Release 1.19.1openal-soft-1.19.1Chris Robinson2018-10-111-1/+1
* Use the common init/close functions for alffplayChris Robinson2018-10-101-1/+2
* Release 1.19.0openal-soft-1.19.0Chris Robinson2018-09-061-2/+2
* Pass the appropriate /arch switch for x86 MSVCChris Robinson2018-08-311-12/+30
* Enable HRTF data set embedding by defaultChris Robinson2018-08-291-1/+1
* Check for and use copysignfChris Robinson2018-08-291-0/+1
* EFX: Autowah implementationRaulshc2018-07-251-0/+1
* On 32-bit targets with SSE, enable SSE/SSE2 codegen by defaultChris Robinson2018-07-161-0/+28