aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp/cc_configure.bzl
Commit message (Expand)AuthorAge
* Windows, CROSSTOOL: Remove MSVC wrapper scripts from Bazel completelyGravatar Yun Peng2018-07-06
* Format all bzl files with buildifierGravatar vladmos2018-06-01
* Minimize the cost of Skyframe restarts during CC autoconfiguration.Gravatar jmmv2018-05-29
* Do not autodetect C++ toolchain when BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 is p...Gravatar hlopko2018-05-16
* Prototype support for llvm coverageGravatar Ulf Adams2018-04-26
* Add a workaround for gcov-based coverage with clangGravatar Ulf Adams2018-04-19
* Add toolchain definitions for autoconfigured cc_toolchain entries.Gravatar jcater2018-03-27
* Consult BAZEL_LINKOPTS env variable when detecting linker flags in autogenera...Gravatar hlopko2018-02-27
* Make cc_configure script more extensibleGravatar Ilya Biryukov2017-12-20
* Use C++-only toolchain on darwin when BAZEL_USE_CPP_ONLY_TOOLCHAIN env var is...Gravatar hlopko2017-12-12
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-09-08
* Automated rollback of commit 2b983bdf508e010a3d4ee9dbaf446b7666749799.Gravatar cpeyser2017-09-01
* Rollforward of c++ toolchain-relevant BUILD file and Bazel mocking changes. ...Gravatar cpeyser2017-08-31
* Automated rollback of commit 9d5bce66280094c0531ddfde2752e596d0d78c79.Gravatar plf2017-08-30
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-29
* Correct environment variable name local_config_cc depends onGravatar pcloudy2017-07-13
* Output more debug information when running python testsGravatar Yun Peng2017-06-28
* Refactor cc_configure.bzlGravatar Yun Peng2017-06-22
* Make cc_configure on Windows simpler and more robustGravatar Yun Peng2017-06-13
* Use a wrapper-free MSVC toolchain when NO_MSVC_WRAPPER=1Gravatar Yun Peng2017-06-06
* Make C++ archiving use action_configs instead of hardcoded flagsGravatar hlopko2017-06-01
* Fix typo: s/exists/exist/ where needed.Gravatar philwo2017-05-31
* Reverts non-xcode-available darwin crosstool generation.Gravatar cparsons2017-05-31
* Wrap ar invocations for osx bazel crosstool.Gravatar cparsons2017-05-23
* Fixes compilation on Power8Gravatar davideleoni902017-05-15
* Adding feature for linking C Run-Time library on WindowsGravatar Yun Peng2017-05-12
* Escape % in strings that will appear in CrosstoolGravatar hlopko2017-05-10
* Rollforward #2 of: Basic open-source crosstool to support targeting apple pla...Gravatar cparsons2017-05-04
* Automated g4 rollback of commit 5038016e6573962d2554fcf9c10faa0cca8714e2.Gravatar dmarting2017-05-02
* Rollforward of: Basic open-source crosstool to support targeting apple platfo...Gravatar cparsons2017-04-28
* Automated g4 rollback of commit 501b62716af12ba42c019bd9f231468b3c144757.Gravatar aehlig2017-04-18
* Basic open-source crosstool to support targetting apple platform types.Gravatar cparsons2017-04-18
* Automated g4 rollback of commit 045104899738594d85f9ab9b0b9ccbde320b8055.Gravatar jfield2017-04-18
* Make C++ archiving use action_configs instead of hardcoded flagsGravatar hlopko2017-04-13
* Do not add a build id to C++ binaries by default.Gravatar lberki2017-04-13
* cc_configure: stricter error checks in _executeGravatar laszlocsomor2017-04-11
* Provide more information regarding compilerGravatar Eric Cousineau2017-04-10
* Suppress some warning messages from cc_configure.bzlGravatar Yun Peng2017-04-06
* Windows MSVC toolchain: Move environment variables setup from wrapper script ...Gravatar Yun Peng2017-04-06
* adding more env vars to invalidation listGravatar Nicolas Lopez2017-04-04
* Replacing hardcoded use of 'local' for env variables in cc autoconfigGravatar Nicolas Lopez2017-03-28
* cc_configure: more generic msys_root discovery Gravatar László Csomor2017-03-23
* Make MSVC CROSSTOOL default on Windows Gravatar Yun Peng2017-03-08
* Make gold autodetection more robust on macosGravatar Marcel Hlopko2017-03-08
* Fix coverage section in the autodetected crosstool for windowsGravatar Marcel Hlopko2017-02-24
* Fix autodetection of c++ coverage on osxGravatar Marcel Hlopko2017-02-24
* cc_configure: declare environment variables for invalidation Gravatar Damien Martin-Guillerez2017-02-15
* Make Bazel work with Visual Studio 2017 Gravatar Yun Peng2017-02-14
* Detect Visual C++ build tools through vcvarsqueryregistry.bat Gravatar Yun Peng2017-02-08
* Windows, cc_configure: use BAZEL_SH, not cygpathGravatar Laszlo Csomor2017-02-01