summaryrefslogtreecommitdiff
path: root/tools/build.py
AgeCommit message (Collapse)Author
2019-09-06Remove tools/build.py (#2865)Ryan Dahl
Testing regression: ASAN build removed.
2019-03-19Deprecate DENO_BUILD_MODE=releaseRyan Dahl
Instead use: tools/build.py --release
2019-03-04tools: remove fix_symlinks() functionBert Belder
This fixes an issue on Windows that causes build to fails when fix_symlinks() is called concurrently with another build step. It is also no longer necessary, since recent versions of git know how to properly create symbolic links on checkout.
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2018-10-17Add tools/build_test.pyRyan Dahl
2018-09-24tools: make color output work on windowsBert Belder
2018-09-05tools/build: skip build path detection when given '-C «dir»' ninja argBert Belder
2018-08-18Rename :all target to :defaultRyan Dahl
2018-07-29Rename run_hooks.py to setup.pyRyan Dahl
Moves 'gn gen' into setup.py Make tools/build.py more ergonomic.
2018-07-25Clean up and fix toolsBert 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-24Add tools/build.py (#398)Ryan Dahl
To allow better tab completion for ./tools/build.py mv build_third_party.py sync_third_party.py