log data/model/Model.h @ 1869:cb9209ef373a startup-timing

age author description
2020-04-03 Chris Cannam Rewrite all the DelimitedDataString stuff so as to return vectors of individual cell strings rather than having the classes add the delimiters themselves. Rename accordingly to names based on StringExport. Take advantage of this in the CSV writer code so as to properly quote cells that contain delimiter characters. sensible-delimited-data-strings
2020-01-10 Chris Cannam Add optional ability to write a header on delimited data output, & to write times in frames
2019-10-01 Chris Cannam Some work on making Model classes thread-safe in typical use - and documenting this. Some of the implementations are simpler now that EventSeries is thread-safe
2019-07-18 Chris Cannam Ensure the right model ID gets sent with the signal for alignment changes
2019-07-12 Chris Cannam Work on management of alignment-related models by-id
2019-07-05 Chris Cannam Tidy by-id
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