aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp
Commit message (Expand)AuthorAge
* Add a 'fdo_optimize' feature to the auto-configured crosstool.Gravatar Benjamin Peterson2017-12-05
* Add an open-source version of find_cpp_toolchain, to allow open-source users ofGravatar cpeyser2017-12-04
* Windows: Expose find_vc_path and find_msvc_tool functionGravatar Yun Peng2017-12-01
* Windows CROSSTOOL: Define DEBUG in fastbuild and dbg modeGravatar pcloudy2017-11-22
* Windows CROSSTOOL: Define NDEBUG in opt modeGravatar pcloudy2017-11-22
* Update/Add license header to cc auto-configure templates.Gravatar xingao2017-11-21
* Add 'assemble' action_config for Windows.Gravatar Seth Greenstein2017-11-17
* msvc_cl.py: Remove code for adding /MT /MD options from wrapper script.Gravatar pcloudy2017-11-14
* Add win_def_file attribute to cc rules.Gravatar Yun Peng2017-11-14
* Introduce cc_toolchain_type, which exports c++ make variables. UseGravatar cpeyser2017-11-07
* Windows: genenrate a fake CROSSTOOL when VC not foundGravatar Yun Peng2017-10-18
* Fix osx_cc_wrapper to also update dylibsGravatar hlopko2017-10-13
* Automated rollback of commit 0257c29f496719bb8414d012334155de6bbefa11.Gravatar hlopko2017-10-11
* Fix osx_cc_wrapper to also update dylibsGravatar hlopko2017-10-11
* Windows CROSSTOOL: remove c++-link-executable from interface_library_output_p...Gravatar pcloudy2017-09-29
* Windows: Add static_link_msvcrt and related featuresGravatar Yun Peng2017-09-26
* Windows: Make dynamic libraries available to binary at runtimeGravatar Yun Peng2017-09-20
* Toolchain type labels for c++ are filegroups instead of toolchain_type.Gravatar cpeyser2017-09-18
* Automated rollback of commit f26e8694ae78599b3e2004e3360eaf3443fa53a6.Gravatar hlopko2017-09-18
* Bazel now can build dynamic library from cc_libraryGravatar Yun Peng2017-09-18
* Automated rollback of commit ca216f5eb4b1f1892219db0f578495bbbdbaa875.Gravatar philwo2017-09-15
* Introduce -c source_file -o output_file build variablesGravatar hlopko2017-09-14
* Introduce empty "toolchain_category" rule for labels that will be used asGravatar cpeyser2017-09-14
* Expose sysroot as a build variableGravatar hlopko2017-09-12
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-11
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-09-08
* Automated rollback of commit 8328dc9e3b0d473756ec94508744afefe4d8eaf2.Gravatar pcloudy2017-09-07
* Fix windows crosstools after https://github.com/bazelbuild/bazel/commit/268c0...Gravatar hlopko2017-09-06
* 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
* Automated rollback of commit 363413110f3a63a11d900864be1852adbaed2899.Gravatar cpeyser2017-08-29
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-28
* Fix osx_cc_wrapper.sh for multiple rpathsGravatar Marcel Hlopko2017-08-18
* windows_cc_configure.bzl: Clear PATH, INCLUDE, LIB envsGravatar Yun Peng2017-08-04
* Add no_stripping feature to MSVC CROSSTOOLGravatar Yun Peng2017-08-04
* Simplify copts handling and expose them as a build variableGravatar hlopko2017-08-02
* Fix UNIX linker detection (was erroneously disabling ld.gold)Gravatar Allen Lavoie2017-08-01
* MSVC CROSSTOOL: Stop adding -g in debug modeGravatar pcloudy2017-07-31
* MSVC CROSSTOOL: Remove some legacy featuresGravatar pcloudy2017-07-31
* Add preprocessor_defines feature for MSVC CROSSTOOLGravatar pcloudy2017-07-31
* windows_cc_configure.bzl: Set maxsplit to 1 when parsing environment variablesGravatar pcloudy2017-07-25
* Windows, CROSSTOOL: add subsystem flag feature in theGravatar Laszlo Csomor2017-07-20
* Add support for Visual Studio 2017 in cc_configure auto-detection and our Pyt...Gravatar Philipp Wollermann2017-07-14
* Remove /DOS_WINDOWS from Windows CROSSTOOLGravatar pcloudy2017-07-14
* Add *_alias rules to @bazel_tools so that people don't have to keep writing t...Gravatar lberki2017-07-14
* Correct environment variable name local_config_cc depends onGravatar pcloudy2017-07-13
* Windows: Switch wrapper-less CROSSTOOL to defaultGravatar pcloudy2017-07-12
* Add /DNOMINMAX back to CROSSTOOLGravatar pcloudy2017-07-10