log data/model/test/MockWaveModel.h @ 1735:d91ff235e69d by-id

age author description
2019-06-19 Chris Cannam Re-implement extendEndFrame behaviour, used by Tony application
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 Use override throughout fix-static-analysis
2016-12-13 Chris Cannam Update to use bqvec allocator for float vectors 3.0-integration
2015-06-15 Chris Cannam Rework audio file reader API to prefer using std containers simple-fft-model
2015-06-12 Chris Cannam Start making the FFT model tests into proper tests
2015-06-10 Chris Cannam Tidy dense time-value model API a bit; add first simple unit test for FFT model