rtaudio-cdist.git
2018-07-14 Stephen Sinclaircmake: make CMakeLists.txt more similar to RtMidi's
2018-07-14 Stephen SinclairImprove clarity of error message when no known system...
2018-07-14 Stephen SinclairCheck for headers for Windows APIs (except ASIO)
2018-07-14 Stephen SinclairImprove OSS4 detection on Linux.
2018-07-14 Stephen SinclairAllow to disable an implicitly-selected system using...
2018-07-14 Stephen Sinclaircmake: Flatten API config logic, complete missing rtaud...
2018-07-14 Stephen SinclairInclude process.h for _beginthreadex for DS.
2018-06-07 sonoro1234avoid cmake error: "install Library TARGETS given no...
2018-05-24 Connor MacDonaldFix another missing call to snd_ctl_close
2018-05-24 Connor MacDonaldFix ALSA CTL handle not being closed in the default...
2018-05-13 JP Cimalandomake WASAPI instantiation errors non-fatal for older...
2018-05-07 JP CimalandoAPI names, and conversion from/to API identifier
2018-05-02 Stephen SinclairFix option name with_ds -> with_dsound
2018-05-02 Stephen SinclairRemove Travis config for non-existent '--with-winmm...
2018-05-02 Stephen SinclairMake libossaudio a soft OSS requirement, but do check...
2018-05-01 Stephen Sinclairautoconf: separate OS defaults and audio API testing
2018-05-01 Claudio Cabralfix cmake build system missing variables in pkgconfig
2018-05-01 Sebastian ReimersFix strict prototype warning
2018-04-30 terminator356Realtime fixes
2018-03-20 Marcelo FernandezGive more priority to PulseAudio api (#129)
2018-01-31 Stephen SinclairAdd jack to pkg-config requires.
2018-01-02 Stephen SinclairUpdate ASIO headers to version 2.3.
2017-11-20 Stephen SinclairFix jackXrun handle pointer
2017-10-18 Stephen SinclairSend Travis notifications to Steve.
2017-10-18 Stephen SinclairAdd Travis build status to README.md.
2017-10-18 Stephen SinclairInstall libpulse-dev for Linux builds.
2017-10-18 Stephen SinclairFix compilation of ASIO and WASAPI backends in MingW...
2017-10-18 Stephen SinclairRemove use of C++11 std::to_string in WASAPI code.
2017-10-18 Stephen SinclairReformat readme as markdown.
2017-10-18 Marcus TomlinsonAllow only the device's native sample rate in WASAPI API
2017-10-18 bejuryufixed cmake install error : rtaudio.pc error
2017-10-10 Stephen SinclairAdd a tentative Travis-CI config.
2017-10-10 IOhannes m... Merge remote-tracking branch 'upstream/master' into...
2017-10-10 Stephen SinclairAdd @api@ to rtaudio.pc
2017-10-10 IOhannes m... Don't export private symbols in non-debug builds
2017-10-10 IOhannes m... defines for exporting symbols on GCC
2017-10-10 IOhannes m... properly quote message strings
2017-10-10 IOhannes m... removed unused fallback definitions of PKG_CHECK_MODULE...
2017-10-10 IOhannes m... Conditionally build asio sources
2017-10-10 IOhannes m... use AS_CASE rather than "case"
2017-10-10 IOhannes m... fixed AC_MSG_ERROR arg
2017-10-10 IOhannes m... fixed bash-style assignment
2017-10-10 IOhannes m... ported "--enable-debug" fixes from RtMidi
2017-10-10 IOhannes m... pretty "--with-..." help (and grouped AC_ARG_WITH together)
2017-10-10 IOhannes m... Do not require a program to compile/run to check for...
2017-10-10 IOhannes m... consistent API checks
2017-10-10 IOhannes m... use AS_IF rather than "if"
2017-10-10 IOhannes m... add @api@ to pkg-config's CFLAGS
2017-10-10 IOhannes m... Getting rid of repeated and useless calls to AC_SUBST
2017-10-09 Jaromír MikešDropped CPPFLAGS from generated pkg-config
2017-10-09 IOhannes m... Prevent .gitignore and friends from being exported...
2017-10-06 Stephen SinclairMerge pr96.
2017-10-06 Stephen SinclairUse "using namespace std" for roundf in previous patch.
2017-10-06 Serge A. Zaitsevgo bindings: use static build flag for windows to fix...
2017-10-06 Stephen SinclairUse "using namespace std" for roundf instead of std...
2017-10-06 Stephen Sinclairc api: Fix struct initializer stuff for older gcc.
2017-10-03 Serge A. Zaitsevmove go bindings into contrib/go/rtaudio subdirectory
2017-10-03 Serge A. Zaitsevgo bindings: fix unsafe.Pointer warning
2017-10-03 Serge A. Zaitsevgo bindings: rename example functions to fix go vet...
2017-10-03 Serge A. Zaitsevgo bindings: fix typo
2017-10-03 Serge A. Zaitsevadd go bindings
2017-10-02 Serge Zaitsevadd rtaudio c api wrappers (#98)
2017-09-05 rehansRound floats by using roundf in order to round correctly.
2017-08-30 Stephen SinclairFix `jackSilentError(const char*)’ defined but not...
2017-08-30 Gary ScavoneConverted line endings in RtAudio.cpp to unix format.
2017-08-30 Gary ScavoneVersion and documentation updates in advance of new...
2017-08-27 Stephen SinclairUse AS_IF.
2017-08-27 Stephen SinclairFor BSDs, only set OSS if Jack not found.
2017-08-27 Stephen SinclairCheck for jack on all operating systems and add freebsd...
2017-08-27 Stephen SinclairDon't force ALSA when checking for Jack.
2017-08-27 Stephen SinclairDon't check all libraries, use AS_IF.
2017-08-24 garyscavoneMerge pull request #68 from jpcima/master
2017-08-23 Stephen SinclairMerge pull request #79 from radarsat1/dsound-mmsystem
2017-08-23 Stephen SinclairDerive RtAudioError from std::runtime_error
2017-08-23 Gary ScavoneFix to initialize lastTickTimestamp when setting stream...
2017-08-23 Stephen SinclairFurther fix std::exception noexcept-related compile...
2017-08-22 Stephen SinclairAdd cmath include.
2017-08-22 Stephen SinclairFix order of calling CoUninitialize()
2017-08-22 Stephen SinclairAdd CMake install targets
2017-08-22 Stephen SinclairFix std::exception noexcept-related compile error
2017-08-22 Stephen SinclairMerge pull request #67 from antis81/refactor/cpp0x...
2017-08-22 Gary ScavoneInitialized member priority in CallbackInfo constructor.
2017-08-22 Stephen SinclairFix line endings back to CR for last 2 commits.
2017-08-22 Stephen SinclairFix a signed-unsigned comparison.
2017-08-22 Stephen Sinclaiross: possible that AFMT_FLOAT is not available
2017-06-09 Stephen SinclairRemove OSS configuration from pyrtaudio.
2017-06-09 Stephen SinclairFix references to RtError / RtAudioError in pyrtaudio
2017-04-24 garyscavoneMerge pull request #81 from jossgray/fix-warnings
2017-04-24 garyscavoneMerge pull request #88 from MarcusTomlinson/wasapi_sr_fix
2017-04-22 Marcus TomlinsonSimplify
2017-04-22 Marcus TomlinsonSome optimisation
2017-04-22 Marcus Tomlinson\96Slight simplification
2017-04-22 Marcus Tomlinson\96Fix formatting
2017-04-22 Marcus Tomlinson\96Fix formatting
2017-04-22 Marcus Tomlinson\96Fix formatting
2017-04-22 Marcus Tomlinson\96Fix formatting
2017-04-22 Marcus Tomlinson\96Tabs -> Spaces
2017-04-22 Marcus Tomlinson\96Added interpolation to WASAPI's sample rate converter
2017-04-17 Stephen SinclairMerge pull request #85 from sudden6/master
2017-04-14 sudden6Pulseaudio backend also needs pthreads
next