| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-02-22 | Final documentation update before release 4.1.2.4.1.2 | Gary Scavone | |
| 2016-02-22 | Merge pull request #50 from radarsat1/automake | garyscavone | |
| Fix handling of CXXFLAGS in configure.ac. | |||
| 2016-02-22 | A few more pre-release (4.1.2) updates. | Gary Scavone | |
| 2016-02-18 | Fix handling of CXXFLAGS in configure.ac. | Stephen Sinclair | |
| CXXFLAGS should be set before AC_PROG_CXX. This patch uses a syntax allowing it to be overridden during "env CXXFLAGS=... ./configure", "./configure CXXFLAGS=..." or during "make CXXFLAGS=..." Keeps previous behaviour of -O3 for normal builds, -g -O0 for debug builds, and keeps the define __RTAUDIO_DEBUG__, however this is done using AC_DEFINE. | |||
| 2016-02-18 | Move version check up to beginning of configure.ac. | Stephen Sinclair | |
| 2016-02-16 | Version number update in configure.ac in advance of new release. | Gary Scavone | |
| 2016-02-16 | Merge pull request #49 from radarsat1/automake | garyscavone | |
| Port the build system to automake | |||
| 2016-02-16 | Merge pull request #48 from radarsat1/duplex-64-compat | garyscavone | |
| Revert "duplex test: 64 bit compatibility" | |||
| 2016-02-16 | Merge pull request #47 from radarsat1/fix-version | garyscavone | |
| Fix version and add version check | |||
| 2016-02-12 | Revert "duplex test: 64 bit compatibility" | Stephen Sinclair | |
| This reverts commit f639653f5ecf98d3b093049435df5631d8eb0f44. This change breaks the build with g++ 5.2.1 (Ubuntu 15.10). | |||
| 2016-02-12 | Update version number to 4.1.1 in configure.ac | Stephen Sinclair | |
| 2016-02-12 | Add a test to configure.ac to ensure RtAudio.h defines the same version number. | Stephen Sinclair | |
| 2016-02-12 | Port the build system to automake. | Stephen Sinclair | |
| 2016-02-12 | Rename librtaudio.pc to rtaudio.pc. | Stephen Sinclair | |
| 2016-02-12 | Generate version number in Doxyfile with configure. | Stephen Sinclair | |
| 2016-02-12 | Rename install to install.txt, to avoid conflicts with "make install" target. | Stephen Sinclair | |
| 2016-02-12 | Add .gitignore | Stephen Sinclair | |
| 2016-02-11 | Removed execute mode from RtAudio.cpp (why was it set?) | Gary Scavone | |
| 2016-02-11 | Documentation updates in advance of new release | Gary Scavone | |
| 2016-02-10 | WASAPI stream time update, as suggested by Patrice Taravel | Gary Scavone | |
| 2016-02-03 | Merge pull request #43 from guidefloripa/master | garyscavone | |
| Release lock if GetCurrentPosition from DS failed | |||
| 2016-02-03 | Merge pull request #42 from berkus/master | garyscavone | |
| Multiple minor compile fixes with modern C++ | |||
| 2015-12-21 | Release lock if GetCurrentPosition from DS failed | Guilherme Steinmann | |
| 2015-09-22 | Don't take address of boolean flag, use flag itself instead. | Berkus Decker | |
| 2015-09-22 | Add ALSA include directories to fix compile on some systems. | Berkus Decker | |
| 2015-09-22 | Disable policy change for cmake 3.0 | Berkus Decker | |
| 2015-09-22 | Register is no more in modern C++. | Berkus Decker | |
| 2015-05-08 | Update optional stream name for playback in PulseAudio API. | Gary Scavone | |
| 2015-04-07 | Merge pull request #35 from xord/fix_compile_errors_with_core_audio | garyscavone | |
| fix compile errors with -D__MACOSX_CORE__ | |||
| 2015-04-08 | delete not needed line. (duplicated) | snori | |
| 2015-04-06 | Merge pull request #34 from diamond-msc/patch-1 | garyscavone | |
| duplex test: 64 bit compatibility | |||
| 2015-04-06 | Merge branch 'igor-mikushkin-fix_alsa_underrun_warning' | Gary Scavone | |
| Merge of ALSA underrun warning fix. | |||
| 2015-04-06 | Commit of ALSA underrun warning message fix | Gary Scavone | |
| 2015-04-06 | Merge branch 'guidefloripa-master' | Gary Scavone | |
| Merge of OS-X closeStream() fix to remove property listener. | |||
| 2015-04-06 | Merge branch 'master' of https://github.com/guidefloripa/rtaudio into ↵ | Gary Scavone | |
| guidefloripa-master Trying to merge OS-X closeStream() update. | |||
| 2015-04-05 | Update to DS code for getDeviceCount() when cleaning out devices that may ↵ | Gary Scavone | |
| have disappeared | |||
| 2015-04-05 | duplex test: 64 bit compatibility | David Császár | |
| This change was necessary to prevent BAD ACCESS when compiling on 64 bit OSX | |||
| 2015-03-25 | Fix closeStream on Mac OS X | Guilherme Steinmann | |
| 2015-02-23 | Small fix in documentation regarding pkg-config argument specification for ↵ | Gary Scavone | |
| Jack API. | |||
| 2015-02-23 | Small ASIO update to support buffersize value of 0 (setting to preferred size). | Gary Scavone | |
| 2014-11-03 | Fixed some missing unlocks before calling error() in DS API. | Gary Scavone | |
| 2014-11-03 | Merge pull request #25 from yedey/master | garyscavone | |
| Fixes for WASAPI / ASIO | |||
| 2014-11-03 | Merge pull request #29 from tmatth/static_analysis_fixes | garyscavone | |
| Static analysis fixes | |||
| 2014-11-03 | Merge pull request #28 from geo-harris/master | garyscavone | |
| Fix for NULL options in PULSE audio backend in probeDeviceOpen | |||
| 2014-11-03 | Merge pull request #27 from TyounanMOTI/fix_wasapi_buffer_free_calloc | garyscavone | |
| Fix calloc-free mismatch | |||
| 2014-11-03 | Merge pull request #26 from TyounanMOTI/fix_std_max_vs2013 | garyscavone | |
| Add algorithm header include | |||
| 2014-11-02 | rtaudio: avoid NULL dereference | Tristan Matthews | |
| 2014-11-02 | alsa: avoid uninitialized read | Tristan Matthews | |
| The check if ( subdevice != -1 ) was being done on a potentially uninitialized variable. | |||
| 2014-10-16 | Fix for NULL options in PULSE audio backend in probeDeviceOpen | Harris Georgiou | |
| 2014-10-06 | Fix calloc-free mismatch | Hirotoshi YOSHITAKA | |
| Use free() for allocated memory by calloc (not delete). Deleting calloc-ed memory will become problem in the environment which overrides global "operator delete" like some game engine. | |||
