log data/fileio/CSVFileReader.cpp @ 823:f0558e69a074

age author description
Tue, 14 Jun 2011 15:26:52 +0100 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
Mon, 16 May 2011 17:19:09 +0100 Chris Cannam Convert many cerrs to DEBUGs debug-output
Thu, 12 May 2011 17:31:24 +0100 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
Mon, 04 Apr 2011 15:20:29 +0100 Chris Cannam * Avoid including non-value columns in 3d-model column count (fixes #38) sv_v1.8
Mon, 19 Jul 2010 17:08:56 +0000 Chris Cannam * Complete the overhaul of CSV file import; now you can pick the purpose for
Thu, 08 Jul 2010 14:22:28 +0000 Chris Cannam * Add option to import time+duration (or time+endtime) from CSV files
Fri, 11 Sep 2009 15:42:32 +0000 Chris Cannam * Add start frame get/set to EditableDenseThreeDimensionalModel and use it
Fri, 23 Jan 2009 14:00:29 +0000 Chris Cannam * make compression optional in editable dense 3d model, and some tweaks
Mon, 24 Nov 2008 12:26:21 +0000 Chris Cannam * When loading data with timestamps in seconds, round each time to its
Fri, 14 Mar 2008 17:14:21 +0000 Chris Cannam * More work to abstract out interactive components used in the data library,
Thu, 13 Mar 2008 12:41:20 +0000 Chris Cannam * Fix failure to handle scientific notation for time field; tidy up some
Wed, 10 Oct 2007 15:18:02 +0000 Chris Cannam * Make it possible to drop audio files, layer files, session files and images
Thu, 09 Aug 2007 10:06:02 +0000 Chris Cannam * Fix failure to properly load from text files with old-style Mac line endings
Mon, 30 Apr 2007 14:52:24 +0000 Chris Cannam * Ignore blank lines in CSV-type file import sv1-1.0rc1
Mon, 30 Apr 2007 13:36:23 +0000 Chris Cannam * Fix many compile warnings, remove some debug output