Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow for overriding the default lib destination with LIB_INSTALL_DIR | Chris Robinson | 2008-06-06 | 1 | -4/+7 |
| | | | | So 64-bit builds can be optionally redirected to lib64 | ||||
* | Make the project explicitly C | Chris Robinson | 2008-06-06 | 1 | -1/+1 |
| | | | | So it doesn't search for an unneeded C++ compiler | ||||
* | Release 1.4.272openal-soft-1.4.272 | Chris Robinson | 2008-06-04 | 1 | -1/+1 |
| | |||||
* | Release 1.4.270openal-soft-1.4.270 | Chris Robinson | 2008-06-04 | 1 | -2/+2 |
| | |||||
* | Install openal-info if it is built | Chris Robinson | 2008-06-04 | 1 | -0/+5 |
| | |||||
* | Add a simple example that prints out some OpenAL info | Chris Robinson | 2008-05-18 | 1 | -1/+8 |
| | |||||
* | Remove -fno-strict-aliasing as the code should be safe, now | Chris Robinson | 2008-05-18 | 1 | -7/+0 |
| | |||||
* | Use pthread_mutexattr_setkind_np as a fallback to set a recursive mutex type | Chris Robinson | 2008-05-15 | 1 | -0/+3 |
| | | | | Some systems (FreeBSD) don't like setting it through pthread_mutexattr_settype | ||||
* | Define _WIN32_WINNT to 0x0500 when including windows.h | Chris Robinson | 2008-03-01 | 1 | -3/+4 |
| | | | | VC7 appears to require that value, or higher, set and fails otherwise | ||||
* | Release 1.3.253openal-soft-1.3.253 | Chris Robinson | 2008-02-21 | 1 | -2/+2 |
| | |||||
* | Remove explicit dependancy on ole32 and unused dxguid | Chris Robinson | 2008-02-08 | 1 | -13/+0 |
| | |||||
* | Enumerate DirectSound devices | Chris Robinson | 2008-02-08 | 1 | -0/+8 |
| | |||||
* | Add an alext.h header | Chris Robinson | 2008-02-06 | 1 | -0/+1 |
| | |||||
* | Release 1.2.218openal-soft-1.2.218 | Chris Robinson | 2008-01-21 | 1 | -2/+2 |
| | |||||
* | Use acosf when available | Chris Robinson | 2008-01-15 | 1 | -1/+2 |
| | |||||
* | Use a string for the detected backends, instead of a list | Chris Robinson | 2008-01-15 | 1 | -6/+6 |
| | |||||
* | Reword the backend options' text | Chris Robinson | 2008-01-15 | 1 | -5/+5 |
| | |||||
* | Fix use of variables in checks | Chris Robinson | 2008-01-15 | 1 | -33/+33 |
| | |||||
* | Use CMAKE_BUILD_TYPE instead of custom options for compile modes | Chris Robinson | 2008-01-15 | 1 | -14/+22 |
| | |||||
* | Check for strncasecmp or _strnicmp | Chris Robinson | 2008-01-14 | 1 | -0/+10 |
| | |||||
* | Merge branch 'master' into efx-experiment | Chris Robinson | 2008-01-11 | 1 | -2/+16 |
|\ | |||||
| * | Add a wave file writing backend | Chris Robinson | 2008-01-11 | 1 | -0/+4 |
| | | |||||
| * | Use nanosleep instead of usleep | Chris Robinson | 2008-01-11 | 1 | -2/+2 |
| | | | | | | | | So not to rely on the non-standard unistd.h header | ||||
| * | Add Sleep wrapper | Chris Robinson | 2008-01-11 | 1 | -0/+5 |
| | | |||||
| * | Add a timing wrapper, using gettimeofday | Chris Robinson | 2008-01-11 | 1 | -0/+5 |
| | | |||||
| * | Release 1.1.93openal-soft-1.1.93 | Chris Robinson | 2008-01-06 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into efx-experiment | Chris Robinson | 2008-01-04 | 1 | -0/+1 |
|\| | |||||
| * | Add the Bauer stereophonic-to-binaural DSP (bs2b) code and hooks | Chris Robinson | 2008-01-03 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into efx-experiment | Chris Robinson | 2007-12-31 | 1 | -12/+23 |
|\| | |||||
| * | Check for libm before including it | Chris Robinson | 2007-12-23 | 1 | -1/+3 |
| | | |||||
| * | Fix target opts to remove prefix on the win32 dll | Chris Robinson | 2007-12-23 | 1 | -11/+10 |
| | | | | | | | | CMake didn't like the previous attempt | ||||
| * | Check for snprintf, and use _snprintf when needed | Chris Robinson | 2007-12-22 | 1 | -0/+10 |
| | | |||||
* | | Merge branch 'master' into efx-experiment | Chris Robinson | 2007-12-20 | 1 | -1/+5 |
|\| | |||||
| * | Don't use the lib prefix for the Win32 DLL | Chris Robinson | 2007-12-20 | 1 | -1/+5 |
| | | |||||
* | | Add auxiliary effect slot function skeletons | Chris Robinson | 2007-12-17 | 1 | -1/+2 |
| | | |||||
* | | Implement effect function skeletons | Chris Robinson | 2007-12-17 | 1 | -0/+1 |
| | | |||||
* | | Implement filter function skeletons | Chris Robinson | 2007-12-17 | 1 | -0/+1 |
|/ | |||||
* | Add generic ring buffer methods | Chris Robinson | 2007-12-16 | 1 | -0/+1 |
| | |||||
* | Release 1.0.38openal-soft-1.0.38 | Chris Robinson | 2007-12-14 | 1 | -1/+1 |
| | |||||
* | Use CheckIncludeFiles for multi-include checks | Chris Robinson | 2007-12-14 | 1 | -3/+2 |
| | |||||
* | Use CheckFunctionExists instead of abusing CheckLibraryExists | Chris Robinson | 2007-12-14 | 1 | -3/+4 |
| | |||||
* | Use -Wextra instead of -W for extra warnings | Chris Robinson | 2007-12-06 | 1 | -4/+5 |
| | |||||
* | Test for -W switch | Chris Robinson | 2007-12-06 | 1 | -1/+6 |
| | |||||
* | Check for the -fvisibility switch before the visibility attribute | Chris Robinson | 2007-12-01 | 1 | -4/+7 |
| | |||||
* | Add _DEBUG/NDEBUG defines when DEBUG/NODEBUG options are used, respectively | Chris Robinson | 2007-11-30 | 1 | -0/+6 |
| | |||||
* | Add WINMM option for CMake, and properly handle DSOUND option | Chris Robinson | 2007-11-22 | 1 | -13/+15 |
| | |||||
* | Check for GCC's destructor attribute before using it | Chris Robinson | 2007-11-16 | 1 | -0/+3 |
| | |||||
* | Update CMakeLists.txt about alu.c's move | Chris Robinson | 2007-11-16 | 1 | -2/+2 |
| | |||||
* | Initial import | Chris Robinson | 2007-11-13 | 1 | -0/+256 |