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: IoLanguage/io
base: 828f8236c08e
Choose a base ref
...
head repository: IoLanguage/io
compare: 655c60e00dc3
Choose a head ref
  • 6 commits
  • 8 files changed
  • 3 contributors

Commits on Apr 3, 2014

  1. Copy the full SHA
    7225b27 View commit details
    Browse the repository at this point in the history
  2. Move variable declarations to top of block to fix Visual C++ compilat…

    …ion errors in iovm.
    James Lacey committed Apr 3, 2014
    Copy the full SHA
    756fed5 View commit details
    Browse the repository at this point in the history
  3. Move variable declarations to top of block to fix Visual C++ compilat…

    …ion errors in SHA1 add-on.
    James Lacey committed Apr 3, 2014
    Copy the full SHA
    b568809 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2014

  1. Reorder <math.h> include and fix NAN and isnan defines to fix compila…

    …tion errors on Visual Studio 2013.
    penenin committed May 2, 2014
    Copy the full SHA
    48a892e View commit details
    Browse the repository at this point in the history
  2. Enable SIMD on x64 for MSVC and use pragma message instead of warning…

    … if falling back to emulated SIMD support.
    penenin committed May 2, 2014
    Copy the full SHA
    25f5d60 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2014

  1. Merge pull request #269 from penenin/master

    Compliation fixes for recent versions of MSVC++
    stevedekorte committed May 3, 2014
    Copy the full SHA
    655c60e View commit details
    Browse the repository at this point in the history