summaryrefslogtreecommitdiffstats
path: root/src/analyzer/trackanalysisscheduler.h
AgeCommit message (Expand)Author
2019-01-07Prepare implementation of feature requestUwe Klotz
2019-01-06Prepare TrackAnalysisScheduler for future extensionsUwe Klotz
2019-01-05Keep track of pending tracks in analysis schedulerUwe Klotz
2019-01-05Avoid redundant state tracking in analysis schedulerUwe Klotz
2019-01-05Wake up worker thread after submitting next track for analysisUwe Klotz
2019-01-04Log critical error if analyzer thread is not ready for submissionUwe Klotz
2018-12-26Rename functions: "receive<Event>()" -> "on<Event>()"Uwe Klotz
2018-12-26Use a bitfield for selecting and enabling analyzersUwe Klotz
2018-11-22Replace ControlValue with new, lock-free MpscFifo classUwe Klotz
2018-11-22Replace static factory function with subclass + default constructorUwe Klotz
2018-10-30Fix and enable multi-threaded analysisUwe Klotz