aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp/windows_cc_configure.bzl
Commit message (Expand)AuthorAge
* Windows, CROSSTOOL: Remove MSVC wrapper scripts from Bazel completelyGravatar Yun Peng2018-07-06
* windows_cc_configure.bzl: Check default VC installation directoriesGravatar pcloudy2018-07-04
* Format all bzl files with buildifierGravatar vladmos2018-06-01
* Minimize the cost of Skyframe restarts during CC autoconfiguration.Gravatar jmmv2018-05-29
* CROSSTOOL: Make C++ compiled and linked artifact name pattern configurableGravatar Yun Peng2018-05-22
* Add toolchain definitions for autoconfigured cc_toolchain entries.Gravatar jcater2018-03-27
* Windows: Expose setup_vc_env_vars function from windows_cc_configure.bzlGravatar Yun Peng2018-03-22
* Windows: Allow users to build non-C++ rules when VC++ detect failsGravatar Yun Peng2018-03-14
* Automated rollback of commit 2aeaeba66857c561dd6d63c79a213f1cabc3650d.Gravatar dslomov2018-01-19
* Refactor Windows C++ toolchain selectionGravatar Yun Peng2018-01-03
* Windows MSYS CROSSTOOL: Remove /usr from cxx_builtin_include_directoryGravatar Yun Peng2017-12-20
* Fix windows_cc_configure after https://github.com/bazelbuild/bazel/commit/2ae...Gravatar hlopko2017-12-13
* When linking mostly-static Linux binaries, link libstdc++.a explicitly.Gravatar John Millikin2017-12-12
* Windows MSVC CROSSTOOL: Don't pass /DEBUG:FASTLINK to linker if it doesn't su...Gravatar Yun Peng2017-12-11
* Windows: Expose find_vc_path and find_msvc_tool functionGravatar Yun Peng2017-12-01
* Add 'assemble' action_config for Windows.Gravatar Seth Greenstein2017-11-17
* Windows: genenrate a fake CROSSTOOL when VC not foundGravatar Yun Peng2017-10-18
* Windows: Add static_link_msvcrt and related featuresGravatar Yun Peng2017-09-26
* windows_cc_configure.bzl: Clear PATH, INCLUDE, LIB envsGravatar Yun Peng2017-08-04
* windows_cc_configure.bzl: Set maxsplit to 1 when parsing environment variablesGravatar pcloudy2017-07-25
* Add support for Visual Studio 2017 in cc_configure auto-detection and our Pyt...Gravatar Philipp Wollermann2017-07-14
* Windows: Switch wrapper-less CROSSTOOL to defaultGravatar pcloudy2017-07-12
* Only configure wrapper scripts when they are neededGravatar Yun Peng2017-07-05
* Output more debug information when running python testsGravatar Yun Peng2017-06-28
* Stop adding python paths into INCLUDE and LIBGravatar Yun Peng2017-06-27
* Fix include check on WindowsGravatar Yun Peng2017-06-26
* Get rid of batch script in MSVC CROSSTOOLGravatar Yun Peng2017-06-26
* Refactor cc_configure.bzlGravatar Yun Peng2017-06-22