summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2018-07-19Link rust_test targets with external linker, fix handlers_test linkageBert Belder
2018-07-18Use Cargo to install rust deps into //third_party/rust_crates (#383)robbym
2018-07-18Reduce unnecessary build output.Ryan Dahl
2018-07-13gclient sync should be shallowRyan Dahl
2018-07-10Remove -f option from rustfmt. (#356)Ryan Dahl
And add support for RUSTFMT_FLAGS (Some people might need -f option)
2018-07-09Fix rust depfile problem.Ryan Dahl
Fixes #316.
2018-07-09chore: use local prettierYoshiya Hinosawa
2018-07-08tools: fix windowsBert Belder
This fixes most things, but format.py doesn't work yet, because yapf is broken due to some depot_tools shimming python.
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-08tools: generate third_party dir and symlinks from the script. (#346)Yoshiya Hinosawa
Everyone needs to run ./tools/build_third_party.py after this commit.
2018-07-08Rewrite tools/lint.sh in python (#343)Hao Li
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-04Add tools/build_third_party.py (#328)Yoshiya Hinosawa
Fixes #312
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-03move v8 to third_party/v8 (#322)Yoshiya Hinosawa
2018-07-01Add tslintParsa Ghadimi
2018-07-01chore: move //src/js to //jsYoshiya Hinosawa
refs: #285
2018-07-01Add cpplint to third_partyRyan Dahl
2018-07-01reorg: Move GN files to root (#309)Yoshiya Hinosawa
refs: #285
2018-06-28Reorg: Move tools/ and gitignore to root.Ryan Dahl