aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Use C11's static_assert when availableChris Robinson2014-04-071-0/+8
* Use FIND_LIBRARY to look for the CoreAudio frameworkChris Robinson2014-04-051-3/+6
* Check for ftw and _wfindfirstChris Robinson2014-03-271-0/+8
* Use C99 VLA instead of alloca when availableChris Robinson2014-03-251-11/+26
* Don't try to use __restrict as a replacement for restrictChris Robinson2014-03-231-13/+2
* Add a stub 'soft' MIDI synth handlerChris Robinson2014-03-221-0/+1
* Move the sample conversion routines to a separate fileChris Robinson2014-03-051-0/+1
* Use alloca for temp space decoding/encoding IMA4 blocksChris Robinson2014-03-031-0/+14
* Move the default hrtf table to an external fileChris Robinson2014-02-231-0/+10
* Include sys/sysconf.h if available for sysconf()Chris Robinson2014-01-181-0/+1
* Add alLoadSoundfontSOFT to load a soundfont via callbackChris Robinson2013-12-281-0/+1
* Remove the zone, sample, and instrument object typesChris Robinson2013-12-251-1/+0
* Add a new fontsound object typeChris Robinson2013-12-251-0/+1
* Allow creating instrument objectsChris Robinson2013-12-191-0/+1
* Move the soundfont and preset extension functions to separate sourcesChris Robinson2013-12-191-0/+2
* Move the base MidiSynth to a separate fileChris Robinson2013-12-171-0/+1
* Move the dummy MIDI handler to a separate fileChris Robinson2013-12-171-0/+1
* Move FluidSynth to its own fileChris Robinson2013-12-171-1/+6
* Add an option for FLuidSynth to handle MIDIChris Robinson2013-11-281-0/+28
* Add a MIDI event queueChris Robinson2013-11-271-0/+1
* Try to make sure GCC is providing C99 inline semanticsChris Robinson2013-11-241-24/+45
* Explicitly define _POSIX_C_SOURCE and _XOPEN_SOURCEChris Robinson2013-11-061-3/+3
* Set -D_GNU_SOURCE=1 earlierChris Robinson2013-11-051-4/+4
* Include strings.h when availableChris Robinson2013-11-051-0/+1
* Remove the cmake option to use wine headersChris Robinson2013-10-291-16/+0
* Disable MSVC warning 4098Chris Robinson2013-10-291-0/+1
* Move ALCbackend base stuff to a separate fileChris Robinson2013-10-281-0/+1
* Move the lock/unlock methods to the backendChris Robinson2013-10-281-2/+2
* Rework threading functionsChris Robinson2013-10-271-1/+1
* Add a cmake option to disable building only alsoft-configChris Robinson2013-10-271-2/+3
* Add a method to set the running thread's nameChris Robinson2013-10-261-2/+10
* Link to the correct sdl library for the loopback exampleChris Robinson2013-10-261-1/+1
* Add a CMake option to not define the IDs used on WindowsChris Robinson2013-10-071-0/+13
* Implement the Compressor effectChris Robinson2013-10-031-0/+1
* Compile using -std=c99 when availableChris Robinson2013-10-031-1/+8
* Implement the Autowah effect.Chris Robinson2013-10-031-0/+1
* Use OpenAL_SOURCE_DIR for the CMake module path and declare the project earlierChris Robinson2013-07-101-5/+4
* Don't have ../../ as part of the target nameChris Robinson2013-07-021-1/+1
* Make sure SDL_sound was found before setting the includesChris Robinson2013-06-251-1/+1
* Better handle the INCLUDE_DIRECTORIES propertyChris Robinson2013-06-251-1/+7
* Check for Qt4 earlierChris Robinson2013-06-241-3/+7
* Use the COMPILE_DEFINITIONS property instead of DEFINE_SYMBOLChris Robinson2013-06-241-1/+1
* Better specify include directories and defines needed for various targetsChris Robinson2013-06-241-10/+10
* Move alsoft-config to a separate project fileChris Robinson2013-06-241-26/+1
* Add a configuration UI applicationChris Robinson2013-06-231-1/+29
* Check for MinGW in CMakeLists.txt instead of config.hChris Robinson2013-06-201-1/+5
* Add a loopback extension exampleChris Robinson2013-06-161-1/+6
* Use a static lib for the common example codeChris Robinson2013-06-051-12/+10
* Use SDL_sound for the other examplesChris Robinson2013-06-051-23/+8
* Use SDL_sound for the alstream exampleChris Robinson2013-06-051-5/+21