Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analysis Fixes #1289

Merged
merged 9 commits into from
Jun 22, 2017
Merged

Analysis Fixes #1289

merged 9 commits into from
Jun 22, 2017

Commits on Jun 20, 2017

  1. Don't try to read more frames than available

    ...even if SoundSources should limit the requested amount if needed.
    uklotzde committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    4585641 View commit details
    Browse the repository at this point in the history
  2. Add move assignment operator to DbConnectionPooler

    This allows to conditionally create a DbConnectionPooler within a nested
    scope.
    uklotzde committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    c0b7a50 View commit details
    Browse the repository at this point in the history
  3. Fix saving of waveform analysis in database

    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.
    uklotzde committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    3375338 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. Configuration menu
    Copy the full SHA
    f55f075 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d86694e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    376164d View commit details
    Browse the repository at this point in the history
  4. Fix some typos

    uklotzde committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    7d297aa View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. Configuration menu
    Copy the full SHA
    4aedce2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ce4adb View commit details
    Browse the repository at this point in the history