aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Set cmake policy CMP0005 and avoid unnecessary escape sequencesChris Robinson2013-05-241-2/+3
|
* Add quotes around an ADD_DEFINITIONS parameterChris Robinson2013-05-241-1/+1
|
* Check for __restrict in a way to make MSVC happy, hopefullyChris Robinson2013-05-241-1/+5
|
* Move remaining effects to the effects subdirChris Robinson2013-05-231-10/+10
|
* Move reverb to the effects subdirChris Robinson2013-05-231-1/+1
|
* Move the AL_EFFECT_NULL state into a separate fileChris Robinson2013-05-231-0/+1
|
* Reword a couple cmake option namesChris Robinson2013-05-231-4/+4
|
* Don't explicitly check for fesetroundChris Robinson2013-05-221-3/+0
| | | | It's C99 standard with fenv.h, which we already check for.
* Check for SSE2 and set the denormals-are-zero bit for mixing if availableChris Robinson2013-05-221-2/+2
|
* Use restrict instead of RESTRICTChris Robinson2013-05-221-5/+4
|
* Remove an unnecessary check for vsnprintfChris Robinson2013-05-221-10/+0
|
* Implement distortion and equalizer effectsChris Robinson2013-05-181-0/+2
| | | | Code provided by Mike Gorchak
* QSA is always build-time linkedChris Robinson2013-03-241-6/+2
|
* Fix MMDevApi backend option textChris Robinson2013-03-191-4/+4
|
* Add a QSA backend for QNXChris Robinson2013-03-141-0/+30
|
* Add Chorus and Flanger effectsChris Robinson2013-03-131-0/+2
| | | | Code provided by Mike Gorchak
* Use CHECK_SYMBOL_EXISTS to check for pthread_setschedparamChris Robinson2013-03-131-8/+8
|
* Check the correct CMake CoreAudio optionChris Robinson2013-02-031-1/+1
|
* Look for /arch:SSE with MSVC for SSEChris Robinson2012-12-241-3/+11
|
* Rename cmake options so GUIs order them betterChris Robinson2012-12-241-70/+70
|
* Release 1.15.1openal-soft-1.15.1Chris Robinson2012-12-111-2/+3
|
* Release 1.15openal-soft.1.15Chris Robinson2012-12-041-1/+1
|
* Explicitly check for malloc.hChris Robinson2012-11-251-0/+1
|
* Specify that the config file being installed is a sampleChris Robinson2012-11-061-1/+1
|
* Install the config sample by defaultChris Robinson2012-11-051-2/+2
|
* Install the config example into share/openal instead of /etc/openalChris Robinson2012-11-051-2/+1
| | | | | /etc/openal/alsoft.conf is still used for configuration, only the sample's install placement is changed.
* Add an example to get and show the source latencyChris Robinson2012-10-311-1/+7
|
* Add an example program showing how to apply reverb to a sourceChris Robinson2012-10-311-1/+8
|
* Remove the float math wrapper functionsChris Robinson2012-10-251-11/+0
|
* Require an alignment declaration for SSE supportChris Robinson2012-10-151-1/+1
|
* Move alhelpers and alffmpeg code to a common sub-directoryChris Robinson2012-10-141-1/+3
|
* Define RESTRICT in config.h instead of alMain.hChris Robinson2012-10-091-2/+10
|
* Revert "Use __cpuid from intrin.h in Windows when available"Chris Robinson2012-10-071-5/+0
| | | | This reverts commit 6b870714a91c9607acc4501234a00c7c94fa2b85.
* Use __cpuid from intrin.h in Windows when availableChris Robinson2012-10-071-0/+5
|
* Update some ffmpeg functionsChris Robinson2012-10-031-1/+1
|
* Use lrintf to fast convert floats to ints when possibleChris Robinson2012-09-281-1/+1
|
* fpu_control.h is no longer usedChris Robinson2012-09-181-1/+0
|
* Use __control87_2 when availableChris Robinson2012-09-161-0/+1
|
* Remove a hack for MinGWChris Robinson2012-09-101-2/+3
|
* Remove extra parenthesis used in the aligned attribute declarationChris Robinson2012-08-161-2/+2
|
* MSVC wants __declspec(align), not __declspec(aligned)Chris Robinson2012-08-161-1/+1
|
* Avoid dynamic handling of libsndioChris Robinson2012-08-161-7/+3
| | | | This makes it safer and easier to handle as OpenBSD updates it
* Add wrapper methods to ensure aligned allocationsChris Robinson2012-08-151-0/+4
|
* Make sure the working coefficients are aligned for the SSE mixerChris Robinson2012-08-151-0/+8
|
* Check for and use the -msse switch when dealing with SSE intrinsicsChris Robinson2012-08-151-1/+11
|
* Add cmake options to disable or require support for CPU extensionsChris Robinson2012-08-151-8/+29
|
* Move mixers into separate source filesChris Robinson2012-08-151-4/+27
|
* Add an SSE-enhanced HRTF mixer using intrinsicsChris Robinson2012-08-141-0/+1
| | | | Not as good as it could be, but it's something
* Check for some CPU extensionsChris Robinson2012-08-131-0/+1
|
* Remove an outdated comment about _REENTRANTChris Robinson2012-06-181-2/+1
|