summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
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
Fix AC_ARG_WITH usage to be like the manual suggests: https://autotools.io/autoconf/arguments.html
2016-06-24Remove references to rtaudio-config from configure.ac.Stephen Sinclair
2016-02-18Fix 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-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
Port the build system to automake
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
2014-05-17Checking for pulseaudio on DebianRafael Vega
2014-04-26Added new setStreamTime function; Documentation updates for 4.1.1 release.4.1.1Gary Scavone
2014-04-15Updates to WASAPI API to support MinGW compile.Gary Scavone
2014-03-31Fix for ALSA runnable flag update mistake; moved streamname declaration in ↵Gary Scavone
PULSE code to avoid compiler complaint.
2014-01-18Changes to fix display issue for non-ASCII device names and some compile ↵Gary Scavone
warnings on the Windows platform (most from Pavel Mogilevskiy).
2013-10-11Add prefix to rtaudio-config output.Stephen Sinclair
2013-10-11Various updates for pulseaudio API and default ALSA device enumeration (gs).Gary Scavone
2013-10-11Mutex removal from several APIs, addition of PulseAudio support, ↵Gary Scavone
documentation updates for 4.0.11 release.
2013-10-11Fix for compile bug in Windows DS and library configure in linux (GS).Gary Scavone
2013-10-11Various changes in preparation for release 4.0.8Gary Scavone
including fix of MinGW ASIO compile problem (iasiothiscallresolver), OS-X problem handling device names in some languages (CFString conversion), small change to OS-X MUTEX lock location to avoid lockups, and correction to documentation regarding 24-bit data (should be lower 3 bytes, not upper 3 bytes).
2013-10-11Many updates for release 4.0.7 (gs).Gary Scavone
2013-10-11Bug fixes for ALSA buffersize setting and new OS X 10.5 variable (GS).Gary Scavone
2013-10-11Various updates to configure script, rtaudio files, and test files in ↵Gary Scavone
preparation for upcoming release (gps).
2013-10-11Various updates in ALSA for probing while device is open and in Windows for ↵Gary Scavone
thread priority (gps).
2013-10-11Various configure changes for MinGW (gps).Gary Scavone
2013-10-11Various documentation, configuration, and minor naming changes (gps).Gary Scavone
2013-10-11Various configure and Makefile changes for MinGW (gps).Gary Scavone
2013-10-11Check in of new version 4.0.0 distribution (GS).Gary Scavone
2013-10-10Version 3.0.2Gary Scavone
2013-10-10Version 3.0Gary Scavone
2013-10-10Version 2.1Gary Scavone