Mercurial > hg > svcore
log data/model/AggregateWaveModel.h @ 1675:6804af71b7be osc-script
age | author | description |
---|---|---|
Wed, 27 Mar 2019 13:15:16 +0000 | 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 |
Mon, 26 Nov 2018 13:51:36 +0000 | Chris Cannam | Header guards fix-static-analysis |
Mon, 26 Nov 2018 13:48:45 +0000 | Chris Cannam | Use override throughout fix-static-analysis |
Mon, 27 Feb 2017 15:44:14 +0000 | Chris Cannam | And say so |
Mon, 27 Feb 2017 15:43:30 +0000 | Chris Cannam | Invalidate an aggregate model when one of its components announces it's about to be deleted |
Tue, 13 Dec 2016 15:23:21 +0000 | Chris Cannam | Update to use bqvec allocator for float vectors 3.0-integration |