aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp
Commit message (Expand)AuthorAge
* 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
* Update _get_cpu_value() to fix issue #1264 Gravatar Marcel Hlopko2017-01-24
* Consume linker_param_file build variable in windows crosstoolGravatar Marcel Hlopko2017-01-24
* Windows: fix MSVC compilations at HEAD Gravatar László Csomor2017-01-23
* Expose type of library_to_link in CROSSTOOLGravatar Marcel Hlopko2017-01-23
* C++ test: test with Debian stretch Gravatar Damien Martin-Guillerez2017-01-17
* Support gold linker in cc_configure.bzlGravatar Marcel Hlopko2017-01-03
* Guard -pass-exit-codes to support clangGravatar Marcel Hlopko2016-12-23
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-23
* Add stub ios toolchain to bazel BUILD.staticGravatar Cal Peyser2016-12-23
* Rename toolchain_flags to legacy_link_flags build variableGravatar Marcel Hlopko2016-12-22
* Rollback of commit 87fd5baeaa3f983bbec0c0dbc7b16eb52cf2267f.Gravatar Tobias Werth2016-12-22
* Move hardcoded toolchain linker flags to CROSSTOOLGravatar Marcel Hlopko2016-12-22
* Move hardcoded -L linker flags to CROSSTOOLGravatar Marcel Hlopko2016-12-22
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-22
* Rollback AppleCrosstoolChangeGravatar Cal Peyser2016-12-22
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-22
* Power supportGravatar Nishidha Panpaliya2016-12-21
* Add a default ios_x86_64 toolchain stub to the automatically generated bazel ...Gravatar Cal Peyser2016-12-19
* Only enable _FORTIFY_SOURCE for opt builds.Gravatar Marcel Hlopko2016-12-16
* pass -fno-canonical-headers only onceGravatar Marcel Hlopko2016-12-15
* Simplify propagation of linker params by replacing global_whole_archive withGravatar Marcel Hlopko2016-12-09
* Improved support for /MD and /MT in MSVC [#2120]Gravatar Javier Dehesa2016-12-07
* Windows: Fix cuda option parsing when /Od is passedGravatar Yun Peng2016-12-07
* move linker flags from compiler_flags to linker_flags; fix option syntaxGravatar Marcel Hlopko2016-12-07
* cc_configure.bzl: Using registry information to find VSGravatar Yun Peng2016-11-28
* Make //tols/cpp/test start from the distribution artifactGravatar Klaus Aehlig2016-11-24
* Change handling of LD_LIBRARY_PATH in link actions: instead of passing the di...Gravatar Lukacs T. Berki2016-11-24
* cc_configure.bzl: On Windows, make sure C:\windows\system32 is in PATHGravatar Yun Peng2016-11-24
* Add gpu compile support to MSVC wrapper scriptGravatar Yun Peng2016-11-22
* Rollback of commit cc3d79cca775cad9e9193d38bedf4df51a5c8a50.Gravatar Dmitry Lomov2016-11-21
* Support gold linkerGravatar Marcel Hlopko2016-11-17
* msvc_tool.py: Don't replace \ with \\ in NormPathGravatar Yun Peng2016-11-08
* Reimplement whole archive on WindowsGravatar Yun Peng2016-10-25
* Recognize "/usr/lib/clang" as system include path on FreeBSD.Gravatar Piotr Sikora2016-10-24
* Rollback of commit ffdc05d2278d7f9c6e299c923019f689cde5fe76.Gravatar Yun Peng2016-10-19
* Update MSVC CROSSTOOL to adapt 74b94328db5346e0f6c573731fcbaa85ca751304Gravatar Yun Peng2016-10-17
* Add global_whole_archive into MSVC CROSSTOOLGravatar Yun Peng2016-10-12
* Make MSVC wrapper script work with Python 3Gravatar Yun Peng2016-10-12