summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
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
2017-08-26Don't force ALSA when checking for Jack.Stephen Sinclair
2017-08-26Don't check all libraries, use AS_IF.Stephen Sinclair
2016-06-24Remove references to rtaudio-config from configure.ac.Stephen Sinclair
2016-02-18Fix handling of CXXFLAGS in configure.ac.Stephen Sinclair
2016-02-18Move version check up to beginning of configure.ac.Stephen Sinclair
2016-02-16Version number update in configure.ac in advance of new release.Gary Scavone
2016-02-16Merge pull request #49 from radarsat1/automakegaryscavone
2016-02-12Update version number to 4.1.1 in configure.acStephen Sinclair
2016-02-12Add a test to configure.ac to ensure RtAudio.h defines the same version number.Stephen Sinclair
2016-02-12Port the build system to automake.Stephen Sinclair
2016-02-12Rename librtaudio.pc to rtaudio.pc.Stephen Sinclair
2016-02-12Generate version number in Doxyfile with configure.Stephen Sinclair
2014-05-17Checking for pulseaudio on DebianRafael Vega
2014-04-26Added new setStreamTime function; Documentation updates for 4.1.1 release.4.1.1Gary Scavone
2014-04-15Updates to WASAPI API to support MinGW compile.Gary Scavone