summaryrefslogtreecommitdiff
path: root/src/snapshot_creator.cc
AgeCommit message (Expand)Author
2018-08-19chore: move libdeno files to //libdeno/Yoshiya Hinosawa
2018-08-02Source map support (#429)Ryan Dahl
2018-08-01Optimize compile time by using asm.Ryan Dahl
2018-08-01build: use compiled_action for create_snapshot.Ryan Dahl
2018-07-24Change copyrights to be 'Deno authors'.Ryan Dahl
2018-07-18Add deno::Basename and deno::BinaryContentAsC utilies.Ryan Dahl
2018-07-06Run tools/format.shRyan Dahl
2018-07-06Rename deno.cc to binding.cc and other renames (#339)Faris Amali Alis
2018-07-04Replace protobufs with flatbuffersRyan Dahl
2018-07-04removed now irrelevant kKeep segfault commentMike Reinstein
2018-07-04switch from kClear to kKeepMike Reinstein
2018-07-04upgrade v8 to 6.9.297. remove IIFE workaround for bug in v8 snapshot serializerMike Reinstein
2018-07-03move v8 to third_party/v8 (#322)Yoshiya Hinosawa
2018-06-22Move `deno2` folder to `src` (#277)Tristan Marion