summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-22Final documentation update before release 4.1.2.4.1.2Gary Scavone
2016-02-22Merge pull request #50 from radarsat1/automakegaryscavone
2016-02-22A few more pre-release (4.1.2) updates.Gary Scavone
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-16Merge pull request #48 from radarsat1/duplex-64-compatgaryscavone
2016-02-16Merge pull request #47 from radarsat1/fix-versiongaryscavone
2016-02-12Revert "duplex test: 64 bit compatibility"Stephen Sinclair
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
2016-02-12Rename install to install.txt, to avoid conflicts with "make install" target.Stephen Sinclair
2016-02-12Add .gitignoreStephen Sinclair
2016-02-11Removed execute mode from RtAudio.cpp (why was it set?)Gary Scavone
2016-02-11Documentation updates in advance of new releaseGary Scavone
2016-02-10WASAPI stream time update, as suggested by Patrice TaravelGary Scavone
2016-02-03Merge pull request #43 from guidefloripa/mastergaryscavone
2016-02-03Merge pull request #42 from berkus/mastergaryscavone
2015-12-21Release lock if GetCurrentPosition from DS failedGuilherme Steinmann
2015-09-22Don't take address of boolean flag, use flag itself instead.Berkus Decker
2015-09-22Add ALSA include directories to fix compile on some systems.Berkus Decker
2015-09-22Disable policy change for cmake 3.0Berkus Decker
2015-09-22Register is no more in modern C++.Berkus Decker
2015-05-08Update optional stream name for playback in PulseAudio API.Gary Scavone
2015-04-07Merge pull request #35 from xord/fix_compile_errors_with_core_audiogaryscavone
2015-04-08delete not needed line. (duplicated)snori
2015-04-06Merge pull request #34 from diamond-msc/patch-1garyscavone
2015-04-06Merge branch 'igor-mikushkin-fix_alsa_underrun_warning'Gary Scavone
2015-04-06Commit of ALSA underrun warning message fixGary Scavone
2015-04-06Merge branch 'guidefloripa-master'Gary Scavone
2015-04-06Merge branch 'master' of https://github.com/guidefloripa/rtaudio into guidefl...Gary Scavone
2015-04-05Update to DS code for getDeviceCount() when cleaning out devices that may hav...Gary Scavone
2015-04-05duplex test: 64 bit compatibilityDavid Császár
2015-03-25Fix closeStream on Mac OS XGuilherme Steinmann
2015-02-23Small fix in documentation regarding pkg-config argument specification for Ja...Gary Scavone
2015-02-23Small ASIO update to support buffersize value of 0 (setting to preferred size).Gary Scavone
2014-11-03Fixed some missing unlocks before calling error() in DS API.Gary Scavone
2014-11-03Merge pull request #25 from yedey/mastergaryscavone
2014-11-03Merge pull request #29 from tmatth/static_analysis_fixesgaryscavone
2014-11-03Merge pull request #28 from geo-harris/mastergaryscavone
2014-11-03Merge pull request #27 from TyounanMOTI/fix_wasapi_buffer_free_callocgaryscavone
2014-11-03Merge pull request #26 from TyounanMOTI/fix_std_max_vs2013garyscavone
2014-11-02rtaudio: avoid NULL dereferenceTristan Matthews
2014-11-02alsa: avoid uninitialized readTristan Matthews
2014-10-16Fix for NULL options in PULSE audio backend in probeDeviceOpenHarris Georgiou
2014-10-06Fix calloc-free mismatchHirotoshi YOSHITAKA