summaryrefslogtreecommitdiff
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
...
* build: fix icu-i18n pkg-config version checkBen Noordhuis2019-06-141-1/+1
* build: don't swallow pkg-config warningsBen Noordhuis2019-06-141-3/+5
* build: fix configure script to work with Apple Clang 11Saagar Jha2019-06-111-1/+1
* build,v8: sync V8 gypfiles with 7.5Refael Ackermann2019-06-011-0/+8
* build: delegate building from Makefile to ninjaRefael Ackermann2019-05-021-4/+16
* build: allow icu download to use other hashes besides md5Steven R. Loomis2019-04-261-7/+13
* build: disable custom v8 snapshot by defaultJoyee Cheung2019-04-241-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
* tools,icu: read full ICU version info from fileRefael Ackermann2018-10-111-6/+3
* tools: remove useless assignment from configure.pyGus Caplan2018-10-051-1/+0
* src: deprecate global COUNTER_* and remove perfctrJames M Snell2018-09-191-18/+0
* build: add `--verbose` to `./configure`Refael Ackermann2018-09-071-12/+28
* build: move meta-shebang back to `configure`Refael Ackermann2018-09-071-26/+1
* build: rename configure to configure.pyRefael Ackermann2018-09-071-0/+1656