-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Release proposal: v5.0.4 #1893
Release proposal: v5.0.4 #1893
Commits on Sep 26, 2019
-
win,src: update win_delay_load_hook.cc to work with /clr
Added "#pragma unmanaged" in win_delay_load_hook.cc to support clr PR-URL: #1819 Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for 18d5c7c - Browse repository at this point
Copy the full SHA 18d5c7cView commit details -
build: more Python 3 compat, replace compile with ast
Make Python 3 compatiblity changes so the code works in both Python 2 and Python 3. Especially, make changes required because the compiler module was removed in Python 3 in favor of the ast module that exists in both Python 2 and Python 3. PR-URL: #1820 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Rod Vagg <r@va.gg> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for fa0ed4a - Browse repository at this point
Copy the full SHA fa0ed4aView commit details -
build: import StringIO on Python 2 and Python 3
This change supports access to StringIO on both Python 2 and Python 3 PR-URL: #1836 Reviewed-By: Rod Vagg <r@va.gg> Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for da1b031 - Browse repository at this point
Copy the full SHA da1b031View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1267b4d - Browse repository at this point
Copy the full SHA 1267b4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e24d0a - Browse repository at this point
Copy the full SHA 2e24d0aView commit details -
PR-URL: #1843 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Rod Vagg <r@va.gg> Reviewed-By: Matt Cowley <me@mattcowley.co.uk> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 8bcb1fb - Browse repository at this point
Copy the full SHA 8bcb1fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5553cd9 - Browse repository at this point
Copy the full SHA 5553cd9View commit details -
src,win: improve unmanaged handling
Used scoped disabling of managed code handling to ensure no other files get affected. PR-URL: #1852 Reviewed-By: João Reis <reis@janeasystems.com>
Configuration menu - View commit details
-
Copy full SHA for 1cb4708 - Browse repository at this point
Copy the full SHA 1cb4708View commit details -
gyp: use "is" when comparing to None
PR-URL: #1860 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Rod Vagg <r@va.gg>
Configuration menu - View commit details
-
Copy full SHA for 3f4972c - Browse repository at this point
Copy the full SHA 3f4972cView commit details -
PR-URL: #1853 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 06019ba - Browse repository at this point
Copy the full SHA 06019baView commit details -
gyp: rm semicolons (Python != JavaScript)
PR-URL: #1858 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Rod Vagg <r@va.gg>
Configuration menu - View commit details
-
Copy full SHA for a976151 - Browse repository at this point
Copy the full SHA a976151View commit details -
doc: fix missing argument for setting python path
(accepted with minor modifications by rvagg) PR-URL: #1802 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 785e527 - Browse repository at this point
Copy the full SHA 785e527View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1186e89 - Browse repository at this point
Copy the full SHA 1186e89View commit details -
lib: adding keep-alive header to download requests
PR-URL: #1863 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for aab118e - Browse repository at this point
Copy the full SHA aab118eView commit details -
bin: fix the usage instructions
PR-URL: #1888 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 5f3ed92 - Browse repository at this point
Copy the full SHA 5f3ed92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19dbc9a - Browse repository at this point
Copy the full SHA 19dbc9aView commit details -
doc: update xcode install instructions to match Node's BUILDING
PR-URL: #1884 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 60a4083 - Browse repository at this point
Copy the full SHA 60a4083View commit details -
gyp: decode stdout on Python 3
PR-URL: #1890 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for f753c16 - Browse repository at this point
Copy the full SHA f753c16View commit details
Commits on Sep 27, 2019
-
gyp: more decode stdout on Python 3
PR-URL: #1894 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 36638af - Browse repository at this point
Copy the full SHA 36638afView commit details -
gyp: modify XcodeVersion() to convert "4.2" to "0420" and "10.0" to "…
…1000" Ref: nodejs/node-addon-api#445 (comment) PR-URL: #1895 Reviewed-By: Rod Vagg <rod@vagg.org>
Configuration menu - View commit details
-
Copy full SHA for 1236869 - Browse repository at this point
Copy the full SHA 1236869View commit details -
Configuration menu - View commit details
-
Copy full SHA for b887c40 - Browse repository at this point
Copy the full SHA b887c40View commit details