Skip to content

Tags: Distributive-Network/node

Tags

dcp/4.1.0

Toggle dcp/4.1.0's commit message
`getrandom` and the <sys/random.h> header are available since glibc 2.25

See https://man7.org/linux/man-pages/man2/getrandom.2.html

dcp/4.0.2

Toggle dcp/4.0.2's commit message
Temporary fix to nodejs#65026

dcp/4.0.1

Toggle dcp/4.0.1's commit message
support extra build flags for Android build

dcp/4.0.0

Toggle dcp/4.0.0's commit message
Node 26

dcp/3.2.0

Toggle dcp/3.2.0's commit message
deps: patch V8 to 14.6.202.34

Refs: v8/v8@14.6.202.33...14.6.202.34
PR-URL: nodejs#62964
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <richard.lau@ibm.com>

dcp/3.1.2

Toggle dcp/3.1.2's commit message
Fix building on API level 26

the aligned_alloc function was not introduced to Android's C library (Bionic) until API level 28.

dcp/3.1.1

Toggle dcp/3.1.1's commit message
build for Android with Intl support

dcp/3.1.0

Toggle dcp/3.1.0's commit message
make Android build available

dcp/3.0.2

Toggle dcp/3.0.2's commit message
Add V8_ENABLE_CHECKS to Debug defines, comment out error when compili…

…ng v8 with this flag

dcp/testing/3.0.3

Toggle dcp/testing/3.0.3's commit message
Comment out bad cast in a V8_ENABLE_CHECKS call