log

age author description
Thu, 16 Oct 2014 10:50:12 +0100 Chris Cannam Non-power-of-two is not an issue if we're built with fftw
Fri, 12 Sep 2014 16:50:21 +0100 Chris Cannam Merge
Fri, 12 Sep 2014 16:50:01 +0100 Chris Cannam Fix failure to reset timestamp rewriting when reset() called in buffering adapter (symptom: timestamps appear to continue to ascend from end point on second run after reset)
Fri, 12 Sep 2014 15:10:05 +0100 Chris Cannam Further typo fixes in Makefile.inc
Fri, 12 Sep 2014 12:19:15 +0100 Chris Cannam Fix a couple of mistakes in the skeleton Makefile.inc
Fri, 05 Sep 2014 16:13:32 +0100 Chris Cannam Merge
Fri, 05 Sep 2014 09:31:00 +0100 Chris Cannam Split out big Makefile into Makefile.inc and platform-specific Makefiles
Wed, 03 Sep 2014 12:14:39 +0100 Chris Cannam Fix some uninitialised members that Coverity otherwise complains about
Thu, 07 Aug 2014 20:30:36 +0100 Chris Cannam Add CFLAGS to Makefile
Thu, 07 Aug 2014 19:34:35 +0100 Chris Cannam Add CFLAGS (like CXXFLAGS) to configure
Wed, 06 Aug 2014 16:31:46 +0100 Chris Cannam Merge
Wed, 06 Aug 2014 16:30:34 +0100 Chris Cannam Toward win64 build eventually
Wed, 06 Aug 2014 16:02:25 +0100 Chris Cannam Looks like --retain-symbols-file=<file>.list is the PE equivalent of the ELF version script for our purposes
Tue, 05 Aug 2014 12:55:55 +0100 Chris Cannam Some os/x build fixes