summaryrefslogtreecommitdiff
path: root/tools/setup.py
AgeCommit message (Collapse)Author
2018-09-26tools/setup: detect sccache presence and use it to cache rustc targetsBert Belder
2018-09-26build: do not quote cc_wrapper on windowsBert Belder
This brings behavior inline with the unix toolchain, which also leaves cc_wrapper unquoted. If necessary, add quotes in the setup phase instead.
2018-09-26tools/setup: add gn_string() utility functionBert Belder
2018-09-24tools: make color output work on windowsBert Belder
2018-09-08tools/setup: replace generated args.gn unless handcraftedBert Belder
2018-09-08build: override host_toolchain on windows to use sccache with v8Bert Belder
2018-08-29Fix lastchange rebuild problem.Ryan Dahl
lastchange.py is causing a full rebuild on every commit. This is a temporary workaround.
2018-08-28tools/setup: don't overwrite existing args.gnBert Belder
2018-08-28formatBert Belder
2018-08-27Run lastchange.py during setup.pyRyan Dahl
2018-08-25Build: make it possible to use ccache/sccache on windowsBert Belder
Also auto-detect the availability of sccache in setup.py.
2018-08-17chore: download clang-format from google storageYoshiya Hinosawa
2018-08-17import sys since sys.exit(1) usedmervynzhang
2018-08-02tools/setup: avoid running `gn gen` twice in the same output directoryBert Belder
2018-07-29Install sysroot on linux.Ryan Dahl
2018-07-29Rename run_hooks.py to setup.pyRyan Dahl
Moves 'gn gen' into setup.py Make tools/build.py more ergonomic.