log data/model/AlignmentModel.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 More on alignment models and paths by-id
2019-06-25 Chris Cannam More on AlignmentModel by-id
2019-06-25 Chris Cannam Some messing with Model and AlignmentModel by-id
2019-06-19 Chris Cannam Re-implement extendEndFrame behaviour, used by Tony application
2019-05-15 Chris Cannam Add error field to alignment model single-point
2019-04-24 Chris Cannam Merge from default branch single-point
2019-04-04 Chris Cannam Model deletion issues - the AlignmentModel doesn't actually need to know about the input aggregate model; the document should own it instead
2019-04-04 Chris Cannam Model deletion issues - the AlignmentModel doesn't actually need to know about the input aggregate model; the document should own it instead single-point
2019-03-28 Chris Cannam Re-add the toDelimitedDataString stuff single-point
2019-03-27 Chris Cannam Rework isReady()/getCompletion() on models. Previously the new overhauled models were implementing getCompletion() but inheriting a version of isReady() (from the Model base) that didn't call it, referring only to isOK(). So they were reporting completion as soon as they had begun. Instead hoist getCompletion() to abstract base and call it from Model::isReady(). single-point
2018-11-26 Chris Cannam Header guards fix-static-analysis
2018-11-26 Chris Cannam Use override throughout fix-static-analysis
2015-03-31 Chris Cannam clone() is never used (therefore presumably never works either) tonioni
2015-03-04 Chris Cannam Introduce and use a samplerate type cxx11