summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Release 1.17.2openal-soft-1.17.2Chris Robinson2016-01-241-1/+1
* Remove unneeded check for io.hChris Robinson2016-01-241-1/+0
* Clear SSE3 switch before testing if one's recognizedChris Robinson2016-01-241-0/+1
* Reorder some cmake checksChris Robinson2016-01-211-20/+19
* Lower the _POSIX_C_SOURCE and _XOPEN_SOURCE version requirementsChris Robinson2016-01-211-2/+2
* Only set cmake policy CMP0042 if it's validChris Robinson2016-01-211-3/+5
* Always define _XOPEN_SOURCE if _POSIX_C_SOURCE is tooChris Robinson2016-01-211-16/+3
* Explicit check if pthread_setname_np accepts only one parameterChris Robinson2016-01-211-0/+21
* Fix for systems that don't have strnlenChris Robinson2016-01-211-1/+2
* Silence a CMake warning on OSX about MACOSX_RPATHChris Robinson2016-01-201-0/+1
* Add an option to static-link libgccChris Robinson2016-01-171-0/+19
* Allow to override the share install dirNiels Ole Salscheider2015-12-191-2/+5
* Check if _XOPEN_SOURCE needs to be setChris Robinson2015-12-111-10/+25
* Release 1.17.1openal-soft-1.17.1Chris Robinson2015-12-101-1/+1
* Also install the HRTF exampleChris Robinson2015-12-041-1/+1
* Avoid using usleep in the examplesChris Robinson2015-12-041-5/+10
* Only set _POSIX_C_SOURCE if neededChris Robinson2015-12-041-18/+28
* include correct libraries in case jack support is requested and foundv4hn2015-11-201-1/+1
* Release 1.17.0openal-soft-1.17.0Chris Robinson2015-11-121-1/+1
* Move the bsincTable to a separate fileChris Robinson2015-11-101-0/+1
* Add a tool to generate the bsinc tablesChris Robinson2015-11-101-1/+6
* Build with -std=c11 if possibleChris Robinson2015-11-091-3/+8
* Remove some unused function checksChris Robinson2015-11-081-6/+0
* Check for modffChris Robinson2015-10-291-0/+1
* Add an HRTF exampleChris Robinson2015-10-281-0/+5
* Remove the MIDI codeChris Robinson2015-10-201-39/+0
* Add a tone generator test programChris Robinson2015-10-131-0/+19
* Move the FIR4 from SSE2 to SSE3Chris Robinson2015-10-111-0/+25
* Add a function to get a list of data filesChris Robinson2015-10-031-1/+1
* Revert "Only use SDL1 with SDL_sound"Chris Robinson2015-09-301-23/+18
* Only use SDL1 with SDL_soundChris Robinson2015-09-281-18/+23
* Check for pthread_*_np functions in pthread_np.h when it existsChris Robinson2015-08-131-4/+10
* Make installation of headers and libraries optionalAaron Jacobs2015-08-121-31/+40
* Check for snprintf in stdio.hChris Robinson2015-06-071-1/+1
* Add a skeleton backend for JACKChris Robinson2014-12-211-0/+22
* Check that atomic_load works with a const _AtomicChris Robinson2014-09-051-1/+1
* Fix the __get_cpuid cmake checkChris Robinson2014-09-051-1/+1
* Include the common sources when building staticallyChris Robinson2014-08-231-1/+5
* Use the POSITION_INDEPENDENT_CODE target property when availableChris Robinson2014-08-161-7/+12
* Don't force specific compile flags for the different build typesChris Robinson2014-08-161-17/+7
* Search for the correct include and lib directories for the DX SDKChris Robinson2014-08-151-3/+0
* Release 1.16.0openal-soft-1.16.0Chris Robinson2014-08-141-2/+2
* Try the __cpuid intrinsic if GCC's __get_cpuid isn't availableChris Robinson2014-08-111-0/+11
* Check for GCC's __get_cpuid before using itChris Robinson2014-08-111-0/+9
* Only support dsound and mmdevapi on WindowsChris Robinson2014-08-111-36/+35
* Don't try to generate .def or .lib files when building staticallyChris Robinson2014-08-101-18/+20
* Add an option to build an import .lib with dlltool on mingwChris Robinson2014-08-101-22/+48
* Properly set FluidSynth's include dir for older cmake versionsChris Robinson2014-08-101-1/+1
* Create a .def file when building with MinGWChris Robinson2014-08-101-0/+3
* Add a 48khz HRTF data setChris Robinson2014-08-071-0/+1