aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.1.93openal-soft-1.1.93Chris Robinson2008-01-061-2/+2
|
* Add the Bauer stereophonic-to-binaural DSP (bs2b) code and hooksChris Robinson2008-01-031-0/+1
|
* 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
|
* Don't use the lib prefix for the Win32 DLLChris Robinson2007-12-201-1/+5
|
* 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