aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* DXSDK_DIR is MSVC onlyAlam Arias2010-03-181-12/+13
* add _CRT_NONSTDC_NO_DEPRECATE define for MSVCAlam Arias2010-03-181-0/+1
* Add EFX types and enums to alext.hChris Robinson2010-03-091-0/+1
* Use powf when availableChris Robinson2010-03-071-0/+1
* Better handle run-time linkingChris Robinson2010-02-161-8/+8
* Properly check for functions in Win32 shared libsChris Robinson2010-02-161-8/+6
* Enable the WinMM backend only if the lib check succeedsChris Robinson2010-02-051-4/+4
* Release 1.11.753openal-soft-1.11.753Chris Robinson2010-01-171-2/+2
* Use GCC's format attribute for al_printfChris Robinson2010-01-121-0/+3
* Hide OSS and Solaris devices if their files can't be stat'dChris Robinson2010-01-091-0/+1
* Prettify CMake checks for compiler switchesChris Robinson2009-12-091-0/+2
* Move the pkg-config file to the base directoryChris Robinson2009-12-091-3/+3
* Check for the pthread_setschedparam functionChris Robinson2009-11-291-0/+2
* Release 1.10.622openal-soft-1.10.622Chris Robinson2009-11-081-2/+2
* Use the DXSDK_DIR variable when setChris Robinson2009-11-021-0/+12
* Use a realtime clock for measuring timeChris Robinson2009-11-011-0/+5
* Check for the -pthread switch instead of using _REENTRANTChris Robinson2009-10-231-2/+7
* Release 1.9.563openal-soft-1.9.563Chris Robinson2009-09-261-2/+2
* Add in-progress working extension AL_EXTX_sample_buffer_objectChris Robinson2009-08-161-0/+1
* Release 1.8.466openal-soft-1.8.466Chris Robinson2009-06-071-2/+2
* Use a thread-safe static inline function for printingChris Robinson2009-06-071-0/+10
* Set an error if NaN is given for panning valuesChris Robinson2009-05-311-0/+12
* Make sure _CRT_SECURE_NO_WARNINGS is always defined for MSVCChris Robinson2009-05-261-0/+1
* Dynamically load PulseAudioChris Robinson2009-05-191-3/+6
* Optionally install the sample configuration fileChris Robinson2009-05-171-0/+10
* Add a PulseAudio backendChris Robinson2009-04-161-1/+17
* Add the Echo effectChris Robinson2009-04-121-0/+1
* Use LIB_SUFFIX when creating the default lib install dirChris Robinson2009-04-071-1/+1
* Release 1.7.411openal-soft-1-7-411Chris Robinson2009-03-141-2/+2
* Dynamically load dsound when possibleChris Robinson2009-03-101-10/+11
* Remove the SDL backendChris Robinson2009-03-101-22/+0
* Add a PortAudio backendChris Robinson2009-03-101-0/+19
* Install the pkgconfig file to the correct directoryChris Robinson2009-02-101-1/+1
* Reimplement panning using lookup tables, based on a patch by Christian BorssChris Robinson2009-01-241-1/+3
* Properly capitalize the libname in Win32Chris Robinson2009-01-101-1/+1
* Remove XCOMPILEWIN32 option in favor of CMake 2.6's cross-compiling capsChris Robinson2008-12-121-14/+3
* Search for SDL.h in addition to SDL/SDL.hChris Robinson2008-12-121-2/+5
* Fix some CMake checksChris Robinson2008-12-071-3/+3
* Add an SDL backendChris Robinson2008-12-071-0/+19
* Let CMAKE_DEBUG_POSTFIX be exposed for graphical CMake front-endsChris Robinson2008-12-021-0/+5
* Release 1.6.372openal-soft-1.6.372Chris Robinson2008-11-211-2/+2
* Non-cross-compiled DLLs shouldn't have lib prefixedChris Robinson2008-11-181-0/+3
* DirectSound is not explicitly dependant on windows.hChris Robinson2008-11-161-15/+15
* Implement a new reverb effectChris Robinson2008-11-161-0/+1
* Add cross-compiling optionChris Robinson2008-11-131-8/+19
* 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