summaryrefslogtreecommitdiffstats
path: root/src/analyzer/analyzerthread.h
AgeCommit message (Expand)Author
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-08-04Use low priority in library analyze queueDaniel Poelzleithner
2020-05-10Rename enumeration to match function nameUwe Klotz
2019-11-13Replace MpscFifo with rigtorp::SPSCQueueUwe Klotz
2019-10-05Remove obsolete analyzer stateUwe Klotz
2019-06-08Rename Analyzer wrapper class and memberUwe Klotz
2019-06-07Fix API design of Analyzer and adjust all implementationsUwe Klotz
2019-01-04Explain usage of MpscFifo for atomically submitting track pointersUwe Klotz
2019-01-01Fix and test MpscFifoUwe 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