summaryrefslogtreecommitdiffstats
path: root/src/analyzer/analyzerwaveform.h
AgeCommit message (Collapse)Author
2019-06-08Rename Analyzer methodsUwe Klotz
2019-06-07Fix API design of Analyzer and adjust all implementationsUwe Klotz
2019-06-07Remove Analyzer::isDisabledOrLoadStoredSuccess() callbackUwe Klotz
2018-12-26Don't store a plain pointer as memberUwe Klotz
2018-06-12Source typosluz.paz
Found via `codespell` and `grep`
2017-06-20Fix saving of waveform analysis in databaseUwe Klotz
The initialization of the AnalysisDao with the thread-local database connection was missing. The restricted design of the analyzer API required to move the AnalysisDao from AnalyzeWaveform to AnalyzerQueue.
2017-06-12Manage a pool of thread-local database connectionsUwe Klotz
2017-06-12Move AnalysisDao back into waveform analyzerUwe Klotz
...but defer initialization of the database.
2017-06-12Move DAO and database connection into correct threadUwe Klotz
2017-06-12Use a managed database connection(s) for waveform analyzer(s)Uwe Klotz
2016-03-02Rename loadStored to reflect the actualy usageDaniel Schürmann
2016-01-25Merge pull request #873 from rryan/durationRJ Ryan
Use Duration class for calculating time differences.
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
This will allow us to experiment with different implementations for structured user preferences. It will also reduce repeated typing of template arguments and better represent the purpose of the object.
2016-01-24Use Duration class for calculating time differences.RJ Ryan
Replaces a lot of manual time conversion with Duration and a bunch of uses of QTime for timing with PerformanceTimer.
2016-01-08Fix missing pointer initializationUwe Klotz
2016-01-08Eliminate unnecessary heap allocation of QTimeUwe Klotz
2015-12-27Migrate analyzers and vamp helpers to src/analyzer.RJ Ryan
Also, standardize on US English for "analyze", "initialize", and "finalize" across the codebase.