summaryrefslogtreecommitdiff
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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