summaryrefslogtreecommitdiff
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* tools: don't print gold linker warning w/o flagMyles Borins2020-12-151-1/+2
* build: add support for section orderingGabriel Schulhof2020-10-061-0/+32
* build: add build flag for OSS-Fuzz integrationdavkor2020-08-201-0/+8
* build: set --v8-enable-object-print by defaultMary Marchini2020-08-201-1/+1
* build: add flag to build V8 with OBJECT_PRINTMary Marchini2020-08-201-0/+7
* configure: account for CLANG_VENDOR when checking for llvm versionNathan Blair2020-06-301-1/+1
* build: configure byte order for mips targetsBen Noordhuis2020-06-301-2/+4
* src,build: add --openssl-default-cipher-listDaniel Bevenius2020-06-301-0/+10
* build: add --v8-lite-mode flagMaciej Kacper Jagiełło2020-06-301-0/+9
* build: fix makefile script on windowsThomas2020-06-301-0/+4
* build,win: add support for MSVC cross-compilationRichard Townsend2020-06-021-0/+2
* build: add --error-on-warn configure flagDaniel Bevenius2020-05-041-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-141-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
* build: add configure option to debug only Node.js part of the binaryAnna Henningsen2020-02-081-0/+6
* build: enable loading internal modules from diskGus Caplan2020-01-311-6/+16
* build: avoid using CMP for BZ2FileSpaceRacet5w2A6l0I2020-01-071-2/+5
* build: warn upon --use-largepages config optionGabriel Schulhof2019-12-281-0/+7
* build: re-introduce --use-largepages as no-opGabriel Schulhof2019-12-251-0/+10
* src: make --use-largepages a runtime optionGabriel Schulhof2019-12-221-33/+0
* build: auto-load ICU data from --with-icu-default-data-dirStephen Gallagher2019-12-131-0/+9
* build: fix library version and compile flags on AndroidGiovanni Campagna2019-12-121-2/+5
* build: add flag to enable pointer compressionMatteo Collina2019-12-111-0/+7
* build: do not build mksnapshot and mkcodecache for --sharedJoyee Cheung2019-12-031-2/+4
* build: add --without-node-code-cache configure optionJoyee Cheung2019-12-031-3/+12
* build: fix pkg-config search for libnghttp2Ben Noordhuis2019-10-311-11/+9
* build: python3 support for configureRod Vagg2019-10-241-4/+6
* build: log the found compiler version if too oldRichard Lau2019-10-221-2/+4
* build: make configure --without-snapshot a no-opMichaël Zasso2019-10-201-7/+6
* build: fix version checks in configure.pyMichaël Zasso2019-10-181-4/+5
* build: always use strings for compiler version in gyp filesMichaël Zasso2019-10-131-6/+6
* tools: support full-icu by defaultSteven R. Loomis2019-10-031-26/+61
* build: allow clang 10+ in configure.pyKamil Rytarowski2019-09-141-1/+1
* build: make --without-snapshot imply --without-node-snapshotJoyee Cheung2019-08-271-1/+2
* src: add large page support for macOSDavid Carlier2019-08-201-3/+5
* build: enable linux large pages LLVM lld linkage supportDavid Carlier2019-08-191-0/+6
* build: support py3 for configure.pycclauss2019-08-151-23/+16
* build: remove support for s390 (but not s390x)Ben Noordhuis2019-07-301-4/+2
* build: update of the large page option errorDavid Carlier2019-07-191-1/+1
* src: large pages option: FreeBSD support proposalDavid Carlier2019-07-151-8/+9
* build: remove broken intel vtune supportBen Noordhuis2019-07-151-16/+0
* build: remove --code-cache-path help optionDaniel Bevenius2019-07-041-6/+1
* build: change ASM compiler url to httpsgengjiawen2019-07-021-1/+1
* build: expose napi_build_version variableNickNaso2019-07-011-0/+6
* Revert "build: remove mips support"mutao2019-06-181-1/+44
* build: turn on custom V8 snapshot by defaultJoyee Cheung2019-06-171-7/+5