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

Use weak_ptr to store context in GraphListener #906

Merged
merged 4 commits into from
Dec 2, 2019

Commits on Oct 23, 2019

  1. Clear sub contexts to make context shared_ptr not to be hold.

    Signed-off-by: Barry Xu <Barry.Xu@sony.com>
    Barry-Xu-2018 committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    7b458d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. refactor to use weak_ptr to store sub_context instead of share_ptr

    Signed-off-by: Barry Xu <Barry.Xu@sony.com>
    Barry-Xu-2018 committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    5bd65eb View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. revert previous modification, use weak_ptr to store context in graph …

    …listener
    
    Signed-off-by: Barry Xu <Barry.Xu@sony.com>
    Barry-Xu-2018 committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    65641cd View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. use interrupt_guard_condition_context_ directly

    Signed-off-by: Barry Xu <Barry.Xu@sony.com>
    Barry-Xu-2018 committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    06f549e View commit details
    Browse the repository at this point in the history