log data/fileio/test/CSVStreamWriterTest.h @ 1836:bfdf0f7f9448

age author description
Wed, 08 Apr 2020 18:41:00 +0100 Chris Cannam Remove debug output
Mon, 06 Apr 2020 10:59:36 +0100 Chris Cannam Test CSV quoting sensible-delimited-data-strings
Fri, 03 Apr 2020 17:11:05 +0100 Chris Cannam Rewrite all the DelimitedDataString stuff so as to return vectors of individual cell strings rather than having the classes add the delimiters themselves. Rename accordingly to names based on StringExport. Take advantage of this in the CSV writer code so as to properly quote cells that contain delimiter characters. sensible-delimited-data-strings
Thu, 28 Mar 2019 16:03:36 +0000 Chris Cannam Re-add the toDelimitedDataString stuff single-point
Wed, 13 Mar 2019 16:00:13 +0000 Chris Cannam Further API updates single-point
Tue, 05 Mar 2019 13:21:55 +0000 Chris Cannam Start some sparse model tests single-point
Thu, 09 Aug 2018 16:45:17 +0100 Chris Cannam Remove some debug output
Tue, 17 Apr 2018 10:54:48 +0100 Chris Cannam Fix compiler warnings
Tue, 17 Apr 2018 10:03:51 +0100 Lucas Thompson Add failing test case for writing a sparse model. Partially handle some of the related issues with line-breaks. streaming-csv-writer
Tue, 17 Apr 2018 10:03:50 +0100 Lucas Thompson Remove anonymous namespace streaming-csv-writer
Tue, 17 Apr 2018 10:03:50 +0100 Lucas Thompson Write failing test for multi-selection output - line break issue between regions. streaming-csv-writer
Tue, 17 Apr 2018 10:03:50 +0100 Lucas Thompson Add failing test for non zero selection start streaming-csv-writer
Tue, 17 Apr 2018 10:03:49 +0100 Lucas Thompson Formatting and naming changes more in line with SV conventions. 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 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