summaryrefslogtreecommitdiff
path: root/tools/format.sh
AgeCommit message (Collapse)Author
2018-07-08Clean up tools/Ryan Dahl
- Factor out tools/util.py - Move js/*.py to tools. - Rewrite tools/format.sh in python. - Run lint first in travis.
2018-07-06Further gn/rust cleanupsRyan Dahl
Move rust.gni and deno.gni into build_extra/ Removes rust_library which was only an action. This instead defines rust_component, which is an action plus a gn "component" target to expose the resulting object file. This simplifies link code in rust.gni. Support rust modules that can be linked into C++.
2018-07-06Rename deno.cc to binding.cc and other renames (#339)Faris Amali Alis
Fixes #336
2018-07-05chore: clean up build_third_party.pyYoshiya Hinosawa
2018-07-04Replace protobufs with flatbuffersRyan Dahl
2018-07-04Separate deno.gni and rust.gni and clean up.Ryan Dahl
Put rust depfile in target_out_dir because the depfile isn't in the outputs, the gen directory doesn't get created. Prefix rlib files with lib.
2018-07-01chore: move //src/js to //jsYoshiya Hinosawa
refs: #285
2018-07-01reorg: Move GN files to root (#309)Yoshiya Hinosawa
refs: #285
2018-06-28Reorg: Move tools/ and gitignore to root.Ryan Dahl