Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Support for Visual Studio 2015 #25857

Closed
wants to merge 4 commits into from
Closed

Support for Visual Studio 2015 #25857

wants to merge 4 commits into from

Commits on Aug 24, 2015

  1. deps: update gyp to 25ed9ac

    Gyp update to be able to generate VS2015 projects.
    joaocgreis committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    ac64e72 View commit details
    Browse the repository at this point in the history
  2. deps: fix gyp to work on MacOSX without XCode

    This is a port of nodejs/node@eb459c8 ,
    used as a floating patch over gyp.
    
    Original commit message:
    
      This issue has already submitted to the upstream in
      https://code.google.com/p/gyp/issues/detail?id=477
      Use this commit until the upstream is to be fixed.
    
      PR-URL: nodejs/node#1325
      Reviewed-By: Fedor Indutny <fedor@indutny.com>
      Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Shigeki Ohtsu authored and joaocgreis committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    a8c9856 View commit details
    Browse the repository at this point in the history
  3. deps: fix openssl for MSVS 2015

    Backports http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=aab3560b65b9254d17770bb6fe3ca7edd7451429
    from openssl upstream, to add support for Visual Studio 2015. This is
    already included in the newer openssl 1.0.2.
    
    Original commit message:
    
      e_os.h: limit _MSC_VER trickery to older compilers.
    
      PR: #3390
    
    Original pull request:
    
      http://rt.openssl.org/Ticket/Display.html?user=guest&pass=guest&id=3390
    Andy Polyakov authored and joaocgreis committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    ddfd398 View commit details
    Browse the repository at this point in the history
  4. win: add MSVS 2015 support

    This is a port of nodejs/node@4208dc4 .
    
    Original commit message:
    
      PR-URL: nodejs/node#2036
      Reviewed-By: Alexis Campailla <alexis@janeasystems.com>
    rvagg authored and joaocgreis committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    408caca View commit details
    Browse the repository at this point in the history