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: 9802b5d1ee0d
Choose a base ref
...
head repository: solvespace/solvespace
compare: c4ca4be91e0f
Choose a head ref
  • 2 commits
  • 8 files changed
  • 1 contributor

Commits on Jul 12, 2020

  1. Copy the full SHA
    cbac182 View commit details
    Browse the repository at this point in the history
  2. Replace {Alloc,FreeAll}Temporary() with mimalloc

    The heaps are wrapped in a RAIIish thread_local handler,
    since being affined affined to a single thread for allocations is
    required by the API
    
    Ref: #642
    nabijaczleweli authored and whitequark committed Jul 12, 2020
    Copy the full SHA
    c4ca4be View commit details
    Browse the repository at this point in the history