Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-03 | third_party: symlink //third_party/v8/build => //build | Bert Belder | |
2018-11-30 | Use pylint. | Ryan Dahl | |
2018-11-29 | Make //build a git submodule | Ryan Dahl | |
So we can float patches before sending them upstream. https://github.com/denoland/chromium_build Remove build_extra/toolchain | |||
2018-10-27 | Ergonomics: Prompt TTY for permission escalation (#1081) | Ryan Dahl | |
2018-10-23 | format: don't format files in third_party | Bert Belder | |
It's annoying, and it also makes appveyor slow because it will re-upload the third_party cache every time something changes in there. | |||
2018-10-23 | third_party: install yapf with pip | Bert Belder | |
2018-10-23 | Bundle pywin32 in third_party | Bert Belder | |
2018-10-19 | Add missing copyrights (#1024) | ztplz | |
2018-09-10 | tools/setup: on windows, make env vars not affect gn gen output | Bert Belder | |
2018-08-17 | Add yarn.lock to third_party | Ryan Dahl | |
Prevents upgrades with running tools/sync_third_party.py | |||
2018-08-17 | chore: download clang-format from google storage | Yoshiya Hinosawa | |
2018-08-08 | Remove yarn.lock | Ryan Dahl | |
Fixes #393. | |||
2018-08-03 | Improve rust build docs | Ryan Dahl | |
2018-08-02 | tools: fix `tools/clang` symlink on startup | Bert Belder | |
2018-07-29 | Install sysroot on linux. | Ryan Dahl | |
2018-07-29 | Rename run_hooks.py to setup.py | Ryan Dahl | |
Moves 'gn gen' into setup.py Make tools/build.py more ergonomic. | |||
2018-07-25 | Clean up and fix tools | Bert Belder | |
* Make sync_third_party work in general * Un-break build.py and run_hooks.py on windows * Partially fix format.py on windows * Reduce code duplication between run_hooks and sync_third_party |