Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-26build: re-introduce --use-largepages as no-opGabriel Schulhof
2019-12-22src: make --use-largepages a runtime optionGabriel Schulhof
2019-12-14build: auto-load ICU data from --with-icu-default-data-dirStephen Gallagher
2019-12-12build: fix library version and compile flags on AndroidGiovanni Campagna
2019-12-12build: add flag to enable pointer compressionMatteo Collina
2019-12-03build: do not build mksnapshot and mkcodecache for --sharedJoyee Cheung
2019-12-03build: add --without-node-code-cache configure optionJoyee Cheung
2019-10-31build: fix pkg-config search for libnghttp2Ben Noordhuis
2019-10-24build: python3 support for configureRod Vagg
2019-10-22build: log the found compiler version if too oldRichard Lau
2019-10-20build: make configure --without-snapshot a no-opMichaël Zasso
2019-10-18build: fix version checks in configure.pyMichaël Zasso
2019-10-13build: always use strings for compiler version in gyp filesMichaël Zasso
2019-10-04tools: support full-icu by defaultSteven R. Loomis
2019-09-15build: 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-20build: enable linux large pages LLVM lld linkage supportDavid Carlier
2019-08-16build: support py3 for configure.pycclauss
2019-07-31build: remove support for s390 (but not s390x)Ben Noordhuis
2019-07-19build: update of the large page option errorDavid Carlier
2019-07-16src: 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-02build: 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-15build: fix icu-i18n pkg-config version checkBen Noordhuis
2019-06-15build: don't swallow pkg-config warningsBen Noordhuis
2019-06-12build: fix configure script to work with Apple Clang 11Saagar Jha
2019-06-01build,v8: sync V8 gypfiles with 7.5Refael Ackermann
2019-05-03build: delegate building from Makefile to ninjaRefael Ackermann
2019-04-26build: allow icu download to use other hashes besides md5Steven R. Loomis
2019-04-23build: disable custom v8 snapshot by defaultJoyee Cheung
2019-04-22build: improve embedded code-cache detectionRefael Ackermann
2019-04-17build: run `mkcodecache` as an actionRefael Ackermann
2019-04-14tools: python: ignore instead of select flake8 rulesRefael Ackermann
2019-04-12build,win: put all compilation artifacts into `out`Refael Ackermann
2019-04-04build: 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)