log

age author description
Tue, 17 Apr 2018 10:03:49 +0100 Lucas Thompson Add constructor overload for using an optional ProgressReporter streaming-csv-writer
Tue, 17 Apr 2018 10:03:49 +0100 Lucas Thompson Added utility function for splitting a model selection into chunks and writing to a stream. streaming-csv-writer
Tue, 17 Apr 2018 10:03:49 +0100 Lucas Thompson Already pre-allocated, don't push_back. streaming-csv-writer
Tue, 17 Apr 2018 10:03:49 +0100 Lucas Thompson Fix namespace streaming-csv-writer
Tue, 17 Apr 2018 10:03:49 +0100 Lucas Thompson Untabify streaming-csv-writer
Tue, 17 Apr 2018 10:03:49 +0100 Lucas Thompson Introduce a TestHelper which contains boiler plate for running a suite of QtTest style objects. Stub CSVStreamWriter and test to integrate into build. streaming-csv-writer
Thu, 01 Mar 2018 18:02:22 +0000 Chris Cannam Untabify
Thu, 01 Mar 2018 14:43:40 +0000 Chris Cannam Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
Mon, 11 Dec 2017 09:28:40 +0000 Chris Cannam Rework canonicalisation so as to avoid theoretical possibility of integer overflow
Thu, 07 Dec 2017 13:33:30 +0000 Chris Cannam Fix fallthrough which bothered compiler
Mon, 09 Oct 2017 11:09:21 +0100 Chris Cannam Fix reversed parameter names (fortunately the only call to this function currently uses the correct order)
Mon, 09 Oct 2017 11:08:59 +0100 Chris Cannam Add overlooked fclose in error case
Thu, 31 Aug 2017 18:46:03 +0100 Chris Cannam Merge
Thu, 31 Aug 2017 18:45:17 +0100 Chris Cannam Avoid displaying negative zero
Thu, 20 Jul 2017 14:52:49 +0100 Chris Cannam Adjust rounding; fixes tests on 32-bit Linux test box. Also update one test. Next: recheck everywhere else.