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

build: fix build on msvc #159

Closed
wants to merge 16 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
619 changes: 9 additions & 610 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
'v8_embedder_string': '-node.14',
'v8_embedder_string': '-node.7',

##### V8 defaults for Node.js #####

Expand Down
2 changes: 2 additions & 0 deletions deps/v8/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
!/third_party/antlr4
!/third_party/binutils
!/third_party/inspector_protocol
!/third_party/jsoncpp
/third_party/jsoncpp/source
!/third_party/colorama
/third_party/colorama/src
!/third_party/googletest
Expand Down
5 changes: 5 additions & 0 deletions deps/v8/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Julia Computing, Inc. <*@juliacomputing.com>

Aaron Bieber <[email protected]>
Abdulla Kamar <[email protected]>
Adam Kallai <[email protected]>
Akinori MUSHA <[email protected]>
Alessandro Pignotti <[email protected]>
Alex Kodat <[email protected]>
Expand Down Expand Up @@ -112,10 +113,12 @@ James Pike <[email protected]>
James M Snell <[email protected]>
Jianghua Yang <[email protected]>
Jiawen Geng <[email protected]>
Jiaxun Yang <[email protected]>
Joel Stanley <[email protected]>
Johan Bergström <[email protected]>
Jonathan Liu <[email protected]>
Julien Brianceau <[email protected]>
Junha Park <[email protected]>
JunHo Seo <[email protected]>
Junming Huang <[email protected]>
Kang-Hao (Kenny) Lu <[email protected]>
Expand Down Expand Up @@ -194,6 +197,7 @@ Tobias Burnus <[email protected]>
Tobias Nießen <[email protected]>
Ujjwal Sharma <[email protected]>
Vadim Gorbachev <[email protected]>
Varun Varada <[email protected]>
Victor Costan <[email protected]>
Vlad Burlik <[email protected]>
Vladimir Krivosheev <[email protected]>
Expand All @@ -211,3 +215,4 @@ Zhao Jiazhong <[email protected]>
Zhongping Wang <[email protected]>
柳荣一 <[email protected]>
Yanbo Li <[email protected]>
Gilang Mentari Hamidy <[email protected]>
Loading