1. efb2b80 osx_cc_wrapper: Only expand existing response files by Andreas Herrmann · 3 years ago
  2. c753421 Fix cc_shared_libary to take into account linkstamps by plf · 3 years, 1 month ago
  3. 5f51d21 Enable per_object_debug_info feature by default by Keith Smiley · 3 years, 1 month ago
  4. a987b98 Fix uses of std++ on bsd by Keith Smiley · 3 years, 1 month ago
  5. 4961012 Clean up toolchain_utils.bzl. by jcater · 3 years, 1 month ago
  6. 86e2db7 Add a helper method for rules to depend on the cpp toolchain type. by John Cater · 3 years, 1 month ago
  7. 32d1606 Add "arch" struct field to repository_os by Fabian Meumertzheim · 3 years, 2 months ago
  8. 486d153 Find runfiles in directories that are themselves runfiles by Fabian Meumertzheim · 3 years, 2 months ago
  9. 5c4422e Introduce a new cpp toolchain_type, "test_runner_toolchain_type" by Googler · 3 years, 2 months ago
  10. 0ba4caa Enable native support for Windows on arm64 by Niyas Sait · 3 years, 2 months ago
  11. 8b60c90 Remove uses of -lstdc++ on darwin by Keith Smiley · 3 years, 2 months ago
  12. f802525 Add warnings as errors cc feature by jheaff1 · 3 years, 2 months ago
  13. 5845147 Reference osx_archs.bzl from bazel_tools by Keith Smiley · 3 years, 2 months ago
  14. c63d9ec Automated rollback of commit bfdfa6ebfd21b388f1c91f512291c848e1a92a96. by pcloudy · 3 years, 3 months ago
  15. 3f1672e Use .dylib extension for macOS dynamic libraries in Unix toolchain by Fabian Meumertzheim · 3 years, 4 months ago
  16. ae0a6c9 Enable user_link_flags_feature for macosx cc_toolchain_config by Noa Resare · 3 years, 4 months ago
  17. 917e15e Add -no_uuid for hermetic macOS toolchain setup by Keith Smiley · 3 years, 5 months ago
  18. 80c56ff Compile Apple tools as fat binaries if possible by Keith Smiley · 3 years, 5 months ago
  19. fa69b78 Add -g in `per_object_debug_info` for Clang 12 and GCC 11 by Keith Smiley · 3 years, 6 months ago
  20. c579155 Add ld path to binary search path when appropriate. by Wren Turkal · 3 years, 6 months ago
  21. f1531dc Add support for clang's libc++ to Unix toolchain by Fabian Meumertzheim · 3 years, 8 months ago
  22. 7ce19e4 Remove "windows_tests" and "all_windows_tests" targets from BUILD files by Yun Peng · 3 years, 9 months ago
  23. 4261b2a Inclusive naming fixit by aiuto · 3 years, 9 months ago
  24. c0f0f8d Run Buildifier on almost everything by ruperts · 3 years, 9 months ago
  25. b4b0c32 Fix unix toolchain for macos arm64 platform by Yun Peng · 3 years, 10 months ago
  26. a7e0e29 Remove armeabi-v7a from Apple crosstool by Keith Smiley · 3 years, 10 months ago
  27. 6dc941e Remove restriction on generate_pdb_file to be only used in dbg and fastbuild mode by pcloudy · 3 years, 11 months ago
  28. 36116ce Generate code that is buildifier compliant by Xavier Bonaventura · 4 years ago
  29. 08936ae Add external_include_paths C++ feature by Benedek Thaler · 4 years ago
  30. 26c7e10 Cleanup: Replace NULL with nullptr by Vertexwahn · 4 years, 1 month ago
  31. ed9d72f Remove unnecessary rules_cc load statements in favor of builtins. by jingwen · 4 years, 1 month ago
  32. 1c29dff Support mips64 and riscv64 by Yun Peng · 4 years, 1 month ago
  33. 2556242 CcToolchainProvider does not subclass ToolchainInfo. by jcater · 4 years, 1 month ago
  34. 2d28044 Remove unnecessary dependencies from java/cpp tools by cparsons · 4 years, 1 month ago
  35. 6ec54ee Bail out quickly from _find_gold_linker_path for GCC. by Benjamin Peterson · 4 years, 1 month ago
  36. 00e30ca Add support for LLD in unix_cc_configure by Oleh Stolyar · 4 years, 2 months ago
  37. e96b8ca Revert default cpu value on x86 macOS to "darwin" by Yun Peng · 4 years, 2 months ago
  38. 8c7e11a Add native support for Apple Silicon by Yun Peng · 4 years, 2 months ago
  39. ec55533 Remove support for "nodeps" dynamic libraries on Apple platforms. by Googler · 4 years, 2 months ago
  40. 47d2317 Detect ar executable on Linux. by Ethan Steinberg · 4 years, 2 months ago
  41. 769842a Handle dbg and opt modes for mingw-gcc compiler by mai93 · 4 years, 2 months ago
  42. bfdfa6e Update find runfiles manifest file logic by mai93 · 4 years, 3 months ago
  43. d155376 Update the visual studio version checking logic by mai93 · 4 years, 4 months ago
  44. f08819b Add support for params files for darwin by Keith Smiley · 4 years, 4 months ago
  45. b9c0e31 Add libraries to allowed macOS include directories by Keith Smiley · 4 years, 5 months ago
  46. 7ca5d7d Automated rollback of commit d3fc253a49a00c34408bbaf5378376cbcea1c5c9. by ilist · 4 years, 5 months ago
  47. a4bfcd1 Ensure BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN does not break builds by Cristian Hancila · 4 years, 5 months ago
  48. d3fc253 Add support for params files for darwin by Keith Smiley · 4 years, 5 months ago
  49. fb309f3 Export `.bzl` files in `@bazel_tools//tools/...` by Andrew Z Allen · 4 years, 5 months ago
  50. da345f1 Add builtin_sysroot argument to unix_cc_toolchain_config by erenon · 4 years, 5 months ago
  51. 07cb161 Compile macOS toolchain tools with optimizations by Keith Smiley · 4 years, 5 months ago
  52. a6cbf40 Remove builtin directory file on macOS by Keith Smiley · 4 years, 5 months ago
  53. 008f743 Consider DEVELOPER_DIR when building wrapped_clang by Brentley Jones · 4 years, 5 months ago
  54. 767e48a Remove always failing include path searching by Keith Smiley · 4 years, 5 months ago
  55. 21b5eb6 Fix Bazel clang coverage to produce lcov report by plf · 4 years, 5 months ago
  56. daa9726 Add docstring to osx_cc_configure.bzl by Keith Smiley · 4 years, 6 months ago
  57. 200b949 Fix formatting of output C++ toolchain for macOS. by Thi Doan · 4 years, 6 months ago
  58. 5672d5d Update Bazel CC-using rules to use the toolchain transition. by jcater · 4 years, 6 months ago
  59. d179f96 Windows: Improve clang version check logic by pcloudy · 4 years, 6 months ago
  60. 1f77972 Support building C++ binaries for ARM and ARM64 architectures on Windows with MSVC toolchain by mai12 · 4 years, 7 months ago
  61. d8723b4 Run libtool without symlinking if possible by Michael Eisel · 4 years, 7 months ago
  62. b8bc8d5 Support building 32-bit C++ binaries on Windows with MSVC toolchain by Mai Hussien · 4 years, 7 months ago
  63. 240cbff [MSVC] Fix Bazel unable to find tools. by Marin Baron · 4 years, 9 months ago
  64. 8b9f746 Add layering check support to cc_configure on Linux with Clang by hlopko · 4 years, 10 months ago
  65. 3b9e6f2 Add optional tool_path_origin to Tools in C++ crosstool by Yannic Bonenberger · 4 years, 11 months ago
  66. 587c736 Skylark -> Starlark: final push for comment changes (2 of 2) by gregce · 5 years ago
  67. a5b1693 Remove -Xclang-only= option prefixes, which are no longer needed. by Googler · 5 years ago
  68. ee6e1c2 Windows: Remove unused target for cc toolchain configure by pcloudy · 5 years ago
  69. 55c8e63 Do not interpose //external:cc_toolchain when depending on the locally-generated C++ toolchain. by lberki · 5 years ago
  70. 26cf656 Windows: Lookup environment variables in exact casing by Gregor Jasny · 5 years ago
  71. 1f7d2ff Fix typo in cc_toolchain_config.bzl that impacted link settings for openbsd. by Dmitri G · 5 years ago
  72. ba2ccb1 Partially fix MacOS llvm coverage collection by plf · 5 years ago
  73. ff46732 Windows: Use vswhere to locate latest Visual C++ installation by Gregor Jasny · 5 years ago
  74. 906f5f1 C++: Move default linker flags with libs after libraries by plf · 5 years ago
  75. f32b0fd C++: Adds clang resource-dir to include paths to be searched by plf · 5 years ago
  76. da5ee49 Rollback "Partially fix MacOS llvm..." due to rules_cc breakage by cparsons · 5 years ago
  77. 6089b6a Partially fix MacOS llvm coverage collection by Ulf Adams · 5 years ago
  78. 644b7d41 Add C++ toolchain configuration for OpenBSD. by aldersondrive · 5 years ago
  79. 2ad456a Fix cc toolchain autodetection to not error when by John Cater · 5 years ago
  80. f31ee4d Skip gcc build configuration options mentioning gold in ld.gold detection by hlopko · 5 years ago
  81. 5656804 Fix VS15 toolchain configure: hide output from VsDevCmd.bat by nikola-sh · 5 years ago
  82. bea9d25 Extract special BUILD file for //tools/cpp when present in the @bazel_tools by hlopko · 5 years ago
  83. 63332eb5 Hardcode path to dirname on macOS by Keith Smiley · 5 years ago
  84. c76c3e5 Replace macOS CC path with relative path by Keith Smiley · 5 years ago
  85. 1a25668 Fix buildifier warnings in @rules_cc by hlopko · 5 years ago
  86. 2682688 Use wrapped_clang for C++ link actions on Apple targets. by Tony Allevato · 6 years ago
  87. 4ffb36f Add explicit version minimums for macOS tools by Keith Smiley · 6 years ago
  88. 3f86653 Automatic code cleanup. by vladmos · 6 years ago
  89. ada2c55 Add explicit --sdk argument to xcrun calls by Keith Smiley · 6 years ago
  90. 8b0bfaf Include cc configure headers in the cache key by Marcel Hlopko · 6 years ago
  91. 1ba9f0ff Add @bazel_tools//tools:bzl_srcs target by cparsons · 6 years ago
  92. e1a6877 cc_configure.bzl: mark repository_rules as configure by Klaus Aehlig · 6 years ago
  93. e2a9e4a Add support for thin LTO optimization in Bazel by rosica · 6 years ago
  94. 4dfc83d Replace wrapped_ar on macOS with libtool by Keith Smiley · 6 years ago
  95. 3fd5129 Add a fake cc_toolchain_config rule for our fake cc_toolchain to point to when Bazel doesn't need C++ toolchain configuration by rosica · 6 years ago
  96. 0eb7f21 Fix a typo in toolchain definition by rosica · 6 years ago
  97. 5ee6d35 Add a static C++ toolchain configuration for freebsd by rosica · 6 years ago
  98. 8daa514 C++: Introduce flag for forcing rules through macro by plf · 6 years ago
  99. 12ebd7b Add toolchain support for clang-cl on Windows by Yun Peng · 6 years ago
  100. d114ef8 Refactor windows_cc_configure.bzl by pcloudy · 6 years ago