Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
73ba853
deps: update V8 to 11.8.172.13
targos Oct 5, 2023
0fef29f
build: reset embedder string to "-node.0"
targos Oct 5, 2023
23bbae2
src: update NODE_MODULE_VERSION to 120
targos Sep 13, 2023
ff43327
deps: always define V8_EXPORT_PRIVATE as no-op
targos Sep 21, 2022
435c47d
deps: silence irrelevant V8 warning
targos Jun 21, 2022
6b80402
deps: disable V8 concurrent sparkplug compilation
targos Apr 6, 2023
ec65678
deps: avoid compilation error with ASan
targos Jul 31, 2023
4b15fec
deps: remove usage of a C++20 feature from V8
targos Aug 10, 2023
525ddd9
deps: patch V8 to avoid duplicated zlib symbol
targos Sep 16, 2023
dc935b6
deps: V8: cherry-pick 1a3ecc2483b2
targos Sep 13, 2023
b32f78b
deps: V8: cherry-pick 93b1a74cbc9b
targos Sep 15, 2023
b3b93c2
deps: V8: cherry-pick b5b5d6c31bb0
targos Sep 22, 2023
aa82ccb
deps: V8: cherry-pick de9a5de2274f
targos Sep 26, 2023
95e9514
deps: V8: cherry-pick 89b3702c92b0
targos Sep 26, 2023
f5f62ef
deps: V8: cherry-pick 8ec2651fbdd8
targos Oct 5, 2023
e4f5a0f
deps: bump minimum ICU version to 73
targos Jul 7, 2023
23e01d9
tools: update V8 gypfiles for 11.4
targos Mar 31, 2023
55e21e0
tools: update V8 gypfiles for 11.5
targos Apr 30, 2023
9485f89
tools: update V8 gypfiles for 11.6
targos Jun 12, 2023
62bd3f6
tools: update V8 gypfiles for 11.7
targos Jul 7, 2023
3a29541
tools: update V8 gypfiles for 11.8
targos Aug 10, 2023
e13172d
tools: add new V8 headers to distribution
targos Mar 31, 2023
4a15c7d
lib: update usage of always on Atomics API
targos Apr 16, 2023
f030296
test: adapt debugger tests to V8 11.4
pfaffe Mar 17, 2023
e12e0ca
test: update flag to disable SharedArrayBuffer
targos Apr 20, 2023
1213ee4
test: adapt test-fs-write to V8 internal changes
targos May 6, 2023
11f1bde
test: adapt REPL test to V8 changes
targos Jul 7, 2023
c37dcaa
test: skip test-tick-processor-arguments on SmartOS
targos Oct 5, 2023
a74cdd8
test: skip v8-updates/test-linux-perf
targos Oct 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tools: update V8 gypfiles for 11.6
  • Loading branch information
targos committed Oct 10, 2023
commit 9485f897a32e75f9469b2e00e6d86e5eee466eea
1 change: 1 addition & 0 deletions tools/v8_gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -1938,6 +1938,7 @@
'<(V8_ROOT)/src/objects/string-inl.h',
'<(V8_ROOT)/src/objects/struct.h',
'<(V8_ROOT)/src/objects/struct-inl.h',
'<(V8_ROOT)/src/objects/tagged.h',
],
},
'actions': [
Expand Down