v8/build
brucedawson aa354d3f6f Get v8 builds to use up-to-date VS toolchains
The VS 2013 toolchain used by v8 is ~two months out of date. The
Chromium toolchain was updated in October to include the Windows 10
SDK. Using a different toolchain in v8 leads to the possibility of
odd incompatibilities, and means that switching between Chromium and
v8 requires a time-consuming reinstallation of the toolchain. The
VS 2013 toolchain was updated by crrev.com/1502563003.

The VS 2015 toolchain used by v8 is also out of date. It is the wrong
compiler version (RTM instead of Update 1), the wrong SDK version, and
it is missing files such as the UCRT installers.

LOG=N
BUG=440500,491424

Review URL: https://codereview.chromium.org/1632363002

Cr-Commit-Position: refs/heads/master@{#33560}
2016-01-27 18:18:05 +00:00
..
config/win [Swarming] Isolate files for windows. 2015-11-04 10:46:37 +00:00
mac
all.gyp Add a library suitable for libfuzzer with a small unit test runner shell 2016-01-26 10:39:03 +00:00
detect_v8_host_arch.py
download_gold_plugin.py Make gold plugin download more robust. 2015-09-04 08:52:30 +00:00
features.gypi Remove wasm compile time option and enable wasm behind a runtime flag. 2016-01-05 18:06:54 +00:00
get_landmines.py Clobber to hopefully resolve a clang problem 2015-12-02 08:09:19 +00:00
gyp_environment.py Use msvs toolchain from depot_tools. 2015-11-02 10:40:28 +00:00
gyp_v8 Use msvs toolchain from depot_tools. 2015-11-02 10:40:28 +00:00
gyp_v8.py
isolate.gypi [Swarming] Isolate files for windows. 2015-11-04 10:46:37 +00:00
landmine_utils.py
landmines.py
OWNERS
README.txt
shim_headers.gypi
standalone.gypi S390: Makefile + Build Toolchain Updates 2016-01-14 17:17:11 +00:00
toolchain.gypi S390: Makefile + Build Toolchain Updates 2016-01-14 17:17:11 +00:00
vs_toolchain.py Get v8 builds to use up-to-date VS toolchains 2016-01-27 18:18:05 +00:00

For build instructions, please refer to:

https://code.google.com/p/v8/wiki/BuildingWithGYP

TL;DR version on *nix:
$ make dependencies        # Only needed once.
$ make ia32.release -j8
$ make ia32.release.check  # Optionally: run tests.