aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* DirectSound is not explicitly dependant on windows.hChris Robinson2008-11-161-15/+15
|
* Implement a new reverb effectChris Robinson2008-11-161-0/+1
| | | | Code created and graciously provided by Christopher Fitzgerald
* 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
| | | | Many thanks to Christopher Fitzgerald, for helping with it
* 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
|
* Set FPU mode to round toward zero for mixingChris Robinson2008-08-081-1/+3
|
* Release 1.5.304openal-soft-1.5.304Chris Robinson2008-07-271-2/+2
|
* Implement yet another low-pass filterChris Robinson2008-07-251-0/+1
| | | | This one using the Butterworth IIR filter design
* Make sure the correct libname is used for pkg-configChris Robinson2008-07-231-6/+6
|
* Add a warning when building on Windows with the DSound backend disabledChris Robinson2008-07-231-0/+6
|
* Add a pkg-config file to install on the systemChris Robinson2008-07-221-0/+14
|
* Set the new linking policy for CMake 2.6 to avoid warningsChris Robinson2008-07-221-0/+6
|
* Move (de)initialization into ALc.c and remove unneeded fileChris Robinson2008-07-171-1/+0
|
* Allow for overriding the default lib destination with LIB_INSTALL_DIRChris Robinson2008-06-061-4/+7
| | | | So 64-bit builds can be optionally redirected to lib64
* Make the project explicitly CChris Robinson2008-06-061-1/+1
| | | | So it doesn't search for an unneeded C++ compiler
* Release 1.4.272openal-soft-1.4.272Chris Robinson2008-06-041-1/+1
|
* Release 1.4.270openal-soft-1.4.270Chris Robinson2008-06-041-2/+2
|
* Install openal-info if it is builtChris Robinson2008-06-041-0/+5
|
* Add a simple example that prints out some OpenAL infoChris Robinson2008-05-181-1/+8
|
* 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
|