summaryrefslogtreecommitdiff
path: root/node.gypi
AgeCommit message (Expand)Author
2019-10-01build: do not link against librt on linuxSam Roberts
2019-09-20http: remove legacy parserAnna Henningsen
2019-08-19build: enable linux large pages LLVM lld linkage supportDavid Carlier
2019-07-19build: fix building with d8Michaël Zasso
2019-07-15build: remove broken intel vtune supportBen Noordhuis
2019-07-12build: do not always build the default V8 snapshotMichaël Zasso
2019-06-01build,v8: sync V8 gypfiles with 7.5Refael Ackermann
2019-04-16build: run `mkcodecache` as an actionRefael Ackermann
2019-04-12build,win: put all compilation artifacts into `out`Refael Ackermann
2019-03-28build,deps: move gypfiles out 2/2 - movingRefael Ackermann
2019-03-28deps: sync V8 gypfiles with 7.4Ujjwal Sharma
2019-03-14build,win: mark x86 image as not SAFESEHRefael Ackermann
2019-02-14build,win: always build with PCHRefael Ackermann
2019-02-14build,src: add PCH to node.gypiRefael Ackermann
2019-02-08perf_hooks: implement histogram based apiJames M Snell
2019-01-17build: introduce --openssl-is-fips flagDaniel Bevenius
2019-01-05zlib: add brotli supportAnna Henningsen
2018-12-09http: switch default parser to llhttpAnna Henningsen
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-12-01build: fix c++ code coverage on macOSRefael Ackermann
2018-11-10deps: introduce `llhttp`Fedor Indutny
2018-10-31build: add -Werror=undefined-inline to clang buildsRefael Ackermann
2018-10-18src: initial large page (2M) supportSuresh Srinivas
2018-10-04build,deps: refactor and fix v8.gypRefael Ackermann
2018-10-02build: reduce chance of unneeded rebuildRefael Ackermann
2018-09-11build,win: WHOLEARCHIVE needs just lib nameRefael Ackermann
2018-05-31http2: switch to new runtime-controlled debugging systemAnna Henningsen
2018-05-14build: add '-z relro -z now' linker flagsShao,Ting
2018-04-11deps: split v8_monolith target into separate fileYang Guo
2018-04-11build: add option to build v8 with GNYang Guo
2018-04-11build: update node.gyp to reference gypfiles/v8.gypJoyee Cheung
2018-03-12test: shared lib build doesn't handle SIGPIPEYihong Wang
2018-02-04build: include the libuv and zlib into nodeYihong Wang
2018-02-02build: fix coverage buildYihong Wang
2018-02-01build: make gyp user defined variables lowercaseDaniel Bevenius
2018-01-17build: refine static and shared lib buildYihong Wang
2017-11-20build: Allow linking against an external copy of nghttp2.Ed Schouten
2017-11-16test: --enable-static linked executableDaniel Bevenius
2017-11-13build: fix cctest compilationDaniel Bevenius
2017-11-10build: remove cctest extensionYihong Wang
2017-10-18build: add c++ coverage support on macOSEvan Lucas
2017-10-13inspector: Move JS API code to separate fileEugene Ostroukhov
2017-08-04http2: introducing HTTP/2James M Snell
2017-04-13build: disable -O3 for C++ coverageAnna Henningsen
2017-04-06debug: activate inspector with _debugProcessEugene Ostroukhov
2017-03-24build: enable cctest to use generated objectsDaniel Bevenius