graph
- Fix multi-selection output line break issue, compare against end frame of last region.streaming-csv-writer 2018-04-17, by Lucas Thompson
- Write failing test for multi-selection output - line break issue between regions.streaming-csv-writer 2018-04-17, by Lucas Thompson
- Introduce overload of writeInChunks taking a MultiSelection. Simplifies the progress reporting.streaming-csv-writer 2018-04-17, by Lucas Thompson
- Fix another occurrence of old namestreaming-csv-writer 2018-04-17, by Lucas Thompson
- Fix typo of old namestreaming-csv-writer 2018-04-17, by Lucas Thompson
- Implement progress reporting for multi-selection. Needs refactoring.streaming-csv-writer 2018-04-17, by Lucas Thompson
- Fix progress reporting and allow for changing how progress is calculating (TODO multi-selection)streaming-csv-writer 2018-04-17, by Lucas Thompson
- Add failing test for non zero selection startstreaming-csv-writer 2018-04-17, by Lucas Thompson
- Initialise ProgressReporter member with default member initialiserstreaming-csv-writer 2018-04-17, by Lucas Thompson
- Formatting and naming changes more in line with SV conventions.streaming-csv-writer 2018-04-17, by Lucas Thompson
- Revert to adding a test case in the style of the existing filestreaming-csv-writer 2018-04-17, by Lucas Thompson
- Remove some duplication and make use of utility function for writing in chunks to avoid memory growth.streaming-csv-writer 2018-04-17, by Lucas Thompson
- Add constructor overload for using an optional ProgressReporterstreaming-csv-writer 2018-04-17, by Lucas Thompson
- Added utility function for splitting a model selection into chunks and writing to a stream.streaming-csv-writer 2018-04-17, by Lucas Thompson
- Already pre-allocated, don't push_back.streaming-csv-writer 2018-04-17, by Lucas Thompson
- Fix namespacestreaming-csv-writer 2018-04-17, by Lucas Thompson
- Untabifystreaming-csv-writer 2018-04-17, by 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 2018-04-17, by Lucas Thompson
- Untabify2018-03-01, by Chris Cannam
- Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy2018-03-01, by Chris Cannam
- Rework canonicalisation so as to avoid theoretical possibility of integer overflow2017-12-11, by Chris Cannam
- Fix fallthrough which bothered compiler2017-12-07, by Chris Cannam
- Fix reversed parameter names (fortunately the only call to this function currently uses the correct order)2017-10-09, by Chris Cannam
- Add overlooked fclose in error case2017-10-09, by Chris Cannam
- Merge2017-08-31, by Chris Cannam
- Avoid displaying negative zero2017-08-31, by Chris Cannam
- Adjust rounding; fixes tests on 32-bit Linux test box. Also update one test. Next: recheck everywhere else.2017-07-20, by Chris Cannam
- Merge from branch "scale-ticks"2017-07-10, by Chris Cannam
- SVDEBUG, though it turns out not to be very usefulscale-ticks 2017-05-04, by Chris Cannam
- Rework log scale calculation, update to changed interfacescale-ticks 2017-05-04, by Chris Cannam
- We don't need to return the tick instruction gubbinsscale-ticks 2017-05-04, by Chris Cannam
- Another test, that needs some more workscale-ticks 2017-05-04, by Chris Cannam
- After seeing them in action, I changed my mind about the wisdom of these trailing .0sscale-ticks 2017-05-04, by Chris Cannam
- Add logarithmic ticks. This is getting complicated!scale-ticks 2017-05-04, by Chris Cannam
- Tests now passingscale-ticks 2017-05-04, by Chris Cannam
- Change loop to something that feels more correct, though it makes no difference to the tests here. More tests, one failing.scale-ticks 2017-05-04, by Chris Cannam
- More tests & fixesscale-ticks 2017-05-03, by Chris Cannam
- These tests now pass (in some cases by fixing the tests)scale-ticks 2017-05-03, by Chris Cannam
- More fixes, more tests, including some more that now failscale-ticks 2017-05-03, by Chris Cannam
- These tests now pass, but there's still a lot to be donescale-ticks 2017-05-03, by Chris Cannam
- Scale tick labeller, and tests (some failing so far)scale-ticks 2017-05-03, by Chris Cannam
- Untabify!2017-03-07, by Chris Cannam
- Change where the 32-bit memory calculation adjustment is carried out -- more transparent here2017-03-07, by Chris Cannam
- More debug logging2017-03-07, by Chris Cannam
- Debug output2017-03-07, by Chris Cannam
- Fix some one-off memory leaks (including distracting ones in tests)2017-03-06, by Chris Cannam
- Some bits and bobs to do with handling memory pressure2017-03-06, by Chris Cannam
- More useful diagnostics for MIDI startup2017-03-06, by Chris Cannam
- Avoid compiler warning for dummy build2017-03-06, by Chris Cannam
- Support pre-5.4 Qt builds. Also, don't use SVDEBUG in here, because it depends on this class!2017-03-06, by Chris Cannam
- Update RtMidi build to v2.1.12017-03-05, by Chris Cannam
- Debug output2017-03-05, by Chris Cannam
- Fix equality comparison that caused test case failure on 32-bit build2017-02-28, by Chris Cannam
- Add Range01 normalisation method to ColumnOp. This is the normalisation that is actually used in the Colour 3D Plot layer historically when column normalisation is enabled (not Max1 after all).2017-02-28, by Chris Cannam
- Remove commented-out code2017-02-28, by Chris Cannam
- LogRange tests2017-02-28, by Chris Cannam