Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f579e11
deps: update V8 to 7.4.288.13
ryzokuken Mar 15, 2019
5613277
build: reset embedder string to "-node.0"
ryzokuken Mar 15, 2019
7df9e77
src: update NODE_MODULE_VERSION to 72
ryzokuken Mar 15, 2019
cc75ba3
deps: sync V8 gypfiles with 7.4
ryzokuken Jan 25, 2019
53ea813
deps: V8: cherry-pick 2f79d68
addaleax Mar 15, 2019
09f134f
deps: V8: cherry-pick 392316d
addaleax Mar 15, 2019
bf572c7
deps: V8: cherry-pick 91f0cd0
addaleax Mar 15, 2019
0217194
deps: V8: cherry-pick 5b0510d
addaleax Mar 15, 2019
b7338b7
deps: V8: cherry-pick f0bb5d2
addaleax Mar 15, 2019
963061b
deps: V8: cherry-pick 6b09d21
addaleax Mar 15, 2019
e6af220
deps: V8: cherry-pick d5f08e4
addaleax Mar 15, 2019
1f03fb4
deps: V8: cherry-pick e5f01ba
addaleax Mar 15, 2019
8181811
deps: V8: cherry-pick d82c9af
addaleax Mar 15, 2019
b1015e0
deps: V8: cherry-pick 6 commits
targos Mar 16, 2019
0da7e99
deps: V8: un-cherry-pick bd019bd
refack Mar 27, 2019
08efd30
deps: update postmortem metadata generation script
cjihrig Mar 28, 2019
95e779a
deps: silence irrelevant V8 warning
targos Mar 27, 2019
4507246
deps,build: refactor v8 gypfiles
refack Mar 22, 2019
fff922a
deps,build: compute torque_outputs in v8.gyp
refack Mar 23, 2019
3d8b844
deps,build: move gypfiles out 1/2 - required changes
refack Mar 25, 2019
3b5773f
build,deps: move gypfiles out 2/2 - moving
refack Mar 25, 2019
63e13fd
util: only the first line of the error message
szuend Jan 24, 2019
afad3b4
test: update postmortem metadata test for V8 7.4
cjihrig Mar 28, 2019
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
  •  
  •  
  •  
Next Next commit
deps: update V8 to 7.4.288.13
PR-URL: #26685
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
  • Loading branch information
ryzokuken authored and refack committed Mar 28, 2019
commit f579e1194046c50f2e6bb54348d48c8e7d1a53cf
1 change: 1 addition & 0 deletions deps/v8/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
*~
.#*
.*.sw?
.ccls-cache
.cpplint-cache
.cproject
.d8_history
Expand Down
3 changes: 3 additions & 0 deletions deps/v8/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Andreas Anyuru <andreas.anyuru@gmail.com>
Andrew Paprocki <andrew@ishiboo.com>
Andrei Kashcha <anvaka@gmail.com>
Anna Henningsen <anna@addaleax.net>
Anton Bikineev <ant.bikineev@gmail.com>
Bangfu Tao <bangfu.tao@samsung.com>
Daniel Shelton <d1.shelton@samsung.com>
Ben Coe <bencoe@gmail.com>
Expand Down Expand Up @@ -84,6 +85,7 @@ Geoffrey Garside <ggarside@gmail.com>
Gergely Nagy <ngg@ngg.hu>
Gus Caplan <me@gus.host>
Gwang Yoon Hwang <ryumiel@company100.net>
Hannu Trey <hannu.trey@gmail.com>
Henrique Ferreiro <henrique.ferreiro@gmail.com>
Hirofumi Mako <mkhrfm@gmail.com>
Honggyu Kim <honggyu.kp@gmail.com>
Expand Down Expand Up @@ -164,6 +166,7 @@ Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Tobias Burnus <burnus@net-b.de>
Tobias Nießen <tniessen@tnie.de>
Ujjwal Sharma <usharma1998@gmail.com>
Vadim Gorbachev <bmsdave@gmail.com>
Victor Costan <costan@gmail.com>
Vlad Burlik <vladbph@gmail.com>
Vladimir Krivosheev <develar@gmail.com>
Expand Down
Loading