aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Some systems (FreeBSD) don't like setting it through pthread_mutexattr_settype
* Define _WIN32_WINNT to 0x0500 when including windows.hChris Robinson2008-03-011-3/+4
| | | | VC7 appears to require that value, or higher, set and fails otherwise
* 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
| | | | | | | | So not to rely on the non-standard unistd.h header
| * 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
| | | | | | | | CMake didn't like the previous attempt
| * 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
|/
* Add generic ring buffer methodsChris Robinson2007-12-161-0/+1
|
* Release 1.0.38openal-soft-1.0.38Chris Robinson2007-12-141-1/+1
|
* Use CheckIncludeFiles for multi-include checksChris Robinson2007-12-141-3/+2
|
* Use CheckFunctionExists instead of abusing CheckLibraryExistsChris Robinson2007-12-141-3/+4
|
* Use -Wextra instead of -W for extra warningsChris Robinson2007-12-061-4/+5
|
* Test for -W switchChris Robinson2007-12-061-1/+6
|
* Check for the -fvisibility switch before the visibility attributeChris Robinson2007-12-011-4/+7
|
* Add _DEBUG/NDEBUG defines when DEBUG/NODEBUG options are used, respectivelyChris Robinson2007-11-301-0/+6
|
* Add WINMM option for CMake, and properly handle DSOUND optionChris Robinson2007-11-221-13/+15
|
* Check for GCC's destructor attribute before using itChris Robinson2007-11-161-0/+3
|
* Update CMakeLists.txt about alu.c's moveChris Robinson2007-11-161-2/+2
|
* Initial importChris Robinson2007-11-131-0/+256