<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rtaudio, branch 4.1.2</title>
<subtitle>Fork of rtaudio library for interfacing to audio interfaces</subtitle>
<id>https://git.carlh.net/cgit/rtaudio/atom?h=4.1.2</id>
<link rel='self' href='https://git.carlh.net/cgit/rtaudio/atom?h=4.1.2'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/'/>
<updated>2016-02-22T21:15:53Z</updated>
<entry>
<title>Final documentation update before release 4.1.2.</title>
<updated>2016-02-22T21:15:53Z</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2016-02-22T21:15:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=f4c674cf4a4c7487121977179e1ce623b8231ca6'/>
<id>urn:sha1:f4c674cf4a4c7487121977179e1ce623b8231ca6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #50 from radarsat1/automake</title>
<updated>2016-02-22T20:52:05Z</updated>
<author>
<name>garyscavone</name>
<email>garyscavone@users.noreply.github.com</email>
</author>
<published>2016-02-22T20:52:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=76d5fdae7a860d452d935a9da9321b251ed85939'/>
<id>urn:sha1:76d5fdae7a860d452d935a9da9321b251ed85939</id>
<content type='text'>
Fix handling of CXXFLAGS in configure.ac.</content>
</entry>
<entry>
<title>A few more pre-release (4.1.2) updates.</title>
<updated>2016-02-22T20:50:52Z</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2016-02-22T20:50:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=16366222b72e2a6a7425073e4fabcffb46b57c79'/>
<id>urn:sha1:16366222b72e2a6a7425073e4fabcffb46b57c79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix handling of CXXFLAGS in configure.ac.</title>
<updated>2016-02-18T16:21:38Z</updated>
<author>
<name>Stephen Sinclair</name>
<email>radarsat1@gmail.com</email>
</author>
<published>2016-02-18T16:17:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=ac3032ecbbadf20c4d3e3237ed6a6c73bf64b587'/>
<id>urn:sha1:ac3032ecbbadf20c4d3e3237ed6a6c73bf64b587</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Move version check up to beginning of configure.ac.</title>
<updated>2016-02-18T16:16:27Z</updated>
<author>
<name>Stephen Sinclair</name>
<email>radarsat1@gmail.com</email>
</author>
<published>2016-02-18T16:16:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=155405f0de1b949269e71028f39f4df5a9711a0e'/>
<id>urn:sha1:155405f0de1b949269e71028f39f4df5a9711a0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Version number update in configure.ac in advance of new release.</title>
<updated>2016-02-17T01:43:28Z</updated>
<author>
<name>Gary Scavone</name>
<email>gary@music.mcgill.ca</email>
</author>
<published>2016-02-17T01:43:28Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=3d86f23d6fe8b41e1c3361c67aa00a000e060802'/>
<id>urn:sha1:3d86f23d6fe8b41e1c3361c67aa00a000e060802</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #49 from radarsat1/automake</title>
<updated>2016-02-17T01:39:50Z</updated>
<author>
<name>garyscavone</name>
<email>garyscavone@users.noreply.github.com</email>
</author>
<published>2016-02-17T01:39:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=0b6207d3257a988b6665c36b6d4ee6d9846a4b52'/>
<id>urn:sha1:0b6207d3257a988b6665c36b6d4ee6d9846a4b52</id>
<content type='text'>
Port the build system to automake</content>
</entry>
<entry>
<title>Merge pull request #48 from radarsat1/duplex-64-compat</title>
<updated>2016-02-17T01:38:29Z</updated>
<author>
<name>garyscavone</name>
<email>garyscavone@users.noreply.github.com</email>
</author>
<published>2016-02-17T01:38:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=ce98d4a31cf62bc01bdd7b12ec7a7044685ac06a'/>
<id>urn:sha1:ce98d4a31cf62bc01bdd7b12ec7a7044685ac06a</id>
<content type='text'>
Revert "duplex test: 64 bit compatibility"</content>
</entry>
<entry>
<title>Merge pull request #47 from radarsat1/fix-version</title>
<updated>2016-02-17T01:32:22Z</updated>
<author>
<name>garyscavone</name>
<email>garyscavone@users.noreply.github.com</email>
</author>
<published>2016-02-17T01:32:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=b4fe17fb7eb399d012c5d8994cca9f77632819cb'/>
<id>urn:sha1:b4fe17fb7eb399d012c5d8994cca9f77632819cb</id>
<content type='text'>
Fix version and add version check</content>
</entry>
<entry>
<title>Revert "duplex test: 64 bit compatibility"</title>
<updated>2016-02-12T17:58:32Z</updated>
<author>
<name>Stephen Sinclair</name>
<email>radarsat1@gmail.com</email>
</author>
<published>2016-02-12T17:12:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/rtaudio/commit/?id=77cfec0f03ce712410620d93fd698561901bdaf7'/>
<id>urn:sha1:77cfec0f03ce712410620d93fd698561901bdaf7</id>
<content type='text'>
This reverts commit f639653f5ecf98d3b093049435df5631d8eb0f44.

This change breaks the build with g++ 5.2.1 (Ubuntu 15.10).
</content>
</entry>
</feed>
