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

Make prepared geometry (more?) thread-safe #826

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

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    719a2ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a8adb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7902d25 View commit details
    Browse the repository at this point in the history
  4. TemplateSTRtree: Avoid checking built() before calling build()

    This is subject to a data race if built() is called while the tree is being constructed.
    dbaston committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    b62955b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93f5d06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3cfed69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f89069e View commit details
    Browse the repository at this point in the history
  8. Doxygen fix?

    dbaston committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    e32c1fe View commit details
    Browse the repository at this point in the history