summaryrefslogtreecommitdiff
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: make 'floating patch' message informationalBen Noordhuis2019-03-021-1/+5
* build: remove v8_typed_array_max_size_in_heap optionAnna Henningsen2019-03-011-4/+0
* build: remove mips supportBen Noordhuis2019-02-221-44/+1
* build,win: always build with PCHRefael Ackermann2019-02-141-10/+0
* build: make configure.py compatible with python 3Sakthipriyan Vairamani (thefourtheye)2019-01-281-5/+6
* src: merge into coreGireesh Punathil2019-01-181-0/+6
* build: introduce --openssl-is-fips flagDaniel Bevenius2019-01-171-0/+6
* build: add check for empty openssl-fips flagDaniel Bevenius2019-01-111-1/+1
* http: switch default parser to llhttpAnna Henningsen2018-12-091-4/+1
* build: fix compiler version detectionRichard Lau2018-12-081-4/+5
* http: make parser choice a runtime flagAnna Henningsen2018-12-061-1/+1
* build: use print() function in configure.pycclauss2018-11-191-1/+3
* build: check minimum ICU in configure for system-icuSteven R. Loomis2018-11-161-8/+17
* build: disable openssl asm on arm64 for nowBen Noordhuis2018-11-121-1/+3
* deps: introduce `llhttp`Fedor Indutny2018-11-101-0/+8
* build: configure default v8_optimized_debugRefael Ackermann2018-10-311-1/+7
* tools, icu: actually failover if there are multiple URLsSteven R. Loomis2018-10-241-3/+4
* doc: document and warn if the ICU version is too oldSteven R. Loomis2018-10-231-1/+8
* src: initial large page (2M) supportSuresh Srinivas2018-10-181-0/+24