| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-17 | Documentation and version updates before release 5.1.0 | Gary Scavone | |
| 2019-01-24 | automake: fix inconsistency between --with-ds and --with-dsound | Stephen Sinclair | |
| Go with --with-dsound. | |||
| 2019-01-24 | automake: add configuration for mingw64 and msys/msys2 | Stephen Sinclair | |
| 2019-01-24 | automake: fix repeated defines and libs for WASAPI and DSound. | Stephen Sinclair | |
| 2018-10-12 | Merge branch 'master' of https://github.com/thestk/rtaudio | Marcus Tomlinson | |
| 2018-09-28 | Fix linker flags | Marcus Tomlinson | |
| 2018-08-24 | Don't error on unused-function. | Stephen Sinclair | |
| Because of convertCharPointerToStdString for example. | |||
| 2018-08-10 | Update availability of platforms in configure help. | Stephen Sinclair | |
| 2018-07-14 | Improve clarity of error message when no known system was found. | Stephen Sinclair | |
| 2018-07-14 | Check for headers for Windows APIs (except ASIO) | Stephen Sinclair | |
| 2018-07-14 | Improve OSS4 detection on Linux. | Stephen Sinclair | |
| 2018-07-14 | Allow to disable an implicitly-selected system using --without-*api* | Stephen Sinclair | |
| 2018-05-02 | Fix option name with_ds -> with_dsound | Stephen Sinclair | |
| 2018-05-02 | Make libossaudio a soft OSS requirement, but do check for sys/soundcard.h | Stephen Sinclair | |
| 2018-05-01 | autoconf: separate OS defaults and audio API testing | Stephen Sinclair | |
| 2018-01-31 | Add jack to pkg-config requires. | Stephen Sinclair | |
| 2017-10-18 | Fix compilation of ASIO and WASAPI backends in MingW/Ubuntu. | Stephen Sinclair | |
| Warnings/errors "unused function" are from the unicode conversion functions on Windows, and "unused but set variable" is from ASIO source code; we disable these warnings on Windows builds. | |||
| 2017-10-10 | Don't export private symbols in non-debug builds | IOhannes m zmölnig | |
| 2017-10-10 | properly quote message strings | IOhannes m zmölnig | |
| 2017-10-10 | removed unused fallback definitions of PKG_CHECK_MODULES and friends | IOhannes m zmölnig | |
| it's only cruft | |||
| 2017-10-10 | Conditionally build asio sources | IOhannes m zmölnig | |
| afaict, the current code wouldn't work at all (defining an unused 'objects' Makefile-variable). | |||
| 2017-10-10 | use AS_CASE rather than "case" | IOhannes m zmölnig | |
| 2017-10-10 | fixed AC_MSG_ERROR arg | IOhannes m zmölnig | |
| 2017-10-10 | fixed bash-style assignment | IOhannes m zmölnig | |
| 2017-10-10 | ported "--enable-debug" fixes from RtMidi | IOhannes m zmölnig | |
| 2017-10-10 | pretty "--with-..." help (and grouped AC_ARG_WITH together) | IOhannes m zmölnig | |
| 2017-10-10 | Do not require a program to compile/run to check for version coherency | IOhannes m zmölnig | |
| 2017-10-10 | consistent API checks | IOhannes m zmölnig | |
| consistent ordering of AC_MSG, additional library checks and var-setting. also, use "=" rather than "=" when testing for equality | |||
| 2017-10-10 | use AS_IF rather than "if" | IOhannes m zmölnig | |
| 2017-10-10 | Getting rid of repeated and useless calls to AC_SUBST | IOhannes m zmölnig | |
| 2017-08-30 | Version and documentation updates in advance of new release. | Gary Scavone | |
| 2017-08-26 | Use AS_IF. | Stephen Sinclair | |
| 2017-08-26 | For BSDs, only set OSS if Jack not found. | Stephen Sinclair | |
| 2017-08-26 | Check for jack on all operating systems and add freebsd host. | Stephen Sinclair | |
| 2017-08-26 | Don't force ALSA when checking for Jack. | Stephen Sinclair | |
| 2017-08-26 | Don't check all libraries, use AS_IF. | Stephen Sinclair | |
| Fix AC_ARG_WITH usage to be like the manual suggests: https://autotools.io/autoconf/arguments.html | |||
| 2016-06-24 | Remove references to rtaudio-config from configure.ac. | Stephen Sinclair | |
| 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-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 | |
| 2014-05-17 | Checking for pulseaudio on Debian | Rafael Vega | |
| 2014-04-26 | Added new setStreamTime function; Documentation updates for 4.1.1 release.4.1.1 | Gary Scavone | |
| 2014-04-15 | Updates to WASAPI API to support MinGW compile. | Gary Scavone | |
| 2014-03-31 | Fix for ALSA runnable flag update mistake; moved streamname declaration in ↵ | Gary Scavone | |
| PULSE code to avoid compiler complaint. | |||
