log data/fileio/CSVFileReader.cpp @ 986:e8e6c4e7437b

age author description
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.