Mercurial > hg > svcore
log
age | author | description |
---|---|---|
Thu, 09 Apr 2020 11:23:17 +0100 | Chris Cannam | Merge |
Thu, 09 Apr 2020 11:22:55 +0100 | Chris Cannam | Unify various vectors to our base floatvec_t type; store columns in fft model cache at their desired height so we can return a reference (speeding up the peak-frequency spectrogram in particular) |
Wed, 08 Apr 2020 18:41:00 +0100 | Chris Cannam | Remove debug output |
Mon, 06 Apr 2020 13:55:44 +0100 | Chris Cannam | Merge from branch sensible-delimited-data-strings |
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 |