From ef76a250d6d7ff53b51212bdc3fb6809d10f9332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E9=94=A6=E5=B1=B1?= <791770396@qq.com> Date: Wed, 4 Sep 2024 10:38:47 +0000 Subject: [PATCH 1/8] update README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 曾锦山 <791770396@qq.com> --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 62432860..4a2792ad 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,12 @@ For information about the governance of the Node.js project, see **Chemi Atlow** <> (he/him) * [Ayase-252](https://github.com/Ayase-252) - **Qingyu Deng** <> + + +\ + + + * [bengl](https://github.com/bengl) - **Bryan English** <> (he/him) * [benjamingr](https://github.com/benjamingr) - -- Gitee From 4c8def7e93c6cce6e23baf9abb75de9cfba90a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E9=94=A6=E5=B1=B1?= <791770396@qq.com> Date: Wed, 4 Sep 2024 11:04:50 +0000 Subject: [PATCH 2/8] update README.md. test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 曾锦山 <791770396@qq.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4a2792ad..2b1c42d5 100644 --- a/README.md +++ b/README.md @@ -850,6 +850,8 @@ releases on a rotation basis as outlined in the ## License + + Node.js is available under the [MIT license](https://opensource.org/licenses/MIT). Node.js also includes external libraries that are available under a variety of licenses. See -- Gitee From fe9679a9215dc03fc62c084f192558fdc1d8a59b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E9=94=A6=E5=B1=B1?= <791770396@qq.com> Date: Sat, 7 Sep 2024 01:02:36 +0000 Subject: [PATCH 3/8] update BUILDING.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 曾锦山 <791770396@qq.com> --- BUILDING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILDING.md b/BUILDING.md index 76b67380..8784ecb9 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -1,5 +1,6 @@ # Building Node.js + Depending on what platform or features you need, the build process may differ. After you've built a binary, running the test suite to confirm that the binary works as intended is a good next step. -- Gitee From d950f16a8d6f3a79011c52564a6596a5b46c98e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E9=94=A6=E5=B1=B1?= <791770396@qq.com> Date: Sat, 7 Sep 2024 01:15:38 +0000 Subject: [PATCH 4/8] update BUILDING.md. test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 曾锦山 <791770396@qq.com> --- BUILDING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILDING.md b/BUILDING.md index 8784ecb9..aefd3f15 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -250,6 +250,7 @@ installed, you can find them under the menu `Xcode -> Open Developer Tool -> More Developer Tools...`. This step will install `clang`, `clang++`, and `make`. + #### Building Node.js If the path to your build directory contains a space, the build will likely -- Gitee From 2e2cc4b4e67e1e26055a566bfc421dfcabbf1313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E9=94=A6=E5=B1=B1?= <791770396@qq.com> Date: Sat, 7 Sep 2024 01:17:38 +0000 Subject: [PATCH 5/8] update BUILDING.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 曾锦山 <791770396@qq.com> --- BUILDING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index aefd3f15..409fc9db 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -9,6 +9,8 @@ If you can reproduce a test failure, search for it in the [Node.js issue tracker](https://github.com/nodejs/node/issues) or file a new issue. + + ## Table of contents * [Supported platforms](#supported-platforms) -- Gitee From e39fd8fc0460fd9c144a61af4529bba12cc32de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E9=94=A6=E5=B1=B1?= <791770396@qq.com> Date: Wed, 23 Oct 2024 02:06:23 +0000 Subject: [PATCH 6/8] update src/aliased_buffer-inl.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 曾锦山 <791770396@qq.com> --- src/aliased_buffer-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aliased_buffer-inl.h b/src/aliased_buffer-inl.h index 58e9b6f8..b493e88d 100644 --- a/src/aliased_buffer-inl.h +++ b/src/aliased_buffer-inl.h @@ -15,7 +15,7 @@ AliasedBufferBase::AliasedBufferBase( v8::Isolate* isolate, const size_t count, const AliasedBufferIndex* index) : isolate_(isolate), count_(count), byte_offset_(0), index_(index) { CHECK_GT(count, 0); - if (index != nullptr) { + if (index!=nullptr) { // Will be deserialized later. return; } -- Gitee From e810959b9444e868f145c71d7047e25abf9771e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E9=94=A6=E5=B1=B1?= <791770396@qq.com> Date: Mon, 24 Mar 2025 01:46:59 +0000 Subject: [PATCH 7/8] update deps/base64/base64/include/libbase64.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 曾锦山 <791770396@qq.com> --- deps/base64/base64/include/libbase64.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deps/base64/base64/include/libbase64.h b/deps/base64/base64/include/libbase64.h index c5908973..528ffbef 100644 --- a/deps/base64/base64/include/libbase64.h +++ b/deps/base64/base64/include/libbase64.h @@ -12,6 +12,7 @@ #elif __GNUC__ >= 4 #define BASE64_SYMBOL_IMPORT __attribute__ ((visibility ("default"))) #define BASE64_SYMBOL_EXPORT __attribute__ ((visibility ("default"))) + #define BASE64_SYMBOL_PRIVATE __attribute__ ((visibility ("hidden"))) #else @@ -38,6 +39,7 @@ #ifdef __cplusplus extern "C" { + #endif /* These are the flags that can be passed in the `flags` argument. The values @@ -49,6 +51,7 @@ extern "C" { #define BASE64_FORCE_NEON32 (1 << 1) #define BASE64_FORCE_NEON64 (1 << 2) #define BASE64_FORCE_PLAIN (1 << 3) + #define BASE64_FORCE_SSSE3 (1 << 4) #define BASE64_FORCE_SSE41 (1 << 5) #define BASE64_FORCE_SSE42 (1 << 6) @@ -58,6 +61,7 @@ extern "C" { struct base64_state { int eof; int bytes; + int flags; unsigned char carry; }; @@ -71,7 +75,7 @@ void BASE64_EXPORT base64_encode , size_t srclen , char *out , size_t *outlen - , int flags + , int flags ) ; /* Call this before calling base64_stream_encode() to init the state. See above -- Gitee From 412d4d908fda9942d606beba11cf15e0b43454e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E9=94=A6=E5=B1=B1?= <791770396@qq.com> Date: Mon, 24 Mar 2025 01:47:32 +0000 Subject: [PATCH 8/8] update deps/base64/base64/include/libbase64.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 曾锦山 <791770396@qq.com> --- deps/base64/base64/include/libbase64.h | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/base64/base64/include/libbase64.h b/deps/base64/base64/include/libbase64.h index 528ffbef..a11423f6 100644 --- a/deps/base64/base64/include/libbase64.h +++ b/deps/base64/base64/include/libbase64.h @@ -11,6 +11,7 @@ #elif __GNUC__ >= 4 #define BASE64_SYMBOL_IMPORT __attribute__ ((visibility ("default"))) + #define BASE64_SYMBOL_EXPORT __attribute__ ((visibility ("default"))) #define BASE64_SYMBOL_PRIVATE __attribute__ ((visibility ("hidden"))) -- Gitee