summaryrefslogtreecommitdiff
path: root/node.gyp
AgeCommit message (Expand)Author
2019-11-14add akono moduleFlorian Dold
2019-08-05android supportFlorian Dold
2019-07-22lib: rename lib/internal/readline.jscjihrig
2019-07-20src: large pages option: FreeBSD support proposalDavid Carlier
2019-07-20build: remove broken intel vtune supportBen Noordhuis
2019-07-20deps: update acorn to 6.2.0Michaƫl Zasso
2019-07-02build: link libatomic on mac and linuxGus Caplan
2019-06-18build: fix cctest target for --without-reportRichard Lau
2019-06-04build,v8: sync V8 gypfiles with 7.5Refael Ackermann
2019-06-02tools: fix js2c regressionRefael Ackermann
2019-06-01build,aix: link with `noerrmsg` to eliminate warningsRefael Ackermann
2019-05-28Revert "lib: print to stdout/stderr directly instead of using console"Richard Lau
2019-05-20tools: refactor js2c.py for maximal Python3 compatibilityRefael Ackermann
2019-05-10build: export OpenSSL UI symbolsSam Roberts
2019-04-30deps: add acorn stage-3 pluginsRuben Bridgewater
2019-04-30src: prefer v8::Global over node::PersistentAnna Henningsen
2019-04-29lib: print to stdout/stderr directly instead of using consoleJoyee Cheung
2019-04-27build: disable custom v8 snapshot by defaultJoyee Cheung
2019-04-27src: enable snapshot with per-isolate dataJoyee Cheung
2019-04-27tools: implement node_mksnapshotJoyee Cheung
2019-04-22deps,test: bump googletest to 39f72ea6f5Refael Ackermann
2019-04-19build,win: rename node.lib to libnode.libRefael Ackermann
2019-04-16build: run `mkcodecache` as an actionRefael Ackermann
2019-04-16tools: implement mkcodecache as an executableJoyee Cheung
2019-04-17src: use RAII to manage the main isolate dataJoyee Cheung
2019-04-13tools: python: update flake8 rulesRefael Ackermann
2019-04-13lib: create primordials in every contextJoyee Cheung
2019-04-13src: make a Environment-independent proxy class for NativeModuleLoaderJoyee Cheung
2019-04-12build,win: put all compilation artifacts into `out`Refael Ackermann
2019-04-10build: tidy up additional libraries on WindowsRichard Lau
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-04-04src: move AsyncResource impl out of public headerBen Noordhuis
2019-04-04src: port bootstrap/cache.js to C++Joyee Cheung
2019-04-03process: run RunBootstrapping in CreateEnvironmentJoyee Cheung
2019-03-28deps: sync V8 gypfiles with 7.4Ujjwal Sharma
2019-03-19src: replace heap_utils.createHeapSnapshot with v8.getHeapSnapshotJoyee Cheung
2019-03-15src,lib: make DOMException available in all ContextsAnna Henningsen
2019-03-15src,lib: allow running multiple per-context filesAnna Henningsen
2019-03-12lib: move DTRACE_* probes out of global scopeJames M Snell
2019-03-12build: enable v8's siphash for hash seed creationRod Vagg
2019-03-12src: refactor coverage connectionJoyee Cheung
2019-03-11process: refactor global.queueMicrotask()Joyee Cheung
2019-03-09src: add public API for linked bindingsAnna Henningsen
2019-03-08lib: explicitly initialize debuglog during bootstrapJoyee Cheung
2019-03-08repl: add replDefaults to customize the writerRuben Bridgewater
2019-03-04bootstrap: experimental --frozen-intrinsics flagGuy Bedford
2019-02-14build: move optimizing link directives to node.exe targetRefael Ackermann
2019-02-13lib: move per_context.js under lib/internal/bootstrapJoyee Cheung
2019-02-11repl: add repl.setupHistory for programmatic replLance Ball
2019-02-11build: export deprecated OpenSSL symbols on WindowsRichard Lau