summaryrefslogtreecommitdiff
path: root/tools/util.py
AgeCommit message (Expand)Author
2019-01-15 Add --prefetch flag for deps prefetch without running (#1475)Kevin (Kun) "Kassimo" Qian
2018-12-11tools: remove_and_symlink can be skipped on unixRyan Dahl
2018-11-30Use pylint.Ryan Dahl
2018-11-08build: Use target/ instead of out/ (#1153)Ryan Dahl
2018-11-04Improve integration test harness (#1142)Kitson Kelly
2018-10-23format: don't format files in third_partyBert Belder
2018-10-23Bundle pywin32 in third_partyBert Belder
2018-10-20Add rustfmt to third_party.Ryan Dahl
2018-10-16First pass at http benchmark.Ryan Dahl
2018-10-11Improve tools/unit_tests.py (#958)Ryan Dahl
2018-09-30tools: define ERROR_INVALID_PARAMETER in utils.pyBert Belder
2018-09-26tools: add shell_quote() utility functionBert Belder
2018-09-24tools: make color output work on windowsBert Belder
2018-08-21Expose deno.exit() and add test.Ryan Dahl
2018-08-10Support wildcard matching of output in testsKitson Kelly
2018-08-02util: make symlink() work on older Windows versionsBert Belder
2018-08-02tools/setup: avoid running `gn gen` twice in the same output directoryBert Belder
2018-07-29Rename run_hooks.py to setup.pyRyan Dahl
2018-07-26Simplify run_rustc.py output.Ryan Dahl
2018-07-25Clean up and fix toolsBert Belder
2018-07-24Fix recursive globbing in tools/format.pyRyan Dahl
2018-07-21Add tools/test.py test runner. (#384)Ryan Dahl
2018-07-21Fix symlink creation on windowsBert 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-08tools: fix windowsBert Belder
2018-07-08Clean up tools/Ryan Dahl