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
2020-04-30build: add --error-on-warn configure flagDaniel Bevenius
2020-04-14build: add configure flag to build V8 with DCHECKsAnna Henningsen
2020-04-09build: log detected compilers in --verbose modeRichard Lau
2020-03-21build: expand ASAN acronym in configure helpSam Roberts
2020-03-15build: make --without-report a no-opcjihrig
2020-03-09build: allow use of system-installed brotliAndré Draszik
2020-03-09build: allow passing multiple libs to pkg_configAndré Draszik
2020-02-08build: add configure option to debug only Node.js part of the binaryAnna Henningsen
2020-01-31build: enable loading internal modules from diskGus Caplan
2020-01-08build: avoid using CMP for BZ2FileSpaceRacet5w2A6l0I
2019-12-28build: warn upon --use-largepages config optionGabriel Schulhof
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