summaryrefslogtreecommitdiff
path: root/configure.py
AgeCommit message (Expand)Author
2019-10-03tools: support full-icu by defaultSteven R. Loomis
2019-09-14build: allow clang 10+ in configure.pyKamil Rytarowski
2019-08-27build: make --without-snapshot imply --without-node-snapshotJoyee Cheung
2019-08-20src: add large page support for macOSDavid Carlier
2019-08-19build: enable linux large pages LLVM lld linkage supportDavid Carlier
2019-08-15build: support py3 for configure.pycclauss
2019-07-30build: remove support for s390 (but not s390x)Ben Noordhuis
2019-07-19build: update of the large page option errorDavid Carlier
2019-07-15src: large pages option: FreeBSD support proposalDavid Carlier
2019-07-15build: remove broken intel vtune supportBen Noordhuis
2019-07-04build: remove --code-cache-path help optionDaniel Bevenius
2019-07-02build: change ASM compiler url to httpsgengjiawen
2019-07-01build: expose napi_build_version variableNickNaso
2019-06-18Revert "build: remove mips support"mutao
2019-06-17build: turn on custom V8 snapshot by defaultJoyee Cheung
2019-06-14build: fix icu-i18n pkg-config version checkBen Noordhuis
2019-06-14build: don't swallow pkg-config warningsBen Noordhuis
2019-06-11build: fix configure script to work with Apple Clang 11Saagar Jha
2019-06-01build,v8: sync V8 gypfiles with 7.5Refael Ackermann
2019-05-02build: delegate building from Makefile to ninjaRefael Ackermann
2019-04-26build: allow icu download to use other hashes besides md5Steven R. Loomis
2019-04-24build: disable custom v8 snapshot by defaultJoyee Cheung
2019-04-22build: improve embedded code-cache detectionRefael Ackermann
2019-04-16build: run `mkcodecache` as an actionRefael Ackermann
2019-04-13tools: python: ignore instead of select flake8 rulesRefael Ackermann
2019-04-12build,win: put all compilation artifacts into `out`Refael Ackermann
2019-04-03build: only emit download ICU warnings onceRichard Lau
2019-03-28deps: sync V8 gypfiles with 7.4Ujjwal Sharma
2019-03-22build: update configure for Node.js 12Richard Lau
2019-03-12build: enable v8's siphash for hash seed creationRod Vagg
2019-03-07build: indicate that configure has done somethingRichard Lau
2019-03-04win,build: scope NASM warning to only x64 and x86Jon Kunkee
2019-03-02build: make 'floating patch' message informationalBen Noordhuis
2019-03-01build: remove v8_typed_array_max_size_in_heap optionAnna Henningsen
2019-02-22build: remove mips supportBen Noordhuis
2019-02-14build,win: always build with PCHRefael Ackermann
2019-01-28build: make configure.py compatible with python 3Sakthipriyan Vairamani (thefourtheye)
2019-01-18src: merge into coreGireesh Punathil
2019-01-17build: introduce --openssl-is-fips flagDaniel Bevenius
2019-01-11build: add check for empty openssl-fips flagDaniel Bevenius
2018-12-09http: switch default parser to llhttpAnna Henningsen
2018-12-08build: fix compiler version detectionRichard Lau
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-11-19build: use print() function in configure.pycclauss
2018-11-16build: check minimum ICU in configure for system-icuSteven R. Loomis
2018-11-12build: disable openssl asm on arm64 for nowBen Noordhuis
2018-11-10deps: introduce `llhttp`Fedor Indutny
2018-10-31build: configure default v8_optimized_debugRefael Ackermann
2018-10-24tools, icu: actually failover if there are multiple URLsSteven R. Loomis
2018-10-23doc: document and warn if the ICU version is too oldSteven R. Loomis