- ea642d6 C++,runfiles: avoid collision with @bazel_tools by Laszlo Csomor · 7 years ago
- 131e31c C++,runfiles: rename sources to avoid conflict by Laszlo Csomor · 7 years ago
- 1d956c7 Do not fail the build when gcov is not installed by hlopko · 7 years ago
- d2e0254 Make creating a CcToolchainConfigInfo from Skylark possible by rosica · 7 years ago
- a95a442 Disable warning about GCOV. by Irina Iancu · 7 years ago
- 7f9de5d windows_cc_configure.bzl: Add VS2017 Professional install location by Gregor Jasny · 7 years ago
- df16c77 Windows: add //tools/... tests to test suite by Laszlo Csomor · 7 years ago
- e0542bc Disable the correct warning by Loo Rong Jie · 7 years ago
- ccd7d76 Improve MSVC Crosstool by Loo Rong Jie · 7 years ago
- 45f1da1 When using find_cpp_toolchain, make sure the relevant attribute, '_cc_toolchain' exists on the ctx being passed to this function. (I broke TAP once because I forgot to add the attribute. Perhaps not that helpful this late in the migration but doesn't hurt.) by juliexxia · 7 years ago
- e6860a8 Set INCLUDE and LIB env var for actions that actually need them by Loo Rong Jie · 7 years ago
- 4e42e17 Windows, CROSSTOOL: Fix feature for linking interface library and dynamic library by pcloudy · 7 years ago
- 5947f47 Windows, CROSSTOOL: Remove MSVC wrapper scripts from Bazel completely by Yun Peng · 7 years ago
- c4622ac Fix autodetection of -z linker flags by hlopko · 7 years ago
- cb0fb03 Remove stub toolchains for ios by hlopko · 7 years ago
- 8ff87c1 Fix autodetection of linker flags by hlopko · 7 years ago
- df42789 windows_cc_configure.bzl: Check default VC installation directories by pcloudy · 7 years ago
- aa2231e add more support for Arm by Bin Lu · 7 years ago
- 381b3a1 Windows CROSSTOOL: Add action_config for preprocess-assemble by pcloudy · 7 years ago
- 1d3b6c1 Add aliases for current_cc_host_toolchain, current_libc_top and filegroup by dbabkin · 7 years ago
- 44646c2 runfiles libraries: fix tests and comments by Laszlo Csomor · 7 years ago
- 26aaea2 Remove support for header preprocessing by hlopko · 7 years ago
- 886d01c Add Arm64 support by Arielle Albon · 7 years ago
- 4022bac Remove usage of COMPILER_MSVC in Bazel and ijar by Loo Rong Jie · 7 years ago
- ac69da0 Move path-manipulation functions to own library file. by ccalvarin · 7 years ago
- fe63111 Fix broken flag existence check for linking flags in unix_cc_configure. by hlopko · 7 years ago
- 20a042f Format all bzl files with buildifier by vladmos · 7 years ago
- 05fef18 Update tools/cpp/toolchain_utils.bzl to return the proper C++ toolchain by hlopko · 7 years ago
- 22f4bb9 runfiles,cc: C++ runfiles library in @bazel_tools by Laszlo Csomor · 7 years ago
- 5b02559 Minimize the cost of Skyframe restarts during CC autoconfiguration. by jmmv · 7 years ago
- bf1ac7e Change uses of cc_toolchain_type back to plain toolchain_type. by jcater · 7 years ago
- 8044286 Add a compiler_flag rule that exposes the value of the "compiler" field of CROSSTOOL by rosica · 7 years ago
- 72075bf runfiles,cc: merge strategies into Runfiles by Laszlo Csomor · 7 years ago
- 9dc32e2 runfiles,cc: Runfiles uses manifest AND directory by Laszlo Csomor · 7 years ago
- 5c4f3b5 CROSSTOOL: Make C++ compiled and linked artifact name pattern configurable by Yun Peng · 7 years ago
- a1ae44a cpp runfiles library: precompute envvars map by Laszlo Csomor · 7 years ago
- 5f195b7 cpp runfiles library: compute manifest/dir paths by Laszlo Csomor · 7 years ago
- 2661abb Split user_link_flags from legacy_link_flags by hlopko · 7 years ago
- 6f1a2ec Replace use of output_object_file with output_file in CROSSTOOLS. by hlopko · 7 years ago
- 57bc201 Do not autodetect C++ toolchain when BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 is present by hlopko · 7 years ago
- 9f2b052 runfiles,cc: add a method to discover runfiles by Laszlo Csomor · 7 years ago
- 86a9b6f Change -lgcov with --coverage by Irina Iancu · 7 years ago
- b65eb1e Fix targets broken by https://github.com/bazelbuild/bazel/commit/819bf38d97e6eef3c823bdae3ffcdb013d6d83e3. by laszlocsomor · 7 years ago
- 819bf38 c++,runfiles: move runfiles library by Laszlo Csomor · 7 years ago
- 1441a3a Prototype support for llvm coverage by Ulf Adams · 7 years ago
- f0cd2d2 Only print a warning if gcov cannot be found, not an error by ulfjack · 7 years ago
- c122e47 Detect build-in include directories for C and C++, not only for C++ by hlopko · 7 years ago
- 9566f67 Add a workaround for gcov-based coverage with clang by Ulf Adams · 7 years ago
- d6f706d Pass --coverage to all compile and link steps by Ulf Adams · 7 years ago
- 832a0b1 Remove c++-link-interface-dynamic-library from crosstools, it's not used by hlopko · 7 years ago
- 78ee50a Fix crosstool target cpu to match local. by John Cater · 7 years ago
- cb16c50 Create proguard.txt in android_library AAR output. by ajmichael · 7 years ago
- 1592238 Fix toolchain CPU identifiers to match what's in the BUILD.tpl file. by John Cater · 7 years ago
- f5c8c0b Add toolchain definitions for autoconfigured cc_toolchain entries. by jcater · 7 years ago
- a3dd777 Windows: Expose setup_vc_env_vars function from windows_cc_configure.bzl by Yun Peng · 7 years ago
- 5cee7f4 Automated rollback of commit 67549a752c2316234b19d7b50ea84a8ae80d3669. by hlopko · 7 years ago
- 67549a7 Automated rollback of commit 3c5a1098af0c5ae80d4e3b1fc52dd1fef6027d43. by hlopko · 7 years ago
- 3c5a109 Add crosstool_lib.bzl and crosstool_utils.bzl by hlopko · 7 years ago
- 33c0885 Automated rollback of commit 8a5a0a3ed1e19768b6ee024189307bb4ac27460d. by laszlocsomor · 7 years ago
- 8a5a0a3 runfiles,C++: move to //tools/cpp/runfiles by Laszlo Csomor · 7 years ago
- 7284d6e Windows: Allow users to build non-C++ rules when VC++ detect fails by Yun Peng · 7 years ago
- fba6f11 Unify action_configs for static libraries by hlopko · 7 years ago
- bc1e2b0 Add a binary to CppCompileAction that is responsible for grepping header files for include statments. This binary is currently only used for an internal feature - but that feature may be supported externally eventually. by ajmichael · 7 years ago
- 06a8851 Internal change by hlopko · 7 years ago
- 903b479 Internal change by hlopko · 7 years ago
- 7653a47 Internal change by hlopko · 7 years ago
- ec55102 Do not show warning for BAZEL_LINKOPTS from cc_configure by hlopko · 7 years ago
- d1388b8 Fixed building with a custom toolchain fails on OS X #3859 by Oleg Ponomarev · 7 years ago
- fefd1b2 CROSSTOOLS: Fix comment for /EHsc compiler flag by Samer Masterson · 7 years ago
- dad2276 Introduce a specific action_config for linking nodeps dynamic libraries by hlopko · 7 years ago
- 19c6428 Consult BAZEL_LINKOPTS env variable when detecting linker flags in autogenerated cc toolchain by hlopko · 7 years ago
- db80298 Introduce cc_configure_lib.bzl#split_escaped by hlopko · 7 years ago
- f98a7a2 Put @loader_path, not $ORIGIN into rpath flags on mac by hlopko · 7 years ago
- 4ccecae Remove some default cc toolchain definitions. by John Cater · 7 years ago
- b3d52b1 Fix incorrect include directories when -no-canonical-prefixes is passed to clang by hlopko · 7 years ago
- ec2cb25 Automated rollback of commit c7e343ad314aeab6283b5939bc8126a112140a11. by plf · 7 years ago
- c7e343a C++: Allows adding linkopts through file. by plf · 7 years ago
- 943afc7 Introduce -c source_file -o output_file build variables by hlopko · 7 years ago
- 149e95b Converts wrapped_clang from a bash script to a C++ source file which is compiled as part of bazel's repository bootstrap. This should make crosstool's clang invocations faster. An added benefit of this is that wrapped_clang.cc supports the "DSYM_HINT" flags specified through the CROSSTOOL, so with this change, apple_binary gets support for the --apple_generate_dsym flag. by kaipi · 7 years ago
- f0bec36 Automated rollback of commit 2aeaeba66857c561dd6d63c79a213f1cabc3650d. by dslomov · 7 years ago
- ceaed51 Remove usages of `+` on dicts by vladmos · 7 years ago
- e9f4090 Refactor Windows C++ toolchain selection by Yun Peng · 7 years ago
- e99279b Use -no-canonical-prefixes when -fno-canonical-system-headers is not available by ibiryukov · 7 years ago
- defba58 Use relative paths for repository-local files in C++ crosstool by ibiryukov · 7 years ago
- 8fb14d5 Retire the filegroup //tools/cpp:toolchain_category in favor of the by cpeyser · 7 years ago
- de65ce9 Add license field to cc auto-configure BUILD templates. by xingao · 7 years ago
- 12471a7 Make cc_configure script more extensible by Ilya Biryukov · 7 years ago
- 41db318 Windows MSYS CROSSTOOL: Remove /usr from cxx_builtin_include_directory by Yun Peng · 7 years ago
- 66bba4e Fix windows_cc_configure after https://github.com/bazelbuild/bazel/commit/2aeaeba66857c561dd6d63c79a213f1cabc3650d by hlopko · 7 years ago
- 2aeaeba When linking mostly-static Linux binaries, link libstdc++.a explicitly. by John Millikin · 7 years ago
- 4f5a92b Fix bash in osx_cc_wrapper by hlopko · 7 years ago
- 209a975 Use C++-only toolchain on darwin when BAZEL_USE_CPP_ONLY_TOOLCHAIN env var is set to "1" by hlopko · 7 years ago
- 09a6a9f Windows MSVC CROSSTOOL: Don't pass /DEBUG:FASTLINK to linker if it doesn't support it by Yun Peng · 7 years ago
- b9e1c8a Add a 'fdo_optimize' feature to the auto-configured crosstool. by Benjamin Peterson · 7 years ago
- 8e9b289 Add an open-source version of find_cpp_toolchain, to allow open-source users of by cpeyser · 7 years ago
- ff12a22 Windows: Expose find_vc_path and find_msvc_tool function by Yun Peng · 7 years ago
- 7585dcd Windows CROSSTOOL: Define DEBUG in fastbuild and dbg mode by pcloudy · 7 years ago
- ebdb4ac Windows CROSSTOOL: Define NDEBUG in opt mode by pcloudy · 7 years ago
- 03d52e2 Update/Add license header to cc auto-configure templates. by xingao · 7 years ago
- ae760d2 Add 'assemble' action_config for Windows. by Seth Greenstein · 7 years ago