Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-19 | Link rust_test targets with external linker, fix handlers_test linkage | Bert Belder | |
2018-07-18 | Use Cargo to install rust deps into //third_party/rust_crates (#383) | robbym | |
2018-07-18 | Reduce unnecessary build output. | Ryan Dahl | |
2018-07-13 | gclient sync should be shallow | Ryan Dahl | |
2018-07-10 | Remove -f option from rustfmt. (#356) | Ryan Dahl | |
And add support for RUSTFMT_FLAGS (Some people might need -f option) | |||
2018-07-09 | Fix rust depfile problem. | Ryan Dahl | |
Fixes #316. | |||
2018-07-09 | chore: use local prettier | Yoshiya Hinosawa | |
2018-07-08 | tools: fix windows | Bert 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-08 | Clean 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-08 | tools: 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-08 | Rewrite tools/lint.sh in python (#343) | Hao Li | |
2018-07-06 | Further gn/rust cleanups | Ryan 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-06 | Rename deno.cc to binding.cc and other renames (#339) | Faris Amali Alis | |
Fixes #336 | |||
2018-07-05 | chore: clean up build_third_party.py | Yoshiya Hinosawa | |
2018-07-04 | Replace protobufs with flatbuffers | Ryan Dahl | |
2018-07-04 | Add tools/build_third_party.py (#328) | Yoshiya Hinosawa | |
Fixes #312 | |||
2018-07-04 | Separate 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-03 | move v8 to third_party/v8 (#322) | Yoshiya Hinosawa | |
2018-07-01 | Add tslint | Parsa Ghadimi | |
2018-07-01 | chore: move //src/js to //js | Yoshiya Hinosawa | |
refs: #285 | |||
2018-07-01 | Add cpplint to third_party | Ryan Dahl | |
2018-07-01 | reorg: Move GN files to root (#309) | Yoshiya Hinosawa | |
refs: #285 | |||
2018-06-28 | Reorg: Move tools/ and gitignore to root. | Ryan Dahl | |