Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-18 | travis: Set CARGO_HOME to third_party/rust_crates (#1370) | Ryan Dahl | |
Adds prebuilt hyperfine and sccache binaries Only build test_cc for LSAN Add Cargo.lock Only run benchmarks in master | |||
2018-12-18 | Load sccache from S3 on CI | Ryan Dahl | |
2018-12-18 | Remove prebuilt v8 support | Bert Belder | |
2018-12-18 | Enable jumbo build in release. (#1362) | Ryan Dahl | |
2018-11-30 | Use pylint. | Ryan Dahl | |
2018-11-29 | Make //build a git submodule | Ryan Dahl | |
So we can float patches before sending them upstream. https://github.com/denoland/chromium_build Remove build_extra/toolchain | |||
2018-11-27 | gitignore vim .swp files | Ryan Dahl | |
2018-10-26 | Disable treat_warnings_as_errors on windows when sccache is in use | Bert Belder | |
2018-10-19 | Add missing copyrights (#1024) | ztplz | |
2018-10-15 | Fix a binary size regression | Jinho Bang | |
This patch changes Jumbo build to use only in debug mode. | |||
2018-09-26 | tools/setup: detect sccache presence and use it to cache rustc targets | Bert Belder | |
2018-09-26 | build: do not quote cc_wrapper on windows | Bert 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-26 | tools/setup: add gn_string() utility function | Bert Belder | |
2018-09-24 | tools: make color output work on windows | Bert Belder | |
2018-09-08 | tools/setup: replace generated args.gn unless handcrafted | Bert Belder | |
2018-09-08 | build: override host_toolchain on windows to use sccache with v8 | Bert Belder | |
2018-08-29 | Fix lastchange rebuild problem. | Ryan Dahl | |
lastchange.py is causing a full rebuild on every commit. This is a temporary workaround. | |||
2018-08-28 | tools/setup: don't overwrite existing args.gn | Bert Belder | |
2018-08-28 | format | Bert Belder | |
2018-08-27 | Run lastchange.py during setup.py | Ryan Dahl | |
2018-08-25 | Build: make it possible to use ccache/sccache on windows | Bert Belder | |
Also auto-detect the availability of sccache in setup.py. | |||
2018-08-17 | chore: download clang-format from google storage | Yoshiya Hinosawa | |
2018-08-17 | import sys since sys.exit(1) used | mervynzhang | |
2018-08-02 | tools/setup: avoid running `gn gen` twice in the same output directory | Bert Belder | |
2018-07-29 | Install sysroot on linux. | Ryan Dahl | |
2018-07-29 | Rename run_hooks.py to setup.py | Ryan Dahl | |
Moves 'gn gen' into setup.py Make tools/build.py more ergonomic. |