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

Features/MultiThread_suite_V2 #59

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 20, 2019

  1. OfxMultiThreadSuiteV2

    Suite Cleanup, create V2 of suite removing all references to mutext. Locking to be done with OS calls if needed.
    revisionfx committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    74cf8e2 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    revisionfx authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    14c0eb6 View commit details
    Browse the repository at this point in the history
  3. ofxMultiThread,h

    Update the MultiThread suite to V2. Request is to clean up suites that have ambiguities in terms of what is implemented. All mutext calls in V2 are removed. Plug-in would need to use OS calls for that if needed.
    revisionfx authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    63367fe View commit details
    Browse the repository at this point in the history
  4. Update ofxMultiThread.h

    revisionfx committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    64f5de6 View commit details
    Browse the repository at this point in the history