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