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

Fix #5 parallel use of decodeSingle, part of #105, restructuring #171

Merged
merged 9 commits into from May 1, 2020

Commits on Apr 27, 2020

  1. Merge pull request #177 from ericblade/greenkeeper/snyk-1.312.0

    Update snyk to the latest version 🚀
    ericblade committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    9a3fec8 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    bac79fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21728f1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #178 from ericblade/greenkeeper/snyk-1.314.0

    Update snyk to the latest version 🚀
    ericblade committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    9efc4c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. separate most Quagga module code outside of the static interface to a…

    … class
    
    - after this commit, there should be no functional change, but the bulk
      of the code outside the static interface has been moved to a class,
      instead of global variables. An instance of that class is created at the
      top as a global.
    ericblade committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    6f666e4 View commit details
    Browse the repository at this point in the history
  2. decodeSingle: run all calls on a new Quagga instance

    - this appears to actually work correctly, all tests are passing
    - move stop functionality into the instance
    - init accepts an instance parameter to determine which instance to init
    - update bound to instance
    - add Quagga::setReaders and Quagga::registerReader
    - setupInputStream defaults to LiveStream per the TypeScript def for
      inputStream config
    - InputStreamType back to optional in input stream config
    ericblade committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    2649b25 View commit details
    Browse the repository at this point in the history
  3. remove restriction on running parallel decodeSingle

    - surprisingly, this seems to work
    ericblade committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    f338e49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da2445f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0be2778 View commit details
    Browse the repository at this point in the history