log audioio/AudioJACKTarget.cpp @ 439:9429622647e6 cxx11

age author description
Tue, 10 Mar 2015 17:02:52 +0000 Chris Cannam Further dedicated-types fixes cxx11
Mon, 29 Sep 2014 13:27:13 +0100 Chris Cannam Correct some really stupid fixed-length string stuff, including a genuine stack overflow that causes a crash on OS/X for certain colour 3d plot data.
Wed, 24 Sep 2014 10:00:56 +0100 Chris Cannam Some install and packaging updates
Tue, 17 Jun 2014 16:23:06 +0100 Chris Cannam Remove size_t's, fix compiler warnings warnfix_no_size_t
Tue, 26 Nov 2013 14:12:50 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
Mon, 10 Oct 2011 17:31:30 +0100 mathieub m_bufferSize = 2048 in AudioPortAudioTarget.cpp integration_library
Tue, 14 Jun 2011 15:27:12 +0100 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
Mon, 16 May 2011 17:19:40 +0100 Chris Cannam Convert many cerrs to DEBUGs debug-output
Wed, 21 May 2008 16:54:24 +0000 Chris Cannam * Provisional PulseAudio output driver. No latency handling yet, and
Tue, 29 Apr 2008 09:44:44 +0000 Chris Cannam * Merge rev 1048 (build fixes) from rdf-import branch
Wed, 27 Feb 2008 11:59:42 +0000 Chris Cannam * Merge from trunk spectrogram-cache-rejig
Wed, 27 Feb 2008 10:32:45 +0000 Chris Cannam * merge from trunk (1.2 ended up being tracked from trunk, but we may want 1.2-stable
Wed, 13 Feb 2008 17:59:10 +0000 Chris Cannam * static build fixes
Fri, 08 Feb 2008 17:51:15 +0000 Chris Cannam * PortAudio driver: do not specify frames per buffer, let PA decide
Tue, 29 Jan 2008 19:54:54 +0000 Chris Cannam * munlockall
Fri, 30 Nov 2007 17:36:14 +0000 Chris Cannam * Merge r884 from trunk 1.2-stable
Fri, 30 Nov 2007 17:31:09 +0000 Chris Cannam * Skip ID3 block when reading MP3 files (so long as ID3 support is included)
Thu, 29 Nov 2007 12:02:09 +0000 Chris Cannam * Static build fixes 1.2-stable
Fri, 09 Nov 2007 17:46:58 +0000 Chris Cannam * Factor out uses of "Sonic Visualiser" in "common" code to applicationName()
Thu, 08 Nov 2007 16:14:32 +0000 Chris Cannam * use jack_client_open
Wed, 24 Oct 2007 16:34:31 +0000 Chris Cannam * Move some things around to facilitate plundering libraries for other
Mon, 20 Mar 2006 15:10:07 +0000 Chris Cannam * Update licensing rubric for GPL
Mon, 20 Mar 2006 11:40:39 +0000 Chris Cannam * Set indent-tabs-mode to nil in Emacs mode direction
Fri, 03 Mar 2006 17:23:27 +0000 Martin Gasser had to include <cmath> in some files to make it compile on the mac
Fri, 17 Feb 2006 18:11:08 +0000 Chris Cannam * As previous commit
Thu, 12 Jan 2006 13:45:27 +0000 Chris Cannam * Update copyrights to 2006
Tue, 10 Jan 2006 16:33:16 +0000 Chris Cannam initial import