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: ac7b82d7c1fb
Choose a base ref
...
head repository: solvespace/solvespace
compare: 9f2077b1f38a
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on May 23, 2019

  1. Get rid of FreeTemporary. NFC.

    Its only use was in a context where it was completely equivalent to
    MemFree, so just use that instead, and keep the temporary heap as
    purely an arena allocator, that could use something like bump
    pointer.
    whitequark committed May 23, 2019
    Copy the full SHA
    fabffba View commit details
    Browse the repository at this point in the history
  2. Remove the last use of memmove. NFC.

    Much clearer!
    whitequark committed May 23, 2019
    7
    Copy the full SHA
    cc10788 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9f2077b View commit details
    Browse the repository at this point in the history