aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp
Commit message (Expand)AuthorAge
* Add -headerpad_max_install_names to darwin CROSSTOOL linker flags.Gravatar David Chen2016-05-17
* cc_configure: correctly detect 32/64 bits CPU for LinuxGravatar Damien Martin-Guillerez2016-05-11
* MSVC toolchain changes for building TensorFlowGravatar Yun Peng2016-05-10
* cc_configure: use the wrapper only if on Darwin and ship the environment only...Gravatar Damien Martin-Guillerez2016-05-09
* Rollback of commit 5e6218ea4e83a7fadfe54c35488781da550ce13e.Gravatar Damien Martin-Guillerez2016-05-06
* Rollback of commit 87a58589d6770a6e9a0f998274bfe69f1feb6014.Gravatar Damien Martin-Guillerez2016-05-06
* Rollback of commit b4549fe8dfb29f87fd37b38bf21a5b4bef818b12.Gravatar Damien Martin-Guillerez2016-05-04
* Rollback of commit f1f24fc4b5aa83b7a4b872ec8f1c3a369799c081.Gravatar Damien Martin-Guillerez2016-05-04
* Ship the environment fixed at configure time to the C++ compilerGravatar Damien Martin-Guillerez2016-05-04
* Adds the compiler to the key for selecting the cc_toolchain label inGravatar Alex Humesky2016-05-04
* cc_configure: add -lm to the default linker flagsGravatar Damien Martin-Guillerez2016-04-28
* cc_configure: do not assume the message from gcc is in EnglishGravatar Damien Martin-Guillerez2016-04-28
* cc_configure.bzl: support spaces in CC environmentGravatar Damien Martin-Guillerez2016-04-27
* cc_configure.bzl: Add -Wl,-no-as-needed as default link optionsGravatar Damien Martin-Guillerez2016-04-26
* Enable msvc toolchain to support params fileGravatar Yun Peng2016-04-25
* cc_configure: Add -B to compiler flag tooGravatar Damien Martin-Guillerez2016-04-22
* Prevent msvc toolchain's python wrapper script from generating pyc filesGravatar Yun Peng2016-04-20
* cc_configure.bzl: strip end of line when looking for the cpuGravatar Damien Martin-Guillerez2016-04-20
* Added configuration for wrapper scripts of msvc toolchainGravatar Yun Peng2016-04-20
* cc_configure: uses which on the CC environment variableGravatar Damien Martin-Guillerez2016-04-20
* cc_configure: Add piii to the list of supported cpu_valueGravatar Damien Martin-Guillerez2016-04-19
* cc_configure: always add -B/usr/bin to the list of gcc optionGravatar Damien Martin-Guillerez2016-04-19
* Fix cc_configure include path for Frameworks on OS X.Gravatar Damien Martin-Guillerez2016-04-19
* Refactor wrapper script msvc_tools.py to make path configure easilerGravatar Yun Peng2016-04-12
* Allow params files on Windows.Gravatar Lukacs Berki2016-04-08
* Add msvc crosstool definitonGravatar Yun Peng2016-04-07
* Add the wrapper script for msvc crosstoolGravatar Yun Peng2016-04-07
* Fix issues with cc_configureGravatar Alpha Lam2016-04-01
* cc_configure.bzl: fix path to static crosstoolGravatar Damien Martin-Guillerez2016-03-31
* Make C++ autoconfigured toolchain the default for Linux and OS X.Gravatar Damien Martin-Guillerez2016-03-31
* Adds Skylark Remote Repository documentationGravatar Damien Martin-Guillerez2016-03-24
* cc_configure: Fix fallout of renaming ctx to repository_ctx.Gravatar Damien Martin-Guillerez2016-03-18
* cc_configure: fallback to static crosstool for unsupported platformGravatar Damien Martin-Guillerez2016-03-15
* Use repository_ctx for each usage of repository context.Gravatar Damien Martin-Guillerez2016-03-14
* cc_configure: fix issues with CentOS 6.7 and custom gccGravatar Damien Martin-Guillerez2016-03-08
* Set tools/cpp/test tests to exclusiveGravatar Damien Martin-Guillerez2016-03-08
* cc_configure: fix various small errorsGravatar Damien Martin-Guillerez2016-03-04
* Tests for tools/cpp:cc_configure.bzlGravatar Damien Martin-Guillerez2016-03-03
* Add a cc_configure rule to auto-configure C++ crosstoolGravatar Damien Martin-Guillerez2016-03-02
* Use bind to redirect C++ crosstool configurationGravatar Damien Martin-Guillerez2016-03-02
* Change the path of gcc for Windows to c:\tools\msys64 , because that's where ...Gravatar Lukacs Berki2016-02-24
* Add supportsDynamicLinker to CppConfigurationGravatar Googler2016-02-09
* Introduce a special CPU for Windows and add msys compiler toolchain.Gravatar Dmitry Lomov2016-02-03
* Fix build on FreeBSD (again).Gravatar Piotr Sikora2016-02-02
* Add -fno-canonical-system-headers to CROSSTOOL files so that gcc doesn't reso...Gravatar Lukacs Berki2016-01-07
* Allow any includes on the Mac for now.Gravatar Ulf Adams2015-10-30
* Use param files for Linux C(++) toolchains.Gravatar Han-Wen Nienhuys2015-10-12
* Removes duplicate arm crosstool toolchain definition.Gravatar Alex Humesky2015-10-09
* Fix broken build under Debian Wheezy.Gravatar Brian2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25