| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | build: set --v8-enable-object-print by default | Mary Marchini | 2020-08-12 | 1 | -1/+1 |
* | build: add flag to build V8 with OBJECT_PRINT | Mary Marchini | 2020-08-09 | 1 | -0/+7 |
* | configure: account for CLANG_VENDOR when checking for llvm version | Nathan Blair | 2020-06-24 | 1 | -1/+1 |
* | build: configure byte order for mips targets | Ben Noordhuis | 2020-06-24 | 1 | -2/+4 |
* | quic: initial QUIC implementation | James M Snell | 2020-06-16 | 1 | -0/+57 |
* | src,build: add --openssl-default-cipher-list | Daniel Bevenius | 2020-06-08 | 1 | -0/+10 |
* | build: add --v8-lite-mode flag | Maciej Kacper Jagiełło | 2020-05-30 | 1 | -0/+9 |
* | build: fix makefile script on windows | Thomas | 2020-05-25 | 1 | -0/+4 |
* | build,win: add support for MSVC cross-compilation | Richard Townsend | 2020-05-19 | 1 | -0/+2 |
* | build: add --error-on-warn configure flag | Daniel Bevenius | 2020-04-30 | 1 | -0/+6 |
* | build: add configure flag to build V8 with DCHECKs | Anna Henningsen | 2020-04-14 | 1 | -0/+7 |
* | build: log detected compilers in --verbose mode | Richard Lau | 2020-04-09 | 1 | -2/+8 |
* | build: expand ASAN acronym in configure help | Sam Roberts | 2020-03-20 | 1 | -1/+1 |
* | build: make --without-report a no-op | cjihrig | 2020-03-15 | 1 | -4/+3 |
* | build: allow use of system-installed brotli | André Draszik | 2020-03-09 | 1 | -0/+22 |
* | build: allow passing multiple libs to pkg_config | André Draszik | 2020-03-09 | 1 | -1/+5 |
* | build: add configure option to debug only Node.js part of the binary | Anna Henningsen | 2020-02-08 | 1 | -0/+6 |
* | build: enable loading internal modules from disk | Gus Caplan | 2020-01-31 | 1 | -6/+16 |
* | build: avoid using CMP for BZ2File | SpaceRacet5w2A6l0I | 2020-01-07 | 1 | -2/+5 |
* | build: warn upon --use-largepages config option | Gabriel Schulhof | 2019-12-28 | 1 | -0/+7 |
* | build: re-introduce --use-largepages as no-op | Gabriel Schulhof | 2019-12-25 | 1 | -0/+10 |
* | src: make --use-largepages a runtime option | Gabriel Schulhof | 2019-12-22 | 1 | -33/+0 |
* | build: auto-load ICU data from --with-icu-default-data-dir | Stephen Gallagher | 2019-12-13 | 1 | -0/+9 |