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: FieldML/FieldML-API
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: codecurve/FieldML-API
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 14 files changed
  • 1 contributor

Commits on Nov 12, 2012

  1. Fix a delete that should have been a delete []

    Andrew Miller committed Nov 12, 2012
    Configuration menu
    Copy the full SHA
    0c1d3e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2012

  1. Fix inconsistent use of CRLF instead of LF in file.

    Andrew Miller committed Nov 13, 2012
    Configuration menu
    Copy the full SHA
    e9435a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e1ed89 View commit details
    Browse the repository at this point in the history
  3. My proposed changes for Hermite interpolators. Currently only the 3D …

    …case is in the file, so more work is needed.
    Andrew Miller committed Nov 13, 2012
    Configuration menu
    Copy the full SHA
    e41ea56 View commit details
    Browse the repository at this point in the history
  4. Use list rather than vector because we need to be able to add and rem…

    …ove items to the container and keep existing iterators valid (this fixes a crashing bug).
    Andrew Miller committed Nov 13, 2012
    Configuration menu
    Copy the full SHA
    cb0e277 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2012

  1. Fix a bug that made it impossible to fetch data from imported paramet…

    …er evaluators; in the process, add better facilities to the API for dealing with imported objects.
    Andrew Miller committed Nov 14, 2012
    Configuration menu
    Copy the full SHA
    12d5006 View commit details
    Browse the repository at this point in the history
Loading