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

Java API: Fix OrtSession.close() crashing in multi-threaded environments #4329

Closed
wants to merge 35 commits into from

Commits on Jun 18, 2020

  1. ignore java ide files

    yuzawa-san committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    5d244de View commit details
    Browse the repository at this point in the history
  2. restrict javadoc to public

    yuzawa-san committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    4c39cce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c4d00f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de0eac5 View commit details
    Browse the repository at this point in the history
  5. add logging and fix lock

    yuzawa-san committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    04bf4bc View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Configuration menu
    Copy the full SHA
    1ca4574 View commit details
    Browse the repository at this point in the history
  2. use more CAS and less sync

    yuzawa-san committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    7676f84 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    76080f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    271746e View commit details
    Browse the repository at this point in the history
  3. style

    yuzawa-san committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    52b87eb View commit details
    Browse the repository at this point in the history
  4. assert throws

    yuzawa-san committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    79e1892 View commit details
    Browse the repository at this point in the history
  5. presize lists and maps

    yuzawa-san committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    48758ec View commit details
    Browse the repository at this point in the history
  6. more lenient check

    yuzawa-san committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    d5e7155 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. fix typos

    yuzawa-san committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    fbc3989 View commit details
    Browse the repository at this point in the history
  2. fix formatting

    yuzawa-san committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    759a730 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5eae50 View commit details
    Browse the repository at this point in the history
  4. fix argname

    yuzawa-san committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    c36b7ae View commit details
    Browse the repository at this point in the history
  5. fix test formatting

    yuzawa-san committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    392babf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    716918d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d0dccaa View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    a18bec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9609dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a4d01d View commit details
    Browse the repository at this point in the history
  4. javadoc

    yuzawa-san committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    91c438a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a209181 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. use runoptions set

    yuzawa-san committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    ecdccf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0da38f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    cb20dde View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Configuration menu
    Copy the full SHA
    8966c3f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    147dadb View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    5855d23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60f2e37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94d7566 View commit details
    Browse the repository at this point in the history
  4. warning -> info

    yuzawa-san committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    b29f424 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Configuration menu
    Copy the full SHA
    59b953a View commit details
    Browse the repository at this point in the history