| Commit message (Expand) | Author | Age | Files | Lines |
* | build: add --libdir flag to configure | Stephen Gallagher | 2022-08-28 | 1 | -0/+9 |
* | build: enable pointer authentication for branch protection on arm64 | Jeremiah Gowdy | 2022-08-12 | 1 | -0/+4 |
* | build: remove dtrace & etw support | Ben Noordhuis | 2022-07-17 | 1 | -44/+0 |
* | build: remove systemtap support | Ben Noordhuis | 2022-07-15 | 1 | -9/+0 |
* | src,deps,build,test: add OpenSSL config appname | Daniel Bevenius | 2022-05-31 | 1 | -0/+8 |
* | bootstrap: include code cache in the embedded snapshot | Joyee Cheung | 2022-05-17 | 1 | -1/+1 |
* | build: fix indeterminacy of icu_locales value | Sergey Nazaryev | 2022-05-06 | 1 | -1/+1 |
* | test: fix test-crypto-fips.js under shared OpenSSL | Vita Batrla | 2022-05-04 | 1 | -1/+3 |
* | build: enable V8's shared read-only heap | Michaël Zasso | 2022-04-24 | 1 | -0/+1 |
* | tools: update V8 gypfiles for 10.1 | Michaël Zasso | 2022-04-12 | 1 | -0/+1 |
* | build: add configure option --v8-enable-short-builtin-calls | daomingq | 2022-04-12 | 1 | -0/+9 |
* | build: windows/arm64 native compilation support | Niyas Sait | 2022-04-05 | 1 | -0/+1 |
* | tools: fixed bug causing JSON format to be broken | mawaregetsuka | 2022-03-31 | 1 | -3/+3 |
* | build: add --node-snapshot-main configure option | Joyee Cheung | 2022-03-31 | 1 | -0/+19 |
* | build: use zoslib_include_dir provided by node-gyp | alexcfyung | 2022-02-15 | 1 | -1/+2 |
* | build: remove broken x32 arch support | Ben Noordhuis | 2022-02-11 | 1 | -2/+1 |
* | build: add --v8-enable-hugepage flag | Daoming Qiu | 2022-01-19 | 1 | -1/+10 |
* | build: add loong64 configure | Shi Pujin | 2022-01-18 | 1 | -1/+3 |
* | build: fix node build failures in WSL Ubuntu | MrJithil | 2022-01-14 | 1 | -2/+2 |
* | build: start build on z/OS | alexcfyung | 2022-01-06 | 1 | -1/+34 |
* | src: add kNoBrowserGlobals flag for Environment | Cheng Zhao | 2022-01-05 | 1 | -1/+2 |
* | build: use list for mutable retval rather than tuple | Rich Trott | 2022-01-05 | 1 | -3/+3 |
* | build: remove Python 2 workaround | Rich Trott | 2022-01-01 | 1 | -7/+1 |
* | build: add `--without-corepack` | Jonah Snider | 2021-12-05 | 1 | -0/+7 |
* | deps,build,tools: fix openssl-is-fips for ninja builds | Daniel Bevenius | 2021-10-21 | 1 | -0/+1 |
* | deps,test,src,doc,tools: update to OpenSSL 3.0 | Daniel Bevenius | 2021-10-11 | 1 | -25/+11 |
* | build: pass a tuple of alternatives to str.endswith() | Christian Clauss | 2021-09-26 | 1 | -1/+1 |
* | build: override python executable path on configure | legendecas | 2021-07-30 | 1 | -0/+4 |
* | build: fix `host_arch_cc()` for AIX/IBM i | Richard Lau | 2021-07-25 | 1 | -6/+1 |
* | build: add `library_files` to gyp variables | himself65 | 2021-07-14 | 1 | -0/+4 |
* | build: add riscv into host_arch_cc | Lu Yahan | 2021-07-11 | 1 | -0/+7 |
* | tools: update V8 gypfiles for 9.1 | Michaël Zasso | 2021-06-10 | 1 | -0/+1 |
* | build: allow LTO with Clang 3.9.1+ | Jesse Chan | 2021-05-25 | 1 | -14/+23 |
* | build,src,test,doc: enable FIPS for OpenSSL 3.0 | Daniel Bevenius | 2021-05-14 | 1 | -0/+6 |
* | build: add workaround for V8 builds | Richard Lau | 2021-05-12 | 1 | -1/+6 |
* | build: remove dependency on `distutils.spawn` | Richard Lau | 2021-05-10 | 1 | -1/+1 |
* | build: remove support for Python 2 | Christian Clauss | 2021-04-16 | 1 | -1/+1 |
* | build: add riscv64 configure | luyahan | 2021-04-14 | 1 | -1/+1 |
* | build: warn for gcc versions earlier than 8.3.0 | Richard Lau | 2021-03-28 | 1 | -2/+2 |
* | deps: add ngtcp2 and nghttp3 | James M Snell | 2021-03-19 | 1 | -0/+48 |
* | tools: partially detect quic support in shared_openssl | James M Snell | 2021-03-19 | 1 | -0/+5 |
* | quic: remove quic | James M Snell | 2021-01-30 | 1 | -60/+0 |
* | tools: revise line in configure.py for clarity | Rich Trott | 2020-12-22 | 1 | -2/+1 |
* | tools: remove unused variable in configure.py | Rich Trott | 2020-12-17 | 1 | -2/+0 |
* | build,lib,test: change whitelist to allowlist | Michaël Zasso | 2020-12-10 | 1 | -1/+1 |
* | build: refactor configure.py to use argparse | raisinten | 2020-11-12 | 1 | -148/+202 |
* | tools: don't print gold linker warning w/o flag | Myles Borins | 2020-11-07 | 1 | -1/+2 |
* | build: add support for section ordering | Gabriel Schulhof | 2020-09-30 | 1 | -0/+32 |
* | build: remove --build-v8-with-gn configure option | Yang Guo | 2020-09-23 | 1 | -18/+0 |
* | build: add build flag for OSS-Fuzz integration | davkor | 2020-08-15 | 1 | -0/+8 |