Permalink
Commits on Aug 7, 2018
  1. Merge pull request #419 from yangfl/upstream

    AlesTsurko committed Aug 7, 2018
    iovm: fix build error in IoNumber.h, fix #418
  2. iovm: fix build error in IoNumber.h, fix #418

    yangfl committed Aug 7, 2018
    I fetched the NAN definition from somewhere that I already forgot. Since we
    are not going to provide a single NAN value for dynamic linking, I guess the
    `__attribute_used__` (should be `__attribute__((used))`) is not needed.
Commits on Jul 7, 2018
  1. Merge pull request #416 from Aearnus/master

    stevedekorte committed Jul 7, 2018
    Redid the Github readme file
  2. added the note at the top

    Aearnus committed Jul 7, 2018
  3. added the addons section

    Aearnus committed Jul 7, 2018
  4. build and install

    Aearnus committed Jul 7, 2018
  5. added addon section

    Aearnus committed Jul 7, 2018
  6. decided to revert title back

    Aearnus committed Jul 7, 2018
  7. ugh CSS

    Aearnus committed Jul 7, 2018
  8. title alignment

    Aearnus committed Jul 7, 2018
Commits on Jun 21, 2018
  1. Merge pull request #413 from AlesTsurko/master

    AlesTsurko committed Jun 21, 2018
    Update addons search paths
Commits on Jun 20, 2018
  1. Merge pull request #412 from AlesTsurko/master

    stevedekorte committed Jun 20, 2018
    fix System runCommand
Commits on Jun 19, 2018
  1. update submodules

    AlesTsurko committed Jun 19, 2018
Commits on Jun 18, 2018
  1. Merge pull request #411 from AlesTsurko/master

    stevedekorte committed Jun 18, 2018
    Io meets Eerie
Commits on Jun 17, 2018
  1. update

    AlesTsurko committed Jun 17, 2018
Commits on Jun 16, 2018
  1. update readme

    AlesTsurko committed Jun 16, 2018
Commits on Jun 13, 2018
Commits on Jun 10, 2018
Commits on Jun 9, 2018
  1. fix ioPath on win

    AlesTsurko committed Jun 9, 2018
Commits on Jun 7, 2018
  1. update

    AlesTsurko committed Jun 7, 2018
Commits on Jun 3, 2018
Commits on Jun 1, 2018
  1. Merge pull request #409 from yangfl/upstream

    stevedekorte committed Jun 1, 2018
    iovm: fix CMake NaN detection
  2. iovm: fix CMake NaN detection

    yangfl committed Jun 1, 2018
Commits on May 30, 2018
  1. Merge pull request #408 from yangfl/upstream

    stevedekorte committed May 30, 2018
    iovm: fix negative NANs, fix #406