summaryrefslogtreecommitdiff
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* build: add --libdir flag to configureStephen Gallagher2022-08-281-0/+9
* build: enable pointer authentication for branch protection on arm64Jeremiah Gowdy2022-08-121-0/+4
* build: remove dtrace & etw supportBen Noordhuis2022-07-171-44/+0
* build: remove systemtap supportBen Noordhuis2022-07-151-9/+0
* src,deps,build,test: add OpenSSL config appnameDaniel Bevenius2022-05-311-0/+8
* bootstrap: include code cache in the embedded snapshotJoyee Cheung2022-05-171-1/+1
* build: fix indeterminacy of icu_locales valueSergey Nazaryev2022-05-061-1/+1
* test: fix test-crypto-fips.js under shared OpenSSLVita Batrla2022-05-041-1/+3
* build: enable V8's shared read-only heapMichaël Zasso2022-04-241-0/+1
* tools: update V8 gypfiles for 10.1Michaël Zasso2022-04-121-0/+1
* build: add configure option --v8-enable-short-builtin-callsdaomingq2022-04-121-0/+9
* build: windows/arm64 native compilation supportNiyas Sait2022-04-051-0/+1
* tools: fixed bug causing JSON format to be brokenmawaregetsuka2022-03-311-3/+3
* build: add --node-snapshot-main configure optionJoyee Cheung2022-03-311-0/+19
* build: use zoslib_include_dir provided by node-gypalexcfyung2022-02-151-1/+2
* build: remove broken x32 arch supportBen Noordhuis2022-02-111-2/+1
* build: add --v8-enable-hugepage flagDaoming Qiu2022-01-191-1/+10
* build: add loong64 configureShi Pujin2022-01-181-1/+3
* build: fix node build failures in WSL UbuntuMrJithil2022-01-141-2/+2
* build: start build on z/OSalexcfyung2022-01-061-1/+34
* src: add kNoBrowserGlobals flag for EnvironmentCheng Zhao2022-01-051-1/+2
* build: use list for mutable retval rather than tupleRich Trott2022-01-051-3/+3
* build: remove Python 2 workaroundRich Trott2022-01-011-7/+1
* build: add `--without-corepack`Jonah Snider2021-12-051-0/+7
* deps,build,tools: fix openssl-is-fips for ninja buildsDaniel Bevenius2021-10-211-0/+1
* deps,test,src,doc,tools: update to OpenSSL 3.0Daniel Bevenius2021-10-111-25/+11
* build: pass a tuple of alternatives to str.endswith()Christian Clauss2021-09-261-1/+1
* build: override python executable path on configurelegendecas2021-07-301-0/+4
* build: fix `host_arch_cc()` for AIX/IBM iRichard Lau2021-07-251-6/+1
* build: add `library_files` to gyp variableshimself652021-07-141-0/+4
* build: add riscv into host_arch_ccLu Yahan2021-07-111-0/+7
* tools: update V8 gypfiles for 9.1Michaël Zasso2021-06-101-0/+1
* build: allow LTO with Clang 3.9.1+Jesse Chan2021-05-251-14/+23
* build,src,test,doc: enable FIPS for OpenSSL 3.0Daniel Bevenius2021-05-141-0/+6
* build: add workaround for V8 buildsRichard Lau2021-05-121-1/+6
* build: remove dependency on `distutils.spawn`Richard Lau2021-05-101-1/+1
* build: remove support for Python 2Christian Clauss2021-04-161-1/+1
* build: add riscv64 configureluyahan2021-04-141-1/+1
* build: warn for gcc versions earlier than 8.3.0Richard Lau2021-03-281-2/+2
* deps: add ngtcp2 and nghttp3James M Snell2021-03-191-0/+48
* tools: partially detect quic support in shared_opensslJames M Snell2021-03-191-0/+5
* quic: remove quicJames M Snell2021-01-301-60/+0
* tools: revise line in configure.py for clarityRich Trott2020-12-221-2/+1
* tools: remove unused variable in configure.pyRich Trott2020-12-171-2/+0
* build,lib,test: change whitelist to allowlistMichaël Zasso2020-12-101-1/+1
* build: refactor configure.py to use argparseraisinten2020-11-121-148/+202
* tools: don't print gold linker warning w/o flagMyles Borins2020-11-071-1/+2
* build: add support for section orderingGabriel Schulhof2020-09-301-0/+32
* build: remove --build-v8-with-gn configure optionYang Guo2020-09-231-18/+0
* build: add build flag for OSS-Fuzz integrationdavkor2020-08-151-0/+8