2018-04-17 |
Lucas Thompson |
Fix progress reporting and allow for changing how progress is calculating (TODO multi-selection)
streaming-csv-writer
|
2018-04-17 |
Lucas Thompson |
Add failing test for non zero selection start
streaming-csv-writer
|
2018-04-17 |
Lucas Thompson |
Initialise ProgressReporter member with default member initialiser
streaming-csv-writer
|
2018-04-17 |
Lucas Thompson |
Formatting and naming changes more in line with SV conventions.
streaming-csv-writer
|
2018-04-17 |
Lucas Thompson |
Revert to adding a test case in the style of the existing file
streaming-csv-writer
|
2018-04-17 |
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 |
Lucas Thompson |
Add constructor overload for using an optional ProgressReporter
streaming-csv-writer
|
2018-04-17 |
Lucas Thompson |
Added utility function for splitting a model selection into chunks and writing to a stream.
streaming-csv-writer
|
2018-04-17 |
Lucas Thompson |
Already pre-allocated, don't push_back.
streaming-csv-writer
|
2018-04-17 |
Lucas Thompson |
Fix namespace
streaming-csv-writer
|
2018-04-17 |
Lucas Thompson |
Untabify
streaming-csv-writer
|
2018-04-17 |
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-03-01 |
Chris Cannam |
Untabify
|
2018-03-01 |
Chris Cannam |
Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
|
2017-12-11 |
Chris Cannam |
Rework canonicalisation so as to avoid theoretical possibility of integer overflow
|
2017-12-07 |
Chris Cannam |
Fix fallthrough which bothered compiler
|
2017-10-09 |
Chris Cannam |
Fix reversed parameter names (fortunately the only call to this function currently uses the correct order)
|
2017-10-09 |
Chris Cannam |
Add overlooked fclose in error case
|
2017-08-31 |
Chris Cannam |
Merge
|
2017-08-31 |
Chris Cannam |
Avoid displaying negative zero
|
2017-07-20 |
Chris Cannam |
Adjust rounding; fixes tests on 32-bit Linux test box. Also update one test. Next: recheck everywhere else.
|
2017-07-10 |
Chris Cannam |
Merge from branch "scale-ticks"
|
2017-05-04 |
Chris Cannam |
SVDEBUG, though it turns out not to be very useful
scale-ticks
|
2017-05-04 |
Chris Cannam |
Rework log scale calculation, update to changed interface
scale-ticks
|
2017-05-04 |
Chris Cannam |
We don't need to return the tick instruction gubbins
scale-ticks
|
2017-05-04 |
Chris Cannam |
Another test, that needs some more work
scale-ticks
|
2017-05-04 |
Chris Cannam |
After seeing them in action, I changed my mind about the wisdom of these trailing .0s
scale-ticks
|
2017-05-04 |
Chris Cannam |
Add logarithmic ticks. This is getting complicated!
scale-ticks
|