log data/fileio/CSVFormat.h @ 1886:f803d3c33f76 tip

age author description
Wed, 17 Jun 2020 18:01:00 +0100 Chris Cannam Detect presence of header row in CSV format guesser; use headings to inform our guesses about column purposes; test this csv-import-headers
Wed, 25 Sep 2019 11:06:59 +0100 Chris Cannam Add duration-and-extent type, which corresponds to a box model time-frequency-boxes
Wed, 09 Jan 2019 14:39:50 +0000 Chris Cannam Add mechanism to retrieve the set of plausible separators found in CSV-like file when guessing its format
Fri, 14 Sep 2018 09:25:17 +0100 Chris Cannam Some CSV format tests and minor fixes
Wed, 12 Sep 2018 15:27:30 +0100 Chris Cannam Ignore non-value columns when guessing sample range import-audio-data
Fri, 07 Sep 2018 18:12:20 +0100 Chris Cannam Accessors + overlooked initialiser import-audio-data
Fri, 07 Sep 2018 16:55:29 +0100 Chris Cannam Add sample-range support to CSVFormat import-audio-data
Thu, 06 Sep 2018 16:26:19 +0100 Chris Cannam Add small, signed import-audio-data
Thu, 06 Sep 2018 11:49:00 +0100 Chris Cannam Add quicker accessor for numeric status import-audio-data
Wed, 05 Sep 2018 11:56:45 +0100 Chris Cannam Debug etc import-audio-data
Thu, 28 Jun 2018 14:49:46 +0100 Chris Cannam Add wave model as possible target for CSV import import-audio-data
Thu, 01 Mar 2018 18:02:22 +0000 Chris Cannam Untabify
Tue, 10 Jan 2017 14:18:34 +0000 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
Tue, 10 Mar 2015 17:02:52 +0000 Chris Cannam Further dedicated-types fixes cxx11