Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade gyp and refactor openssl.gyp #723

Closed
wants to merge 6 commits into from
Closed

Commits on Mar 2, 2015

  1. Fix typos and sources in WORKING_GROUPS.md

    `therefor` is a typo of `therefore`, and was fixed. There were also two
    places where the website WG was directly linked, where they should have
    put the WG's name/repo; that was fixed as well.
    
    PR-URL: nodejs#1022
    Reviewed-By: Mikeal Rogers <[email protected]>
    Reviewed-By: Christian Tellnes <[email protected]>
    TierneyC authored and tellnes committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    21afb23 View commit details
    Browse the repository at this point in the history
  2. tools: upgrade gyp to 67000714

    Shigeki Ohtsu committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    046855e View commit details
    Browse the repository at this point in the history
  3. gyp: fix build with python 2.6

    indutny authored and Shigeki Ohtsu committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    17df96d View commit details
    Browse the repository at this point in the history
  4. deps: mv openssl sources in gyp to openssl.gypi

    Shigeki Ohtsu committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    4db6cf3 View commit details
    Browse the repository at this point in the history
  5. deps: refactor openssl.gyp

    Updated gyp has "else if" syntax in condition. Use this for
    target_arch and OS switches. Several defines, rules and libraries
    variables moved to openssl.gypi
    Shigeki Ohtsu committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    3aec0eb View commit details
    Browse the repository at this point in the history
  6. tools: fix gyp to work MacOSX without XCode

    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.
    Shigeki Ohtsu committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    e9b5f84 View commit details
    Browse the repository at this point in the history