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

GeometryGraph and PreparedGeometry multi-threaded (Send) #1198

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

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    1c9ef1b View commit details
    Browse the repository at this point in the history
  2. more &mut's rather than Rc<RefCells>.

    gauteh authored and urschrei committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    40caee3 View commit details
    Browse the repository at this point in the history
  3. it builds...

    gauteh authored and urschrei committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    bb464fa View commit details
    Browse the repository at this point in the history
  4. rstar: handle check against same segment

    gauteh authored and urschrei committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    da14a97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b26ba4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b141d5e View commit details
    Browse the repository at this point in the history
  7. invalidate and rebuild tree if necessary

    gauteh authored and urschrei committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    bda1008 View commit details
    Browse the repository at this point in the history
  8. some checks on self interctin

    gauteh authored and urschrei committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    067fa06 View commit details
    Browse the repository at this point in the history
  9. fix idx confusion

    gauteh authored and urschrei committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    eeff476 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3a281f0 View commit details
    Browse the repository at this point in the history
  11. remove printlns

    gauteh authored and urschrei committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f65e815 View commit details
    Browse the repository at this point in the history
  12. fmt

    gauteh authored and urschrei committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8f47d5b View commit details
    Browse the repository at this point in the history
  13. Remove unused imports

    urschrei committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d6023df View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7494ea3 View commit details
    Browse the repository at this point in the history
  15. Appease clippy

    urschrei committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4ffeef5 View commit details
    Browse the repository at this point in the history
  16. Remove another unneeded line

    urschrei committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    bdf9e51 View commit details
    Browse the repository at this point in the history
  17. More unneeded Arc removals

    urschrei committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    87d3ff0 View commit details
    Browse the repository at this point in the history