summaryrefslogtreecommitdiff
path: root/node.gyp
Commit message (Expand)AuthorAgeFilesLines
* fs: add recursive option to rmdir()cjihrig2019-09-031-0/+1
* src: add large page support for macOSDavid Carlier2019-09-031-1/+1
* build: include stubs in shared libraryJeroen Ooms2019-08-021-0/+6
* lib: rename lib/internal/readline.jscjihrig2019-07-221-1/+1
* src: large pages option: FreeBSD support proposalDavid Carlier2019-07-201-1/+1
* build: remove broken intel vtune supportBen Noordhuis2019-07-201-1/+0
* deps: update acorn to 6.2.0Michaƫl Zasso2019-07-201-1/+0
* build: link libatomic on mac and linuxGus Caplan2019-07-021-0/+3
* build: fix cctest target for --without-reportRichard Lau2019-06-181-1/+3
* build,v8: sync V8 gypfiles with 7.5Refael Ackermann2019-06-041-29/+33
* tools: fix js2c regressionRefael Ackermann2019-06-021-0/+1
* 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-281-1/+0
* tools: refactor js2c.py for maximal Python3 compatibilityRefael Ackermann2019-05-201-3/+4
* build: export OpenSSL UI symbolsSam Roberts2019-05-101-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-291-0/+1
* build: disable custom v8 snapshot by defaultJoyee Cheung2019-04-271-1/+2
* src: enable snapshot with per-isolate dataJoyee Cheung2019-04-271-0/+29
* tools: implement node_mksnapshotJoyee Cheung2019-04-271-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
* tools: implement mkcodecache as an executableJoyee Cheung2019-04-161-0/+53
* src: use RAII to manage the main isolate dataJoyee Cheung2019-04-171-0/+2
* tools: python: update flake8 rulesRefael Ackermann2019-04-131-4/+4
* lib: create primordials in every contextJoyee Cheung2019-04-131-1/+1
* src: make a Environment-independent proxy class for NativeModuleLoaderJoyee Cheung2019-04-131-0/+2
* build,win: put all compilation artifacts into `out`Refael Ackermann2019-04-121-0/+25
* build: tidy up additional libraries on WindowsRichard Lau2019-04-101-31/+7
* src: port coverage serialization to C++Joyee Cheung2019-04-061-1/+0
* src: move AsyncResource impl out of public headerBen Noordhuis2019-04-041-0/+1
* src: port bootstrap/cache.js to C++Joyee Cheung2019-04-041-1/+0
* process: run RunBootstrapping in CreateEnvironmentJoyee Cheung2019-04-031-0/+1
* deps: sync V8 gypfiles with 7.4Ujjwal Sharma2019-03-281-2/+2
* src: replace heap_utils.createHeapSnapshot with v8.getHeapSnapshotJoyee Cheung2019-03-191-1/+0
* src,lib: make DOMException available in all ContextsAnna Henningsen2019-03-151-1/+1
* src,lib: allow running multiple per-context filesAnna Henningsen2019-03-151-1/+1
* lib: move DTRACE_* probes out of global scopeJames M Snell2019-03-121-0/+1
* build: enable v8's siphash for hash seed creationRod Vagg2019-03-121-0/+1
* src: refactor coverage connectionJoyee Cheung2019-03-121-1/+1
* process: refactor global.queueMicrotask()Joyee Cheung2019-03-111-2/+1
* src: add public API for linked bindingsAnna Henningsen2019-03-091-0/+1
* lib: explicitly initialize debuglog during bootstrapJoyee Cheung2019-03-081-0/+1
* repl: add replDefaults to customize the writerRuben Bridgewater2019-03-081-1/+1
* bootstrap: experimental --frozen-intrinsics flagGuy Bedford2019-03-041-0/+1
* build: move optimizing link directives to node.exe targetRefael Ackermann2019-02-141-2/+40
* lib: move per_context.js under lib/internal/bootstrapJoyee Cheung2019-02-131-1/+1
* repl: add repl.setupHistory for programmatic replLance Ball2019-02-111-0/+1