comparison base/test/files.pri @ 1742:52705a328b34 by-id

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
author Chris Cannam
date Fri, 28 Jun 2019 17:36:30 +0100
parents 172bd3374adf
children
comparison
equal deleted inserted replaced
1741:9d82b164f264 1742:52705a328b34
1 TEST_HEADERS = \ 1 TEST_HEADERS = \
2 TestById.h \
2 TestColumnOp.h \ 3 TestColumnOp.h \
3 TestLogRange.h \ 4 TestLogRange.h \
4 TestMovingMedian.h \ 5 TestMovingMedian.h \
5 TestOurRealTime.h \ 6 TestOurRealTime.h \
6 TestPitch.h \ 7 TestPitch.h \