log data/fileio/CSVFormat.h @ 1550:1ae6a19464a7 zoom-double

age author description
2018-09-14 Chris Cannam Some CSV format tests and minor fixes
2018-09-12 Chris Cannam Ignore non-value columns when guessing sample range import-audio-data
2018-09-07 Chris Cannam Accessors + overlooked initialiser import-audio-data
2018-09-07 Chris Cannam Add sample-range support to CSVFormat import-audio-data
2018-09-06 Chris Cannam Add small, signed import-audio-data
2018-09-06 Chris Cannam Add quicker accessor for numeric status import-audio-data
2018-09-05 Chris Cannam Debug etc import-audio-data
2018-06-28 Chris Cannam Add wave model as possible target for CSV import import-audio-data
2018-03-01 Chris Cannam Untabify
2017-01-10 Chris Cannam When importing CSV, if the first line doesn't have a separator, continue to leave the separator indeterminate until we arrive at a line that does. Fixes inability to load correctly CSV files in which some lines have more columns than others 3.0-integration
2015-03-10 Chris Cannam Further dedicated-types fixes cxx11
2014-12-01 Chris Cannam If the first column of a CSV file has zero or one non-empty values in it, during the first 5 rows, then ignore it by default
2014-11-14 Chris Cannam Provide reader from QIODevice
2014-10-03 Chris Cannam Add milliseconds as CSV import timing option