log base/XmlExportable.cpp @ 1886:f803d3c33f76 tip

age author description
2019-04-03 Chris Cannam Start ids at 0 - backward-compatibility makes testing easier single-point
2019-03-28 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
2018-03-01 Chris Cannam Untabify
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
2008-03-12 Chris Cannam * juggle some files around in order to free audioio, base, and system libraries
2007-12-17 Chris Cannam * fix support for logarithmic hints in plugin parameters
2007-10-22 Chris Cannam * Some export fixes, and avoid clipping on resampling on import
2007-10-18 Chris Cannam * Make XmlExportable::toXml the function that is universally overridden (and
2006-06-15 Chris Cannam * 1502816 file export is too slow and memory-hungry
2006-04-27 Chris Cannam * Ensure consistent ordering of layer text labels
2006-03-20 Chris Cannam * Update licensing rubric for GPL
2006-03-20 Chris Cannam * Set indent-tabs-mode to nil in Emacs mode direction
2006-01-13 Chris Cannam * Session file save, and the skeleton of session file load.
2006-01-12 Chris Cannam * Beginnings of session save code