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: e84fd4649b05
Choose a base ref
...
head repository: solvespace/solvespace
compare: 771086fa5050
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 12, 2020

  1. Use C++ instead of C versions of standard library headers.

    We use std::fabs, but <math.h> doesn't provide it; it worked by accident.
    Include <cmath> that provides std::fabs, and switch all other headers to
    their C++ variants, too.
    ppd committed May 12, 2020
    Copy the full SHA
    771086f View commit details
    Browse the repository at this point in the history