summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-20Fix jackXrun handle pointerStephen Sinclair
2017-10-18Send Travis notifications to Steve.Stephen Sinclair
2017-10-18Add Travis build status to README.md.Stephen Sinclair
2017-10-18Install libpulse-dev for Linux builds.Stephen Sinclair
2017-10-18Fix compilation of ASIO and WASAPI backends in MingW/Ubuntu.Stephen Sinclair
2017-10-18Remove use of C++11 std::to_string in WASAPI code.Stephen Sinclair
2017-10-18Reformat readme as markdown.Stephen Sinclair
2017-10-18Allow only the device's native sample rate in WASAPI APIMarcus Tomlinson
2017-10-18fixed cmake install error : rtaudio.pc errorbejuryu
2017-10-10Add a tentative Travis-CI config.Stephen Sinclair
2017-10-10Merge remote-tracking branch 'upstream/master' into debian-fixesIOhannes m zmölnig
2017-10-10Add @api@ to rtaudio.pcStephen Sinclair
2017-10-10Don't export private symbols in non-debug buildsIOhannes m zmölnig
2017-10-10defines for exporting symbols on GCCIOhannes 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-10add @api@ to pkg-config's CFLAGSIOhannes m zmölnig
2017-10-10Getting rid of repeated and useless calls to AC_SUBSTIOhannes m zmölnig
2017-10-09Dropped CPPFLAGS from generated pkg-configJaromír Mikeš
2017-10-09Prevent .gitignore and friends from being exported to the final archiveIOhannes m zmölnig
2017-10-06Merge pr96.Stephen Sinclair
2017-10-06Use "using namespace std" for roundf in previous patch.Stephen Sinclair
2017-10-06go bindings: use static build flag for windows to fix mingw builds, use array...Serge A. Zaitsev
2017-10-06Use "using namespace std" for roundf instead of std::roundf.Stephen Sinclair
2017-10-06c api: Fix struct initializer stuff for older gcc.Stephen Sinclair
2017-10-03move go bindings into contrib/go/rtaudio subdirectorySerge A. Zaitsev
2017-10-03go bindings: fix unsafe.Pointer warningSerge A. Zaitsev
2017-10-03go bindings: rename example functions to fix go vet warnindgsSerge A. Zaitsev
2017-10-03go bindings: fix typoSerge A. Zaitsev
2017-10-03add go bindingsSerge A. Zaitsev
2017-10-02add rtaudio c api wrappers (#98)Serge Zaitsev
2017-09-05Round floats by using roundf in order to round correctly.rehans
2017-08-30Fix `jackSilentError(const char*)’ defined but not usedv5.0.0Stephen Sinclair
2017-08-30Converted line endings in RtAudio.cpp to unix format.5.0.0Gary Scavone
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
2017-08-24Merge pull request #68 from jpcima/mastergaryscavone