aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add a Null Output deviceChris Robinson2010-05-281-1/+2
| | | | This device will mix and fully process contexts as normal
* Add an empty efx-creative.h headerChris Robinson2010-05-211-0/+1
| | | | | This is for compatibility with projects that include it in Windows. Everything from it is already defined in efx.h.
* Always look for winmm under WindowsChris Robinson2010-05-161-0/+8
| | | | It's needed for timeGetTime, even if the WinMM backend is disabled
* Don't use LIB_INSTALL_DIR since that can be the full pathChris Robinson2010-04-111-9/+6
|
* Implement a skeleton Ring Modulator effectChris Robinson2010-04-081-0/+1
|
* Release 1.12.854openal-soft-1.12.854Chris Robinson2010-03-291-2/+2
|
* Move extension function declarations to alext.h/efx.hChris Robinson2010-03-231-0/+1
|
* Define AL_BUILD_LIBRARY only when building the libChris Robinson2010-03-221-3/+2
|
* 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
| | | | | The types and enums are in efx.h, which is included by alext.h. It's done this way because EFX has a lot if definitions which would polute alext.h
* 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
| | | | Thanks to Hanno Böck for pointing this out
* 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
| | | | | | This allows speaker positions to be specified by discrete angles around the listener, providing more flexibility and configurability in placement. Additional patches to take advantage of this are forthcoming.
* 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
|