Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-21 | Expose deno.exit() and add test. | Ryan Dahl | |
2018-08-10 | Support wildcard matching of output in tests | Kitson Kelly | |
2018-08-02 | util: make symlink() work on older Windows versions | Bert Belder | |
2018-08-02 | tools/setup: avoid running `gn gen` twice in the same output directory | Bert Belder | |
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-26 | Simplify run_rustc.py output. | Ryan Dahl | |
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 | |||
2018-07-24 | Fix recursive globbing in tools/format.py | Ryan Dahl | |
And use third_party/depot_tools/gn. | |||
2018-07-21 | Add tools/test.py test runner. (#384) | Ryan Dahl | |
2018-07-21 | Fix symlink creation on windows | 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-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. |