Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |