summaryrefslogtreecommitdiff
path: root/BUILD.gn
AgeCommit message (Expand)Author
2018-08-20First pass at fetch()Ryan Dahl
2018-08-20Add hyper dependenciesThomas Ghysels
2018-08-19chore: move libdeno files to //libdeno/Yoshiya Hinosawa
2018-08-18Rename :all target to :defaultRyan Dahl
2018-08-16Remove dead code: src/flatbuffer_builder.ccRyan Dahl
2018-08-16Implement deno_handle_msg_from_js in RustRyan Dahl
2018-08-13fix: change :test_cc to v8_executableYoshiya Hinosawa
2018-08-13Fix transitive rust deps.Ryan Dahl
2018-08-11Rename mock_runtime_test to libdeno_testRyan Dahl
2018-08-10Fix stacktraces in deno_nsKitson Kelly
2018-08-09Add TextEncoder/TextDecoder support.Ryan Dahl
2018-08-09First pass at setTimeout with Tokio (#434)Ryan Dahl
2018-08-08Use sourcemapFile to reroot sourcemap sourcesKitson Kelly
2018-08-09Fix test_cc build dependenciesBert Belder
2018-08-09Make 'tokio' build on windows, add windows depsBert Belder
2018-08-09Add 'tokio' and dependenciesRobby Madruga
2018-08-08Generate declarationsKitson Kelly
2018-08-08Rename lib.deno.d.ts to lib.globals.d.tsKitson Kelly
2018-08-02Source map support (#429)Ryan Dahl
2018-08-02Fix snapshot build dependencies.Ryan Dahl
2018-08-02Remove dispatch.ts and move assignCmdId to util.tsRyan Dahl
2018-08-01Optimize compile time by using asm.Ryan Dahl
2018-07-31Upgrade TypeScript (3.0.1)Kitson Kelly
2018-07-29Add winapi crate, make 'rand' and 'tempfile' workBert Belder
2018-07-29Add sha1 and tempfile crates.Ryan Dahl
2018-07-29Add from_c() to get a Deno object from ptr.Ryan Dahl
2018-07-26Run tools/format.pyRyan Dahl
2018-07-25Remove msg_generated hack (#409)Kitson Kelly
2018-07-24Remove handlers crate target.Ryan Dahl
2018-07-24Change copyrights to be 'Deno authors'.Ryan Dahl
2018-07-22Replace packer with rollupKitson Kelly
2018-07-19Link rust_test targets with external linker, fix handlers_test linkageBert Belder
2018-07-18Rename deno_nosnapshot to deno_ns.Ryan Dahl
2018-07-18Better exception output.Ryan Dahl
2018-07-18Execute JS for the first time in Rust rewrite.Ryan Dahl
2018-07-18Minimize snapshot deps by adding deno_base target.Ryan Dahl
2018-07-18Add rust crate log to third_party.Ryan Dahl
2018-07-18Reduce unnecessary build output.Ryan Dahl
2018-07-13Run tools/format.pyRyan Dahl
2018-07-13Add :all targetRyan Dahl
2018-07-13Move C++ test main function to its own file.Ryan Dahl
2018-07-12Move buffers between V8 and nativeBert Belder
2018-07-12Add nosnapshot executables for faster incremental builds (#359)Faris Amali Alis
2018-07-10Add rust url crate. (#355)Ryan Dahl
2018-07-09Move libc build def to //build_extra/rustRyan Dahl
2018-07-08Clean up tools/Ryan Dahl
2018-07-07Move flatbuffers gn files to //build_extra/flatbuffersRyan Dahl
2018-07-07Merge flatbuffer.gni and ts_flatbuffer.gniRyan Dahl
2018-07-07Add rust_test to gn build, with working example.Ryan Dahl
2018-07-06Use C++ to do flatbuffer parsing.Ryan Dahl