aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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