summaryrefslogtreecommitdiff
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: set --v8-enable-object-print by defaultMary Marchini2020-08-121-1/+1
* build: add flag to build V8 with OBJECT_PRINTMary Marchini2020-08-091-0/+7
* configure: account for CLANG_VENDOR when checking for llvm versionNathan Blair2020-06-241-1/+1
* build: configure byte order for mips targetsBen Noordhuis2020-06-241-2/+4
* quic: initial QUIC implementationJames M Snell2020-06-161-0/+57
* src,build: add --openssl-default-cipher-listDaniel Bevenius2020-06-081-0/+10
* build: add --v8-lite-mode flagMaciej Kacper Jagiełło2020-05-301-0/+9
* build: fix makefile script on windowsThomas2020-05-251-0/+4
* build,win: add support for MSVC cross-compilationRichard Townsend2020-05-191-0/+2
* build: add --error-on-warn configure flagDaniel Bevenius2020-04-301-0/+6
* build: add configure flag to build V8 with DCHECKsAnna Henningsen2020-04-141-0/+7
* build: log detected compilers in --verbose modeRichard Lau2020-04-091-2/+8
* build: expand ASAN acronym in configure helpSam Roberts2020-03-201-1/+1
* build: make --without-report a no-opcjihrig2020-03-151-4/+3
* build: allow use of system-installed brotliAndré Draszik2020-03-091-0/+22
* build: allow passing multiple libs to pkg_configAndré Draszik2020-03-091-1/+5