log base/XmlExportable.cpp @ 1860:edc2d0e635dc

age author description
Wed, 03 Apr 2019 16:03:39 +0100 Chris Cannam Start ids at 0 - backward-compatibility makes testing easier single-point
Thu, 28 Mar 2019 11:55:02 +0000 Chris Cannam Make XmlExportables store their export IDs and always obtain a new one, avoiding reuse when an object is allocated at the same heap location as a previous one. This makes the ID system stable enough to be used in the export tests. single-point
Thu, 01 Mar 2018 18:02:22 +0000 Chris Cannam Untabify
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
Wed, 12 Mar 2008 17:42:56 +0000 Chris Cannam * juggle some files around in order to free audioio, base, and system libraries
Mon, 17 Dec 2007 12:32:28 +0000 Chris Cannam * fix support for logarithmic hints in plugin parameters
Mon, 22 Oct 2007 09:45:35 +0000 Chris Cannam * Some export fixes, and avoid clipping on resampling on import
Thu, 18 Oct 2007 10:15:07 +0000 Chris Cannam * Make XmlExportable::toXml the function that is universally overridden (and
Thu, 15 Jun 2006 15:48:05 +0000 Chris Cannam * 1502816 file export is too slow and memory-hungry
Thu, 27 Apr 2006 11:49:34 +0000 Chris Cannam * Ensure consistent ordering of layer text labels
Mon, 20 Mar 2006 15:10:07 +0000 Chris Cannam * Update licensing rubric for GPL
Mon, 20 Mar 2006 11:40:39 +0000 Chris Cannam * Set indent-tabs-mode to nil in Emacs mode direction
Fri, 13 Jan 2006 18:05:07 +0000 Chris Cannam * Session file save, and the skeleton of session file load.
Thu, 12 Jan 2006 17:19:08 +0000 Chris Cannam * Beginnings of session save code