aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Include float.h if it exists, for _RC_CHOP and _MCW_RCChris Robinson2008-10-141-0/+1
* Use a new low-pass filter, based on the I3DL2 specChris Robinson2008-10-021-1/+0
* Add a variable to override the default library type withChris Robinson2008-09-161-2/+5
* Add a Solaris playback backendChris Robinson2008-09-071-0/+11
* Include fenv.h if it exists for fesetroundChris Robinson2008-08-081-1/+4
* Set FPU mode to round toward zero for mixingChris Robinson2008-08-081-1/+3
* Release 1.5.304openal-soft-1.5.304Chris Robinson2008-07-271-2/+2
* Implement yet another low-pass filterChris Robinson2008-07-251-0/+1
* Make sure the correct libname is used for pkg-configChris Robinson2008-07-231-6/+6
* Add a warning when building on Windows with the DSound backend disabledChris Robinson2008-07-231-0/+6
* Add a pkg-config file to install on the systemChris Robinson2008-07-221-0/+14
* Set the new linking policy for CMake 2.6 to avoid warningsChris Robinson2008-07-221-0/+6
* Move (de)initialization into ALc.c and remove unneeded fileChris Robinson2008-07-171-1/+0
* Allow for overriding the default lib destination with LIB_INSTALL_DIRChris Robinson2008-06-061-4/+7
* Make the project explicitly CChris Robinson2008-06-061-1/+1
* Release 1.4.272openal-soft-1.4.272Chris Robinson2008-06-041-1/+1
* Release 1.4.270openal-soft-1.4.270Chris Robinson2008-06-041-2/+2
* Install openal-info if it is builtChris Robinson2008-06-041-0/+5
* Add a simple example that prints out some OpenAL infoChris Robinson2008-05-181-1/+8
* Remove -fno-strict-aliasing as the code should be safe, nowChris Robinson2008-05-181-7/+0
* Use pthread_mutexattr_setkind_np as a fallback to set a recursive mutex typeChris Robinson2008-05-151-0/+3
* Define _WIN32_WINNT to 0x0500 when including windows.hChris Robinson2008-03-011-3/+4
* Release 1.3.253openal-soft-1.3.253Chris Robinson2008-02-211-2/+2
* Remove explicit dependancy on ole32 and unused dxguidChris Robinson2008-02-081-13/+0
* Enumerate DirectSound devicesChris Robinson2008-02-081-0/+8
* Add an alext.h headerChris Robinson2008-02-061-0/+1
* Release 1.2.218openal-soft-1.2.218Chris Robinson2008-01-211-2/+2
* Use acosf when availableChris Robinson2008-01-151-1/+2
* Use a string for the detected backends, instead of a listChris Robinson2008-01-151-6/+6
* Reword the backend options' textChris Robinson2008-01-151-5/+5
* Fix use of variables in checksChris Robinson2008-01-151-33/+33
* Use CMAKE_BUILD_TYPE instead of custom options for compile modesChris Robinson2008-01-151-14/+22
* Check for strncasecmp or _strnicmpChris Robinson2008-01-141-0/+10
* Merge branch 'master' into efx-experimentChris Robinson2008-01-111-2/+16
|\
| * Add a wave file writing backendChris Robinson2008-01-111-0/+4
| * Use nanosleep instead of usleepChris Robinson2008-01-111-2/+2
| * Add Sleep wrapperChris Robinson2008-01-111-0/+5
| * Add a timing wrapper, using gettimeofdayChris Robinson2008-01-111-0/+5
| * Release 1.1.93openal-soft-1.1.93Chris Robinson2008-01-061-2/+2
* | Merge branch 'master' into efx-experimentChris Robinson2008-01-041-0/+1
|\|
| * Add the Bauer stereophonic-to-binaural DSP (bs2b) code and hooksChris Robinson2008-01-031-0/+1
* | Merge branch 'master' into efx-experimentChris Robinson2007-12-311-12/+23
|\|
| * Check for libm before including itChris Robinson2007-12-231-1/+3
| * Fix target opts to remove prefix on the win32 dllChris Robinson2007-12-231-11/+10
| * Check for snprintf, and use _snprintf when neededChris Robinson2007-12-221-0/+10
* | Merge branch 'master' into efx-experimentChris Robinson2007-12-201-1/+5
|\|
| * Don't use the lib prefix for the Win32 DLLChris Robinson2007-12-201-1/+5
* | Add auxiliary effect slot function skeletonsChris Robinson2007-12-171-1/+2
* | Implement effect function skeletonsChris Robinson2007-12-171-0/+1
* | Implement filter function skeletonsChris Robinson2007-12-171-0/+1
|/