summaryrefslogtreecommitdiff
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* build: expand ASAN acronym in configure helpSam Roberts2020-04-221-1/+1
* build: allow use of system-installed brotliAndré Draszik2020-03-301-0/+22
* build: allow passing multiple libs to pkg_configAndré Draszik2020-03-301-1/+5
* build: add configure option to debug only Node.js part of the binaryAnna Henningsen2020-03-301-0/+6
* Revert "src: make --use-largepages a runtime option"Myles Borins2020-02-141-0/+33
* Revert "build: re-introduce --use-largepages as no-op"Myles Borins2020-02-141-10/+0
* Revert "build: warn upon --use-largepages config option"Myles Borins2020-02-141-7/+0
* build: auto-load ICU data from --with-icu-default-data-dirStephen Gallagher2020-02-061-0/+9
* build: do not build mksnapshot and mkcodecache for --sharedJoyee Cheung2020-02-061-2/+3
* build: add --without-node-code-cache configure optionJoyee Cheung2020-02-061-3/+12
* build: fix library version and compile flags on AndroidGiovanni Campagna2020-02-061-2/+5
* build: warn upon --use-largepages config optionGabriel Schulhof2020-02-061-0/+7
* build: re-introduce --use-largepages as no-opGabriel Schulhof2020-02-061-0/+10
* src: make --use-largepages a runtime optionGabriel Schulhof2020-02-061-33/+0
* build: fix pkg-config search for libnghttp2Ben Noordhuis2019-11-111-11/+9
* build: python3 support for configureRod Vagg2019-11-111-4/+7
* build: log the found compiler version if too oldRichard Lau2019-11-111-2/+4
* build: fix version checks in configure.pyMichaël Zasso2019-11-101-4/+5
* build: always use strings for compiler version in gyp filesMichaël Zasso2019-11-101-6/+6
* build: allow clang 10+ in configure.pyKamil Rytarowski2019-09-251-1/+1
* build: make --without-snapshot imply --without-node-snapshotJoyee Cheung2019-09-041-1/+2
* src: add large page support for macOSDavid Carlier2019-09-031-3/+5
* build: enable linux large pages LLVM lld linkage supportDavid Carlier2019-08-201-0/+6
* build: support py3 for configure.pycclauss2019-08-191-23/+16
* build: remove support for s390 (but not s390x)Ben Noordhuis2019-08-021-4/+2
* build: update of the large page option errorDavid Carlier2019-07-201-1/+1
* src: large pages option: FreeBSD support proposalDavid Carlier2019-07-201-8/+9
* build: remove broken intel vtune supportBen Noordhuis2019-07-201-16/+0
* build: remove --code-cache-path help optionDaniel Bevenius2019-07-201-6/+1
* build: change ASM compiler url to httpsgengjiawen2019-07-201-1/+1
* build: expose napi_build_version variableNickNaso2019-07-021-0/+6
* Revert "build: remove mips support"mutao2019-07-021-1/+44
* build: turn on custom V8 snapshot by defaultJoyee Cheung2019-06-181-7/+5
* build: fix icu-i18n pkg-config version checkBen Noordhuis2019-06-181-1/+1
* build: don't swallow pkg-config warningsBen Noordhuis2019-06-181-3/+5
* build: fix configure script to work with Apple Clang 11Saagar Jha2019-06-171-1/+1
* build,v8: sync V8 gypfiles with 7.5Refael Ackermann2019-06-041-0/+8
* build: delegate building from Makefile to ninjaRefael Ackermann2019-05-041-4/+16
* build: allow icu download to use other hashes besides md5Steven R. Loomis2019-04-271-7/+13
* build: disable custom v8 snapshot by defaultJoyee Cheung2019-04-271-0/+12
* build: improve embedded code-cache detectionRefael Ackermann2019-04-221-1/+3
* build: run `mkcodecache` as an actionRefael Ackermann2019-04-161-4/+4
* tools: python: ignore instead of select flake8 rulesRefael Ackermann2019-04-131-1/+1
* build,win: put all compilation artifacts into `out`Refael Ackermann2019-04-121-1/+1
* build: only emit download ICU warnings onceRichard Lau2019-04-031-1/+2
* deps: sync V8 gypfiles with 7.4Ujjwal Sharma2019-03-281-2/+2
* build: update configure for Node.js 12Richard Lau2019-03-221-4/+2
* build: enable v8's siphash for hash seed creationRod Vagg2019-03-121-0/+6
* build: indicate that configure has done somethingRichard Lau2019-03-071-0/+1
* win,build: scope NASM warning to only x64 and x86Jon Kunkee2019-03-041-1/+1