aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Move the lock/unlock methods to the backendChris Robinson2013-10-281-2/+2
|
* Rework threading functionsChris Robinson2013-10-271-1/+1
|
* Add a cmake option to disable building only alsoft-configChris Robinson2013-10-271-2/+3
|
* Add a method to set the running thread's nameChris Robinson2013-10-261-2/+10
|
* Link to the correct sdl library for the loopback exampleChris Robinson2013-10-261-1/+1
|
* Add a CMake option to not define the IDs used on WindowsChris Robinson2013-10-071-0/+13
| | | | | This includes the GUIDs, IIDs, CLSID, and PropertyKeys. It is up to the user to ensure the appropriate IDs are defined when linked.
* Implement the Compressor effectChris Robinson2013-10-031-0/+1
|
* Compile using -std=c99 when availableChris Robinson2013-10-031-1/+8
|
* Implement the Autowah effect.Chris Robinson2013-10-031-0/+1
|
* Use OpenAL_SOURCE_DIR for the CMake module path and declare the project earlierChris Robinson2013-07-101-5/+4
| | | | | The minimum CMake version required is also bumped to 2.6. Patch by Andrew West, allows OpenAL Soft to be properly built as a sub-project.
* Don't have ../../ as part of the target nameChris Robinson2013-07-021-1/+1
|
* Make sure SDL_sound was found before setting the includesChris Robinson2013-06-251-1/+1
|
* Better handle the INCLUDE_DIRECTORIES propertyChris Robinson2013-06-251-1/+7
| | | | | | Older cmake verions (prior to 2.8.8) don't have a per-target INCLUDE_DIRECTORIES property, so the directories have to be added using the INCLUDE_DIRECTORIES command.
* Check for Qt4 earlierChris Robinson2013-06-241-3/+7
|
* Use the COMPILE_DEFINITIONS property instead of DEFINE_SYMBOLChris Robinson2013-06-241-1/+1
|
* Better specify include directories and defines needed for various targetsChris Robinson2013-06-241-10/+10
|
* Move alsoft-config to a separate project fileChris Robinson2013-06-241-26/+1
| | | | | This to help avoid FindQt4.cmake from polluting the current project with defines and include directories, applying them to targets that don't use Qt.
* Add a configuration UI applicationChris Robinson2013-06-231-1/+29
| | | | | | | | | | | Not complete, but it's a decent start. Some problems: * Only some otions are handled (backend-specific options in particular aren't handled). * Does not warn when quitting with unsaved changes. * Some options are missing tooltips.
* Check for MinGW in CMakeLists.txt instead of config.hChris Robinson2013-06-201-1/+5
|
* Add a loopback extension exampleChris Robinson2013-06-161-1/+6
|
* Use a static lib for the common example codeChris Robinson2013-06-051-12/+10
|
* Use SDL_sound for the other examplesChris Robinson2013-06-051-23/+8
|
* Use SDL_sound for the alstream exampleChris Robinson2013-06-051-5/+21
|
* Use C99's inline instead of __inlineChris Robinson2013-05-281-0/+12
|
* 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.