Thu, 17 Oct 2019 13:42:55 +0100 |
Chris Cannam |
OK, so now this pragma provokes a warning in gcc! Guard it with a clang guard
|
Wed, 16 Oct 2019 16:29:46 +0100 |
Chris Cannam |
Looks like this is clang-only
|
Wed, 16 Oct 2019 15:26:01 +0100 |
Chris Cannam |
Avoid some compiler warnings
|
Thu, 18 Jul 2019 13:28:14 +0100 |
Chris Cannam |
Remove debug output (by default)
|
Fri, 12 Jul 2019 13:57:42 +0100 |
Chris Cannam |
Work on management of alignment-related models
by-id
|
Mon, 08 Jul 2019 10:07:55 +0100 |
Chris Cannam |
Print object name as well (if a QObject)
by-id
|
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
|
Tue, 02 Jul 2019 11:49:28 +0100 |
Chris Cannam |
Update FFT model to ById
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, 20 Jun 2019 14:57:39 +0100 |
Chris Cannam |
Experiment toward working out an id-model store
by-id
|