log data/model/Model.cpp @ 1803:6eb3a76c74f7

age author description
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-07 Chris Cannam Fix signal spec 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
2019-06-26 Chris Cannam Some work on models and transformers by-id
2019-06-25 Chris Cannam Some messing with Model and AlignmentModel by-id
2019-06-21 Chris Cannam Introduce Model to ById by-id
2019-05-01 Chris Cannam Ensure a self-alignment is always reported as complete, since there is nothing to calculate single-point
2019-03-28 Chris Cannam Make XmlExportables store their export IDs and always obtain a new one, avoiding reuse when an object is allocated at the same heap location as a previous one. This makes the ID system stable enough to be used in the export tests. single-point
2019-03-27 Chris Cannam Merge from branch single-point osc-script
2019-03-27 Chris Cannam Remove COMPLETION_UNKNOWN, which is never used (and never handled) single-point
2019-03-26 Chris Cannam A bit more debug output osc-script