log data/model/RangeSummarisableTimeValueModel.h @ 1334:4cd64fc573f3 3.0-integration

age author description
2016-12-13 Chris Cannam Update to use bqvec allocator for float vectors 3.0-integration
2015-03-11 Chris Cannam Minor simplification; could use more 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
2014-06-17 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
2013-10-09 Chris Cannam I don't think this optimisation is worth the loss of data fidelity any more
2013-03-25 Chris Cannam Include for int16_t qt5
2008-05-16 Chris Cannam * Halve space requirements for range (waveform peak) caches
2008-02-27 Chris Cannam * Merge from trunk spectrogram-cache-rejig
2008-02-07 Chris Cannam * Ensure waveforms are strictly correct even when using a non-power-of-two
2007-11-28 Chris Cannam * Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
2007-10-24 Chris Cannam * Hoist alignment model set/query up to Model, so any models can be aligned
2007-10-01 Chris Cannam * Change WaveFileModel API from getValues(start,end) to getData(start,count).
2007-09-28 Chris Cannam * Merge from sv-match-alignment branch (excluding alignment-specific document).
2007-02-07 Chris Cannam * Return ranges from RangeSummarisableTimeValueModel::getRanges by references
2006-10-05 Chris Cannam * Tidy up inheritance hierarchy of model classes -- remove ZoomConstraint as
2006-07-31 Chris Cannam * Reorganising code base. This revision will not compile.