summaryrefslogtreecommitdiff
path: root/node.gyp
Commit message (Expand)AuthorAgeFilesLines
* module: loader getSource, getFormat, transform hooksGeoffrey Booth2020-01-071-1/+4
* build: don't use -latomic on macOSRyan Schmidt2020-01-021-1/+1
* src: port --bash-completion to C++Joyee Cheung2019-12-251-1/+0
* src: make --use-largepages a runtime optionGabriel Schulhof2019-12-221-3/+2
* bootstrap: use different scripts to setup different configurationsJoyee Cheung2019-12-201-2/+5
* build: add flag to enable pointer compressionMatteo Collina2019-12-111-0/+2
* src: port memory-tracking allocator from QUIC repoAnna Henningsen2019-12-071-0/+2
* build: remove (almost) unused macros/constantsbcoe2019-12-051-13/+1
* build: add --without-node-code-cache configure optionJoyee Cheung2019-12-031-1/+1
* wasi: introduce initial WASI supportcjihrig2019-11-301-2/+17
* src: clean up node_file.hAnna Henningsen2019-11-301-0/+1
* src: introduce custom smart pointers for `BaseObject`sAnna Henningsen2019-11-191-0/+1
* module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung2019-11-191-0/+1
* src: remove custom tracking for SharedArrayBuffersAnna Henningsen2019-11-081-2/+0
* build,tools: update V8 gypfiles for V8 7.9Michaël Zasso2019-11-081-1/+0
* child_process,cluster: allow using V8 serialization APIAnna Henningsen2019-11-051-0/+1
* stream: extract Readable.from in its own fileMatteo Collina2019-10-291-0/+1
* build: make configure --without-snapshot a no-opMichaël Zasso2019-10-201-1/+1
* vm: add Synthetic modulesGus Caplan2019-10-141-1/+1
* process: add lineLength to source-map-cachebcoe2019-10-131-0/+1
* build: always use strings for compiler version in gyp filesMichaël Zasso2019-10-131-1/+1
* fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel2019-10-081-0/+3
* process: add source-map support to stack tracesbcoe2019-10-051-1/+2
* process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe2019-09-221-0/+1
* http: remove legacy parserAnna Henningsen2019-09-201-5/+1
* src: re-delete Atomics.wakeGus Caplan2019-09-181-1/+0
* fs: add recursive option to rmdir()cjihrig2019-08-231-0/+1
* src: add large page support for macOSDavid Carlier2019-08-201-1/+1
* build: include stubs in shared libraryJeroen Ooms2019-08-011-0/+6
* lib: rename lib/internal/readline.jscjihrig2019-07-201-1/+1
* src: large pages option: FreeBSD support proposalDavid Carlier2019-07-151-1/+1
* build: remove broken intel vtune supportBen Noordhuis2019-07-151-1/+0
* deps: update acorn to 6.2.0Michaël Zasso2019-07-151-1/+0
* build: link libatomic on mac and linuxGus Caplan2019-06-211-0/+3
* build: fix cctest target for --without-reportRichard Lau2019-06-171-1/+3
* tools: fix js2c regressionRefael Ackermann2019-06-021-0/+1
* build,v8: sync V8 gypfiles with 7.5Refael Ackermann2019-06-011-29/+33
* build,aix: link with `noerrmsg` to eliminate warningsRefael Ackermann2019-06-011-0/+8
* Revert "lib: print to stdout/stderr directly instead of using console"Richard Lau2019-05-261-1/+0
* tools: refactor js2c.py for maximal Python3 compatibilityRefael Ackermann2019-05-181-3/+4
* build: export OpenSSL UI symbolsSam Roberts2019-05-091-1/+1
* deps: add acorn stage-3 pluginsRuben Bridgewater2019-04-301-0/+6
* src: prefer v8::Global over node::PersistentAnna Henningsen2019-04-301-1/+0
* lib: print to stdout/stderr directly instead of using consoleJoyee Cheung2019-04-281-0/+1
* build: disable custom v8 snapshot by defaultJoyee Cheung2019-04-241-1/+2
* src: enable snapshot with per-isolate dataJoyee Cheung2019-04-231-0/+29
* tools: implement node_mksnapshotJoyee Cheung2019-04-231-1/+41
* deps,test: bump googletest to 39f72ea6f5Refael Ackermann2019-04-221-3/+5
* build,win: rename node.lib to libnode.libRefael Ackermann2019-04-191-39/+3
* build: run `mkcodecache` as an actionRefael Ackermann2019-04-161-18/+52