Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
e04b976
deps: update V8 to 13.6.233.8
targos Apr 29, 2025
038c3f2
build: reset embedder string to "-node.0"
targos Apr 29, 2025
045507c
src: update NODE_MODULE_VERSION to 137
targos Apr 29, 2025
2b27576
deps: patch V8 to avoid duplicated zlib symbol
targos Sep 16, 2023
d6837f1
deps: fix FP16 bitcasts.h
StefanStojanovic May 28, 2024
8a9baf6
deps: define V8_PRESERVE_MOST as no-op on Windows
StefanStojanovic Dec 16, 2024
1f9cf1d
deps: remove problematic comment from v8-internal
targos Mar 19, 2025
3deb96e
deps: patch V8 for illumos
danmcd Apr 18, 2025
ee7ad80
deps: use std::map in MSVC STL for EphemeronRememberedSet
joyeecheung Apr 28, 2025
567d78c
deps: disable V8 concurrent sparkplug compilation
targos Apr 6, 2023
ca3fffb
deps: always define V8_EXPORT_PRIVATE as no-op
targos Sep 21, 2022
eabc4fb
deps: patch V8 to support compilation with MSVC
StefanStojanovic Apr 21, 2024
36ee451
deps: V8: backport 954187bb1b87
joyeecheung Apr 24, 2025
840fbbb
build: remove support for s390 32-bit
richardlau Sep 18, 2024
eb26ca3
build: enable shared RO heap with ptr compression
targos Sep 21, 2024
c08834a
tools: update V8 gypfiles for 13.1
targos Sep 25, 2024
0c4f35c
tools: update V8 gypfiles for 13.2
targos Oct 28, 2024
d7d2b59
build,src,tools: adapt build config for V8 13.3
targos Dec 19, 2024
9afc83f
tools: update V8 gypfiles for 13.4
targos Jan 20, 2025
f552e07
build: add `/bigobj` to compile V8 on Windows
targos Feb 5, 2025
b247c98
src: replace uses of FastApiTypedArray
targos Feb 8, 2025
38be4b8
Revert "test: disable fast API call count checks"
targos Jan 31, 2025
3e314b4
test: update test-linux-perf-logger
targos Feb 4, 2025
34b439a
test: adapt assert tests to stack trace changes
targos Dec 20, 2024
9297f92
test: handle explicit resource management globals
targos Dec 21, 2024
50db68a
deps: remove deps/simdutf
targos Jan 29, 2025
e7504c7
tools: update license-builder and LICENSE for V8 deps
targos Jan 29, 2025
6b6add6
src: use `v8::ExternalMemoryAccounter`
targos Feb 15, 2025
9c9f865
src,test: add V8 API to test the hash seed
targos Feb 20, 2025
07cdd3b
build: pass `-fPIC` to linker as well for shared builds
targos Apr 2, 2025
adc9675
build: fix V8 TLS config for shared lib builds
targos Apr 3, 2025
773a8c6
tools: update V8 gypfiles for 13.5
targos Feb 25, 2025
2e71fb7
tools: update V8 gypfiles for 13.6
targos Apr 5, 2025
8a3e8f3
build: update list of installed cppgc headers
targos Apr 6, 2025
6f16029
test: fix test-fs-write for V8 13.6
targos Apr 9, 2025
1780962
src: use V8-owned CppHeap
joyeecheung May 29, 2024
05054d2
src: use non-deprecated Utf8LengthV2() method
anonrig Apr 17, 2025
c21b0e7
src: use non-deprecated WriteUtf8V2() method
anonrig Apr 17, 2025
fb09a88
src,test: unregister the isolate after disposal and before freeing
joyeecheung Apr 21, 2025
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
build: reset embedder string to "-node.0"
  • Loading branch information
targos committed May 1, 2025
commit 038c3f22cf20db5396ffd5f7be80378f5a1f52f5
2 changes: 1 addition & 1 deletion common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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.12',
'v8_embedder_string': '-node.0',

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

Expand Down