aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Replace multiple fputc calls with one fwriteChris Robinson2016-01-231-6/+4
* Move a couple extern inline declarations to the othersChris Robinson2016-01-231-3/+2
* Reorder filterstate propertiesChris Robinson2016-01-234-68/+69
* Inline a couple filterstate methodsChris Robinson2016-01-232-27/+27
* 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
* Avoid using scandir/alphasortChris Robinson2016-01-211-23/+46
* Explicit check if pthread_setname_np accepts only one parameterChris Robinson2016-01-213-2/+26
* Fix for systems that don't have strnlenChris Robinson2016-01-213-5/+19
* Improve the OSS enumeration codeChris Robinson2016-01-211-63/+71
* Silence a CMake warning on OSX about MACOSX_RPATHChris Robinson2016-01-201-0/+1
* Update ChangeLogChris Robinson2016-01-171-0/+14
* Add an option to static-link libgccChris Robinson2016-01-171-0/+19
* Merge pull request #29 from olesalscheider/masterkcat2015-12-201-2/+5
|\
| * Allow to override the share install dirNiels Ole Salscheider2015-12-191-2/+5
* | Merge branch 'master' of github.com:/kcat/openal-softChris Robinson2015-12-191-27/+206
|\ \
| * \ Merge pull request #27 from kdhp/masterkcat2015-12-191-27/+206
| |\ \ | | |/ | |/|
| | * Added a check for an empty pathKeegan Drake H.P2015-12-171-2/+2
| | * Add device enumeration support for OSSv4Keegan Drake H.P2015-12-171-27/+206
| |/
* / Don't overwrite the output with the dedicated effectChris Robinson2015-12-121-1/+1
|/
* Build on Linux and OSX with TravisChris Robinson2015-12-111-0/+3
* Add a .travis.yml for travis-ciChris Robinson2015-12-111-0/+2
* Check if _XOPEN_SOURCE needs to be setChris Robinson2015-12-111-10/+25
* Add includes to work around broken GNU headers and POSIX-2001Chris Robinson2015-12-112-0/+2
* Add missing closing parenthesisChris Robinson2015-12-111-1/+1
* Use Apple's pthread_setname_np before GNU'sChris Robinson2015-12-111-3/+3
* Release 1.17.1openal-soft-1.17.1Chris Robinson2015-12-101-1/+1
* Update changelogChris Robinson2015-12-101-2/+2
* Update alsoft-config tooltip for HRTF tablesChris Robinson2015-12-101-0/+1
* Fix slashes on the local path on WindowsChris Robinson2015-12-081-0/+3
* Use the ALSOFT_LOCAL_PATH env var instead of the CWDChris Robinson2015-12-081-4/+18
* Update changelogChris Robinson2015-12-061-0/+2
* Use %s.mhr for the default hrtf table listChris Robinson2015-12-052-2/+2
* Support %s as a string matching markerChris Robinson2015-12-052-1/+95
* Also install the HRTF exampleChris Robinson2015-12-041-1/+1
* Avoid using usleep in the examplesChris Robinson2015-12-048-19/+18
* Only set _POSIX_C_SOURCE if neededChris Robinson2015-12-041-18/+28
* Update changelogChris Robinson2015-12-041-0/+14
* Reformat Windows device name dressingChris Robinson2015-12-043-29/+27
* Better handle inexact ALSA period countsChris Robinson2015-11-231-1/+4
* Fix the allow-resampler check for ALSAChris Robinson2015-11-231-1/+1
* Merge pull request #25 from v4hn/fix-jack-librarieskcat2015-11-201-1/+1
|\
| * include correct libraries in case jack support is requested and foundv4hn2015-11-201-1/+1
|/
* Merge pull request #24 from slime73/masterkcat2015-11-131-18/+24
|\
| * Replace deprecated Carbon API calls with modern AudioComponent APIs in the Co...Alex Szpakowski2015-11-131-18/+24
|/
* Release 1.17.0openal-soft-1.17.0Chris Robinson2015-11-121-1/+1
* Use doubles for the constructed listener matrixChris Robinson2015-11-114-59/+126
* Move the bsincTable to a separate fileChris Robinson2015-11-103-988/+982