log files.pri @ 1886:f803d3c33f76 tip

age author description
Tue, 21 Jul 2020 13:59:14 +0100 Chris Cannam OK I give in, we are going to have to put this in a separate DLL so we can deploy a version on Win7 that doesn't have the WinRT dependency
Mon, 11 May 2020 17:27:18 +0100 Chris Cannam Pull out text-document check; it's useful elsewhere
Mon, 20 Apr 2020 18:45:47 +0100 Chris Cannam Pull out Provider struct
Wed, 25 Sep 2019 09:44:02 +0100 Chris Cannam Rename TimeFrequencyBoxModel to simply BoxModel time-frequency-boxes
Thu, 19 Sep 2019 15:17:56 +0100 Chris Cannam Introduce time-frequency box model time-frequency-boxes
Tue, 10 Sep 2019 16:34:47 +0100 Chris Cannam Split EditableDenseThreeDimensionalModel into explicitly compressed and uncompressed variants. Simplifies the uncompressed version, and we may want to consider whether we need the compressed one at all.
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