log

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
Thu, 04 Jul 2019 18:04:21 +0100 Chris Cannam Overhaul PlayParameters bits by-id
Thu, 04 Jul 2019 14:30:48 +0100 Chris Cannam Return id from add(), + comment by-id
Thu, 04 Jul 2019 14:30:41 +0100 Chris Cannam Remove obsolete method by-id
Wed, 03 Jul 2019 14:20:19 +0100 Chris Cannam Update to ModelId by-id
Tue, 02 Jul 2019 15:28:51 +0100 Chris Cannam Comment by-id
Tue, 02 Jul 2019 15:28:46 +0100 Chris Cannam Add isa by-id
Tue, 02 Jul 2019 14:08:25 +0100 Chris Cannam Use reference rather than bare pointer by-id
Tue, 02 Jul 2019 11:49:28 +0100 Chris Cannam Update FFT model to ById by-id
Mon, 01 Jul 2019 14:16:12 +0100 Chris Cannam Fix deprecation warning 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, 26 Jun 2019 17:25:20 +0100 Chris Cannam More work on transformers by-id
Wed, 26 Jun 2019 14:59:09 +0100 Chris Cannam Some work on models and transformers by-id
Wed, 26 Jun 2019 10:21:15 +0100 Chris Cannam More on alignment models and paths by-id
Tue, 25 Jun 2019 18:56:57 +0100 Chris Cannam More on AlignmentModel by-id
Tue, 25 Jun 2019 15:29:45 +0100 Chris Cannam Merge by-id
Tue, 25 Jun 2019 15:29:34 +0100 Chris Cannam Some messing with Model and AlignmentModel by-id
Mon, 24 Jun 2019 18:42:28 +0100 Chris Cannam Warn for already-existing id by-id
Mon, 24 Jun 2019 14:28:17 +0100 Chris Cannam Fix some deprecation warnings by-id
Fri, 21 Jun 2019 14:35:38 +0100 Chris Cannam Experiment updating AggregateWaveModel by-id
Fri, 21 Jun 2019 13:37:00 +0100 Chris Cannam Introduce Model to ById by-id
Thu, 20 Jun 2019 14:58:20 +0100 Chris Cannam Merge
Thu, 20 Jun 2019 14:57:39 +0100 Chris Cannam Experiment toward working out an id-model store by-id
Wed, 22 May 2019 15:37:44 +0100 Chris Cannam Merge
Thu, 20 Jun 2019 11:09:36 +0100 Chris Cannam Fix potential deadlock when notifying a handler that more models are [not] available
Thu, 20 Jun 2019 11:09:05 +0100 Chris Cannam Indentation only
Wed, 19 Jun 2019 13:32:52 +0100 Chris Cannam Re-implement extendEndFrame behaviour, used by Tony application
Mon, 17 Jun 2019 11:02:03 +0100 Chris Cannam Close paren in text
Wed, 12 Jun 2019 13:45:47 +0100 Chris Cannam Emit signal when write completes