Mercurial > hg > svcore
log data/model/Model.h @ 1729:abd8b9673028 by-id
age | author | description |
---|---|---|
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 |
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 |