summaryrefslogtreecommitdiff
path: root/tools/util.py
AgeCommit message (Expand)Author
2020-11-05build: rewrite tools/ scripts to deno (#8247)Bartek Iwańczuk
2020-11-04chore: remove dead Python code (#8248)Bartek Iwańczuk
2020-10-02refactor: use parentheses in print statements in python (#7779)j4qfrost
2020-08-28Move benchmarks to Rust (#7134)Valentin Anger
2020-08-21Remove old references to libdeno (#7149)Max Drosdo.www
2020-05-09add option to lint and format only staged files (#5172)Michał Zdunek
2020-03-20Remove DENO_BUILD_MODE and DENO_BUILD_PATH (#4431)Ryan Dahl
2020-02-02Remove //tests symlink (#3849)Luka Hartwig
2020-01-21change copyrights from 2019 to 2020 (#3733)Takashi Idobe
2019-10-05remove appveyor specific code paths (#3071)Christian Moritz
2019-09-15Move GN root into //core/libdeno (#2943)Christian Moritz
2019-09-15tools: remove unused function 'find_exts()' (#2950)Bert Belder
2019-09-15tools: refactor lint.py and format.py (#2950)Bert Belder
2019-09-15tools: add 'shell' parameter to 'run()' (#2950)Bert Belder
2019-09-15tools: clean up third_party.py, and merge prebuilt.py into it (#2950)Bert Belder
2019-09-10feat: Make integration tests rust unit tests (#2884)Bartek Iwańczuk
2019-07-28benchmarks: make latency benchmark less noisy (#2689)Bartek Iwańczuk
2019-06-08make tests quieter (#2468)Andy Hayden
2019-06-03Refactor test infrastructure (#2432)Bartek Iwańczuk
2019-05-30chore: refactor python tests to use unittest (#2414)Andy Hayden
2019-05-08Refactor unit test runner (#2294)Bartek Iwańczuk
2019-03-24Add benchmark for max latency (#1975)Bernard Lin
2019-03-04tools/run_node: only create 'node_modules' symlink onceBert Belder
2019-02-11fix: improve formatting (#1732)Yoshiya Hinosawa
2019-02-02Support --fmtRyan Dahl
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
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