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: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d093e788d18
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 88335512576
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on May 19, 2020

  1. tools,gyp: add support for MSVC cross-compilation

    This change means that GYP can now generate two sets of projects: one
    exclusively for a host x64 machine and one containing a mix of x64 and
    Arm targets. The names of host targets are fixed up to end with
    _host.exe, and any actions involving them are fixed up. This allows
    compilation of Node on an x64 server for a Windows on Arm target.
    
    PR-URL: #32867
    Reviewed-By: Christian Clauss <cclauss@me.com>
    Reviewed-By: João Reis <reis@janeasystems.com>
    richard-townsend-arm authored and joaocgreis committed May 19, 2020
    8 Configuration menu
    Copy the full SHA
    66807e9 View commit details
    Browse the repository at this point in the history
  2. build,win: add support for MSVC cross-compilation

    * Fixes cases in icutools where commands were issued without .exe
    * Changes to build scripts
    * Add /fp:strict flag so that MSVC's floating point behaves correctly
    * Enables marmasm
    
    PR-URL: #32867
    Reviewed-By: Christian Clauss <cclauss@me.com>
    Reviewed-By: João Reis <reis@janeasystems.com>
    richard-townsend-arm authored and joaocgreis committed May 19, 2020
    Configuration menu
    Copy the full SHA
    8833551 View commit details
    Browse the repository at this point in the history
Loading