summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2023-08-01Release 6.0.1 with soversion bump to 7.garyscavone
2023-07-21Updates to documentation, version number in preparation for release 6.0.0.garyscavone
2023-02-07use pthreads on MinGW and CygwinRosen Penev
2022-07-22Version number parts as numeric defines to let other code useosch
2021-11-18Merge branch 'master' into noexceptionsgaryscavone
2021-11-15Version / date updates in preparation for new release.Gary Scavone
2021-09-15Merge remote-tracking branch 'upstream/master' into noexceptionsStephen Sinclair
2021-09-15[autotools] Check for pa_strerror in pulse.Stephen Sinclair
2021-09-15[Meson] Add doc target (doxygen)Nils Tonnätt
2021-08-12[Pkg-Config] Add Lib flags for linking RtAudio statically with CoreAudioNils Tonnätt
2020-06-07Make convertCharPointerToStdString into a template.Stephen Sinclair
2020-06-07Merge branch 'add-override-keyword' into noexceptionsStephen Sinclair
2020-06-05Merge branch 'master' into noexceptionsStephen Sinclair
2020-06-04automake, cmake: Require C++11.Stephen Sinclair
2019-12-01fix configure helpSebastian Reimers
2019-07-30Removed RtAudioError class and created a new enum for error types. Only imple...Gary Scavone
2019-04-17Documentation and version updates before release 5.1.0Gary Scavone
2019-01-24automake: fix inconsistency between --with-ds and --with-dsoundStephen Sinclair
2019-01-24automake: add configuration for mingw64 and msys/msys2Stephen Sinclair
2019-01-24automake: fix repeated defines and libs for WASAPI and DSound.Stephen Sinclair
2018-10-12Merge branch 'master' of https://github.com/thestk/rtaudioMarcus Tomlinson
2018-09-28Fix linker flagsMarcus Tomlinson
2018-08-24Don't error on unused-function.Stephen Sinclair
2018-08-10Update availability of platforms in configure help.Stephen Sinclair
2018-07-14Improve clarity of error message when no known system was found.Stephen Sinclair
2018-07-14Check for headers for Windows APIs (except ASIO)Stephen Sinclair
2018-07-14Improve OSS4 detection on Linux.Stephen Sinclair
2018-07-14Allow to disable an implicitly-selected system using --without-*api*Stephen Sinclair
2018-05-02Fix option name with_ds -> with_dsoundStephen Sinclair
2018-05-02Make libossaudio a soft OSS requirement, but do check for sys/soundcard.hStephen Sinclair
2018-05-01autoconf: separate OS defaults and audio API testingStephen Sinclair
2018-01-31Add jack to pkg-config requires.Stephen Sinclair
2017-10-18Fix compilation of ASIO and WASAPI backends in MingW/Ubuntu.Stephen Sinclair
2017-10-10Don't export private symbols in non-debug buildsIOhannes m zmölnig
2017-10-10properly quote message stringsIOhannes m zmölnig
2017-10-10removed unused fallback definitions of PKG_CHECK_MODULES and friendsIOhannes m zmölnig
2017-10-10Conditionally build asio sourcesIOhannes m zmölnig
2017-10-10use AS_CASE rather than "case"IOhannes m zmölnig
2017-10-10fixed AC_MSG_ERROR argIOhannes m zmölnig
2017-10-10fixed bash-style assignmentIOhannes m zmölnig
2017-10-10ported "--enable-debug" fixes from RtMidiIOhannes m zmölnig
2017-10-10pretty "--with-..." help (and grouped AC_ARG_WITH together)IOhannes m zmölnig
2017-10-10Do not require a program to compile/run to check for version coherencyIOhannes m zmölnig
2017-10-10consistent API checksIOhannes m zmölnig
2017-10-10use AS_IF rather than "if"IOhannes m zmölnig
2017-10-10Getting rid of repeated and useless calls to AC_SUBSTIOhannes m zmölnig
2017-08-30Version and documentation updates in advance of new release.Gary Scavone
2017-08-26Use AS_IF.Stephen Sinclair
2017-08-26For BSDs, only set OSS if Jack not found.Stephen Sinclair
2017-08-26Check for jack on all operating systems and add freebsd host.Stephen Sinclair