aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp
Commit message (Expand)AuthorAge
* Let MSVC wrapper recongnize -DEFAULTLIB:library optionGravatar Yun Peng2017-05-26
* Fix msvc_cl.py for cuda compilationGravatar Yun Peng2017-05-24
* Remove /W3 from compiler_flag from MSVC CROSSTOOLGravatar pcloudy2017-05-24
* 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
* Reformat Bazel crosstools to have consistent 2 spaces indentGravatar hlopko2017-04-28
* Parse /showIncludes output for MSVC compilerGravatar Yun Peng2017-04-25
* Clean up more things in MSVC wrapper scriptsGravatar Yun Peng2017-04-24
* MSVC: attempt to choose msvcrt.lib vs libcmt.lib correctlyGravatar Steven Johnson2017-04-24
* Automated g4 rollback of commit 501b62716af12ba42c019bd9f231468b3c144757.Gravatar aehlig2017-04-18
* Generating PDB files on WindowsGravatar Yun Peng2017-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
* Disable cc_configure tests on debian stretch altogetherGravatar hlopko2017-04-04
* Fix MSVC CROSSTOOL for linking against lib filesGravatar pcloudy2017-03-31
* Docker tests: deactivate Ubuntu 15.10 and Debian stretch optGravatar dmarting2017-03-29
* Replacing hardcoded use of 'local' for env variables in cc autoconfigGravatar Nicolas Lopez2017-03-28
* Don't filter out warning messages from MSVC python wrappers anymore.Gravatar Yun Peng2017-03-28
* Add test for ubuntu 16.04Gravatar Damien Martin-Guillerez2017-03-27
* cc_configure: more generic msys_root discovery Gravatar László Csomor2017-03-23
* MSVC wrapper: support -W[no]implicit-function-decl Gravatar Laszlo Csomor2017-03-14
* Make MSVC CROSSTOOL default on Windows Gravatar Yun Peng2017-03-08
* Introduce strip_debug_symbols feature to crosstoolGravatar Marcel Hlopko2017-03-08
* Make gold autodetection more robust on macosGravatar Marcel Hlopko2017-03-08
* Rollback of commit 4af8f5bff567e7cad179fb803070764791353f8a.Gravatar Googler2017-03-06
* MSVC wrapper: support -I gcc flagGravatar Laszlo Csomor2017-02-28
* Cleanup migration-only build variablesGravatar Marcel Hlopko2017-02-27
* Fix coverage section in the autodetected crosstool for windowsGravatar Marcel Hlopko2017-02-24
* Fix autodetection of c++ coverage on osxGravatar Marcel Hlopko2017-02-24
* Make the interface dynamic library builder a regular label instead of a magic...Gravatar Lukacs Berki2017-02-17
* 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
* Add quotes to improve space supportGravatar Alexander Chung2017-02-07
* Windows: fix off-by-one errors with MAX_PATHGravatar Laszlo Csomor2017-02-07
* Windows, cc_configure: use BAZEL_SH, not cygpathGravatar Laszlo Csomor2017-02-01
* msvc_tools.py.tpl: Suppress all warning messages if /w is specified Gravatar Yun Peng2017-01-26
* msvc_tools.py.tpl: Change default runtime library to staticGravatar Yun Peng2017-01-25