Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: solvespace/solvespace
base: 060a3280f778
Choose a base ref
...
head repository: solvespace/solvespace
compare: c89a2e4f62c6
Choose a head ref
  • 1 commit
  • 7 files changed
  • 1 contributor

Commits on May 22, 2020

  1. Use a thread-safe temporary arena on every platform.

    This commit continues the work started in commits 521473e and
    e84fd46 that parallelizes certain geometric operations. This commit
    cleans up the temporary arena implementations and makes them
    thread-safe.
    
    Also, in commit 521473e, a call to FreeAllTemporary() was added
    during initialization to create the heap on Windows. This is now
    not necessary as the heap is created transparently on the first call
    to AllocTemporary().
    whitequark committed May 22, 2020
    Copy the full SHA
    c89a2e4 View commit details
    Browse the repository at this point in the history