aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp
Commit message (Expand)AuthorAge
* Introduce a specific action_config for linking nodeps dynamic librariesGravatar hlopko2018-03-01
* Consult BAZEL_LINKOPTS env variable when detecting linker flags in autogenera...Gravatar hlopko2018-02-27
* Introduce cc_configure_lib.bzl#split_escapedGravatar hlopko2018-02-27
* Put @loader_path, not $ORIGIN into rpath flags on macGravatar hlopko2018-02-23
* Remove some default cc toolchain definitions.Gravatar John Cater2018-02-23
* Fix incorrect include directories when -no-canonical-prefixes is passed to clangGravatar hlopko2018-02-19
* Automated rollback of commit c7e343ad314aeab6283b5939bc8126a112140a11.Gravatar plf2018-02-16
* C++: Allows adding linkopts through file.Gravatar plf2018-02-12
* Introduce -c source_file -o output_file build variablesGravatar hlopko2018-02-08
* Converts wrapped_clang from a bash script to a C++ source file which is compi...Gravatar kaipi2018-02-06
* Automated rollback of commit 2aeaeba66857c561dd6d63c79a213f1cabc3650d.Gravatar dslomov2018-01-19
* Remove usages of `+` on dictsGravatar vladmos2018-01-03
* Refactor Windows C++ toolchain selectionGravatar Yun Peng2018-01-03
* Use -no-canonical-prefixes when -fno-canonical-system-headers is not availableGravatar ibiryukov2018-01-02
* Use relative paths for repository-local files in C++ crosstoolGravatar ibiryukov2018-01-02
* Retire the filegroup //tools/cpp:toolchain_category in favor of theGravatar cpeyser2017-12-21
* Add license field to cc auto-configure BUILD templates.Gravatar xingao2017-12-20
* Make cc_configure script more extensibleGravatar Ilya Biryukov2017-12-20
* Windows MSYS CROSSTOOL: Remove /usr from cxx_builtin_include_directoryGravatar Yun Peng2017-12-20
* Fix windows_cc_configure after https://github.com/bazelbuild/bazel/commit/2ae...Gravatar hlopko2017-12-13
* When linking mostly-static Linux binaries, link libstdc++.a explicitly.Gravatar John Millikin2017-12-12
* Fix bash in osx_cc_wrapperGravatar hlopko2017-12-12
* Use C++-only toolchain on darwin when BAZEL_USE_CPP_ONLY_TOOLCHAIN env var is...Gravatar hlopko2017-12-12
* Windows MSVC CROSSTOOL: Don't pass /DEBUG:FASTLINK to linker if it doesn't su...Gravatar Yun Peng2017-12-11
* 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