log data/model/Dense3DModelPeakCache.h @ 1758:83178b4bb698 by-id

age author description
2019-07-05 Chris Cannam Further review of ById: make IDs only available when adding a model to the ById store, not by querying the item directly. This means any id encountered in the wild must have been added to the store at some point (even if later released), which simplifies reasoning about lifecycles by-id
2019-06-26 Chris Cannam Some work on models and transformers by-id
2019-06-19 Chris Cannam Re-implement extendEndFrame behaviour, used by Tony application
2019-03-28 Chris Cannam Re-add the toDelimitedDataString stuff single-point
2018-11-26 Chris Cannam Use override throughout fix-static-analysis
2017-01-05 Chris Cannam Doc comment 3.0-integration
2016-07-14 Chris Cannam Fix potential crash in Dense3dModelPeakCache owing to combination of wrong width calculation and wrong handling of width overrun spectrogram-minor-refactor
2016-07-13 Chris Cannam Create, but don't yet use, a renderer in the colour 3d plot layer spectrogram-minor-refactor
2016-06-23 Chris Cannam Comments and naming spectrogram-minor-refactor
2016-01-22 Chris Cannam Tidy a bit 3.0-integration
2016-01-22 Chris Cannam Don't need ResizeableBitset, vector<bool> is already a compact format 3.0-integration
2015-03-31 Chris Cannam clone() is never used (therefore presumably never works either) tonioni