summaryrefslogtreecommitdiff
path: root/tools/snapshot
Commit message (Expand)AuthorAgeFilesLines
* tools: fix mksnapshot blob wrong freeing operatorDavid Carlier2019-09-011-1/+1
* tools: make code cache and snapshot deterministicBen Noordhuis2019-08-191-0/+2
* src, tools: replace raw ptr with smart ptrGauthamBanasandra2019-07-121-1/+1
* tools: remove unused using declarationsDaniel Bevenius2019-06-281-2/+0
* tools: assert that the snapshot can be rehashed in node_mksnapshotJoyee Cheung2019-06-171-0/+1
* src: move DiagnosticFilename inlines into a -inl.hSam Roberts2019-05-262-2/+0
* src: remove env-inl.h from header filesSam Roberts2019-05-231-0/+2
* src: use std::vector<size_t> instead of IndexArrayJoyee Cheung2019-04-231-30/+15
* src: enable context snapshot after running per-context scriptsJoyee Cheung2019-04-231-0/+3
* tools: implement node_mksnapshotJoyee Cheung2019-04-233-0/+188