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 multithreading issues in global tractography #824

Merged
merged 13 commits into from Nov 18, 2016
Merged

Commits on May 26, 2016

  1. Initial attempt to fix #477.

    Threading issue likely originated from maintaining data structure integrity for random particle selection. Now removed list of pointers and shifted this functionality to ParticlePool, to avoid any accidental pointer invalidation.
    dchristiaens committed May 26, 2016
    Configuration menu
    Copy the full SHA
    4ff62d0 View commit details
    Browse the repository at this point in the history
  2. Use alive flag #477.

    dchristiaens committed May 26, 2016
    Configuration menu
    Copy the full SHA
    1982315 View commit details
    Browse the repository at this point in the history
  3. Code cleanup #477.

    dchristiaens committed May 26, 2016
    Configuration menu
    Copy the full SHA
    849c67c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07f65c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1fcb6da View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Configuration menu
    Copy the full SHA
    e9d5568 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6106983 View commit details
    Browse the repository at this point in the history
  3. remove unused define

    dchristiaens committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    48f74b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d801f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

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

Commits on Nov 17, 2016

  1. Configuration menu
    Copy the full SHA
    a849f30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88b213b View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2016

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