log data/fileio/CSVFileReader.cpp @ 1802:c48548a85622

age author description
2019-09-25 Chris Cannam Add duration-and-extent type, which corresponds to a box model time-frequency-boxes
2019-09-10 Chris Cannam Split EditableDenseThreeDimensionalModel into explicitly compressed and uncompressed variants. Simplifies the uncompressed version, and we may want to consider whether we need the compressed one at all.
2019-03-20 Chris Cannam Start updating SparseOneDimensionalModel single-point
2019-03-18 Chris Cannam Introduce deferred notifier, + start converting sparse time-value model (perhaps we should rename it too) single-point
2019-03-15 Chris Cannam Update RegionModel following NoteModel, er, model. They have quite a bit in common that we should now pull out some of single-point
2019-03-13 Chris Cannam Further API updates single-point
2019-03-13 Chris Cannam Update NoteModel to use EventSeries. This is incomplete and won't provide enough to update svgui for it yet; must also refactor to avoid duplication of nasty APIs when updating the rest of the models single-point
2018-11-26 Chris Cannam Use nullptr throughout fix-static-analysis
2018-09-12 Chris Cannam Switch the normalisation option in WritableWaveFileModel from normalising on read to normalising on write, so that the saved file is already normalised and therefore can be read again without having to remember to normalise it import-audio-data
2018-09-11 Chris Cannam Add recorded/converted locations logic to this library import-audio-data
2018-09-08 Chris Cannam Pull allocation/deallocation out of the inner loop import-audio-data
2018-09-08 Chris Cannam Handle sample range specification for CSV import import-audio-data
2018-09-05 Chris Cannam Don't try to continue after what should have been a terminal problem import-audio-data
2018-09-04 Chris Cannam Catch failure to create model, e.g. because 0 channels for wave-file model import-audio-data
2018-06-29 Chris Cannam Call updateModel as well import-audio-data
2018-06-29 Chris Cannam Ensure first progress update happens at start import-audio-data
2018-06-29 Chris Cannam Support progress reporter for data file loads import-audio-data
2018-06-28 Chris Cannam Correct channel indexing import-audio-data
2018-06-28 Chris Cannam Call writeComplete on wave file model 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
2018-03-01 Chris Cannam Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
2015-08-20 Chris Cannam Back out Matthias's e22bfe8ca248 in the hope that my (earlier but on a different branch, and now merged) fix 882d448c8a6d will do the right thing tony-2.0-integration
2015-08-20 Chris Cannam Merge through to branch for Tony 2.0 tony-2.0-integration
2015-08-14 Matthias Mauch fixes the problem that the last note was not exported to csv tonioni
2015-07-03 Chris Cannam Fix assignment of values to regions on import, in case where region model contains duplicate points
2015-03-10 Chris Cannam Further dedicated-types fixes cxx11
2015-03-03 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11
2015-02-13 Chris Cannam Use filename as object name when reading data file to model (so it shows in the resulting layer name)
2014-11-14 Chris Cannam Provide reader from QIODevice
2014-10-03 Chris Cannam Add milliseconds as CSV import timing option
2014-09-03 Chris Cannam Frame this condition more defensively (from coverity scan)
2014-06-17 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
2014-04-07 Chris Cannam Make it possible to import CSV files directly into Note layers
2013-11-26 Chris Cannam Drop toStdString, with debug header we can stream QStrings
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2011-06-14 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
2011-05-16 Chris Cannam Convert many cerrs to DEBUGs debug-output
2011-05-12 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
2011-04-04 Chris Cannam * Avoid including non-value columns in 3d-model column count (fixes #38) sv_v1.8
2010-07-19 Chris Cannam * Complete the overhaul of CSV file import; now you can pick the purpose for
2010-07-08 Chris Cannam * Add option to import time+duration (or time+endtime) from CSV files
2009-09-11 Chris Cannam * Add start frame get/set to EditableDenseThreeDimensionalModel and use it
2009-01-23 Chris Cannam * make compression optional in editable dense 3d model, and some tweaks
2008-11-24 Chris Cannam * When loading data with timestamps in seconds, round each time to its
2008-03-14 Chris Cannam * More work to abstract out interactive components used in the data library,
2008-03-13 Chris Cannam * Fix failure to handle scientific notation for time field; tidy up some
2007-10-10 Chris Cannam * Make it possible to drop audio files, layer files, session files and images
2007-08-09 Chris Cannam * Fix failure to properly load from text files with old-style Mac line endings
2007-04-30 Chris Cannam * Ignore blank lines in CSV-type file import sv1-1.0rc1
2007-04-30 Chris Cannam * Fix many compile warnings, remove some debug output
2007-04-27 Chris Cannam * Fix #1706927 NaNs from plugin outputs should not be used
2006-10-09 Chris Cannam * Some dull work to continue unifying the fft model and editable dense 3d model
2006-07-31 Chris Cannam * Move the current DenseThreeDimensionalModel to EditableDenseThreeDimensionalModel last-cc-copyright
2006-07-31 Chris Cannam * Reorganising code base. This revision probably should compile once more.
2006-07-31 Chris Cannam * Reorganising code base. This revision will not compile.