aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp
Commit message (Expand)AuthorAge
* Fix targets broken by https://github.com/bazelbuild/bazel/commit/819bf38d97e6...Gravatar laszlocsomor2018-04-30
* c++,runfiles: move runfiles libraryGravatar Laszlo Csomor2018-04-30
* Prototype support for llvm coverageGravatar Ulf Adams2018-04-26
* Only print a warning if gcov cannot be found, not an errorGravatar ulfjack2018-04-25
* Detect build-in include directories for C and C++, not only for C++Gravatar hlopko2018-04-25
* Add a workaround for gcov-based coverage with clangGravatar Ulf Adams2018-04-19
* Pass --coverage to all compile and link stepsGravatar Ulf Adams2018-04-17
* Remove c++-link-interface-dynamic-library from crosstools, it's not usedGravatar hlopko2018-04-05
* Fix crosstool target cpu to match local.Gravatar John Cater2018-04-03
* Create proguard.txt in android_library AAR output.Gravatar ajmichael2018-04-02
* Fix toolchain CPU identifiers to match what's in the BUILD.tpl file.Gravatar John Cater2018-04-02
* Add toolchain definitions for autoconfigured cc_toolchain entries.Gravatar jcater2018-03-27
* Windows: Expose setup_vc_env_vars function from windows_cc_configure.bzlGravatar Yun Peng2018-03-22
* Automated rollback of commit 67549a752c2316234b19d7b50ea84a8ae80d3669.Gravatar hlopko2018-03-21
* Automated rollback of commit 3c5a1098af0c5ae80d4e3b1fc52dd1fef6027d43.Gravatar hlopko2018-03-21
* Add crosstool_lib.bzl and crosstool_utils.bzlGravatar hlopko2018-03-21
* Automated rollback of commit 8a5a0a3ed1e19768b6ee024189307bb4ac27460d.Gravatar laszlocsomor2018-03-21
* runfiles,C++: move to //tools/cpp/runfilesGravatar Laszlo Csomor2018-03-21
* Windows: Allow users to build non-C++ rules when VC++ detect failsGravatar Yun Peng2018-03-14
* Unify action_configs for static librariesGravatar hlopko2018-03-12
* Add a binary to CppCompileAction that is responsible for grepping header file...Gravatar ajmichael2018-03-07
* Internal changeGravatar hlopko2018-03-06
* Internal changeGravatar hlopko2018-03-06
* Internal changeGravatar hlopko2018-03-06
* Do not show warning for BAZEL_LINKOPTS from cc_configureGravatar hlopko2018-03-05
* Fixed building with a custom toolchain fails on OS X #3859Gravatar Oleg Ponomarev2018-03-05
* CROSSTOOLS: Fix comment for /EHsc compiler flagGravatar Samer Masterson2018-03-02
* 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