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

age author description
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, 06 Mar 2019 16:37:10 +0000 Chris Cannam Fix compiler warning single-point
Tue, 05 Mar 2019 13:21:55 +0000 Chris Cannam Start some sparse model tests single-point
Tue, 17 Apr 2018 10:54:48 +0100 Chris Cannam Fix compiler warnings
Tue, 17 Apr 2018 10:37:50 +0100 Chris Cannam For sparse models, write whole model to CSV in one go streaming-csv-writer
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