Mercurial > hg > svcore
log data/model/RegionModel.h @ 1765:2e2497cba59e by-id
age | author | description |
---|---|---|
Fri, 05 Jul 2019 15:28:07 +0100 | 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 |
Fri, 28 Jun 2019 17:36:30 +0100 | Chris Cannam | Rejig ById so as to put everything in a single pool, so that at the core you can go from numeric id (untyped) to anything the object can be dynamic_cast to. Useful for building other abstractions like PlayParameter-type registrations that don't know about e.g. Models. Probably some more tweaking needed. Also add tests by-id |
Thu, 27 Jun 2019 13:08:10 +0100 | Chris Cannam | Work on commands, and some other model updates by-id |
Wed, 19 Jun 2019 13:32:52 +0100 | Chris Cannam | Re-implement extendEndFrame behaviour, used by Tony application |