1. 6ba3d91 Remove -no_dead_strip_inits_and_terms ld64 option by Keith Smiley · 4 years, 6 months ago
  2. cf47f90 Add -install_name when linking shared libraries on macOS by Yannic Bonenberger · 4 years, 6 months ago
  3. f08819b Add support for params files for darwin by Keith Smiley · 4 years, 6 months ago
  4. a1471a8 Remove BITCODE_TOUCH_SYMBOL_MAP by Keith Smiley · 4 years, 6 months ago
  5. 0cb8757 Switch to -fdebug-compilation-dir by Keith Smiley · 4 years, 6 months ago
  6. 306e5f1 Remove C++ linking from oso_prefix feature for now by Keith Smiley · 4 years, 6 months ago
  7. 7ca5d7d Automated rollback of commit d3fc253a49a00c34408bbaf5378376cbcea1c5c9. by ilist · 4 years, 6 months ago
  8. d3fc253 Add support for params files for darwin by Keith Smiley · 4 years, 6 months ago
  9. fb309f3 Export `.bzl` files in `@bazel_tools//tools/...` by Andrew Z Allen · 4 years, 6 months ago
  10. e794ee6 Enable debug_prefix_map_pwd_is_dot feature by default on macOS by Keith Smiley · 4 years, 6 months ago
  11. a6cbf40 Remove builtin directory file on macOS by Keith Smiley · 4 years, 6 months ago
  12. ec1ace4 Allow extra env vars on OSX toolchain config by Daniel Wagner-Hall · 4 years, 6 months ago
  13. 008f743 Consider DEVELOPER_DIR when building wrapped_clang by Brentley Jones · 4 years, 6 months ago
  14. 3d6d0c9 Add relative_ast_path_feature by Keith Smiley · 4 years, 6 months ago
  15. bc5883a Add feature to remap Xcode path in debug info by Keith Smiley · 4 years, 6 months ago
  16. 200b949 Fix formatting of output C++ toolchain for macOS. by Thi Doan · 4 years, 7 months ago
  17. 8b29b6a Fix issue where libtool_check_unique isn't found for sandbox builds by Michael Eisel · 4 years, 7 months ago
  18. fa1740d Add generate_linkmap feature to Apple CROSSTOOL. by Thi Doan · 4 years, 8 months ago
  19. 9689859 Add support to crosstool for darwin_arm64(e) by Dave MacLachlan · 4 years, 8 months ago
  20. d483d6f Support deterministic mode when using a version of libtool that supports it. by Thi Doan · 4 years, 8 months ago
  21. be25b25 Fix xcode-locator preferring some Xcode versions outside of /Applications by Kyle Teske · 4 years, 9 months ago
  22. 174ed30 Add missing NS_BLOCK_ASSERTIONS for more architectures by Keith Smiley · 4 years, 9 months ago
  23. a5cd3d7 Use xcode_config.execution_info to set xcode execution requirement by waltl · 4 years, 9 months ago
  24. 930424b Add oso_prefix_is_pwd macOS feature by Keith Smiley · 4 years, 10 months ago
  25. 65b6254 Pass missing target flag for watchos_arm64_32 and watchos_x86_64 by Patrick Balestra · 5 years ago
  26. 618f7c0 Fix C++ string include by Keith Smiley · 5 years ago
  27. a5b1693 Remove -Xclang-only= option prefixes, which are no longer needed. by Googler · 5 years ago
  28. ba2ccb1 Partially fix MacOS llvm coverage collection by plf · 5 years ago
  29. b7d419b Handle Xcode command line tools when Xcode is installed by Keith Smiley · 5 years ago
  30. da5ee49 Rollback "Partially fix MacOS llvm..." due to rules_cc breakage by cparsons · 5 years ago
  31. 6089b6a Partially fix MacOS llvm coverage collection by Ulf Adams · 5 years ago
  32. c33038e Explicitly pass architecture for arm64_32 in osx crosstool by Alessandro Patti · 5 years ago
  33. d0b2163 Optionally create an instance of xcode_config using the autogenerated host_available_xcodes for local versions and an instance of available_xcodes for remote versions. by steinman · 5 years ago
  34. 33b5680 Set execution requirements for Xcode-related actions that use AppleCcToolchain based on Xcode availability. by steinman · 5 years ago
  35. 72ef293 Automated rollback of commit 9254462cc9b5d3955cf7067b63c6960515ad5255. by waltl · 5 years ago
  36. 9254462 Set execution requirements for Xcode-related actions that use AppleCcToolchain based on Xcode availability. by steinman · 5 years ago
  37. b494074 Use cpp compile variable for framework include paths by waltl · 5 years ago
  38. ec1625f Autogenerate "host_available_xcodes", an instance of the available_xcodes rule containing the xcode versions that are available locally. by steinman · 5 years ago
  39. bfbaed8 Fix Bazel selects wrong Xcode by Thi Don · 6 years ago
  40. e83db1e Fix aquery crash for bitcode feature by Keith Smiley · 6 years ago
  41. 818bc01 Extend process timeouts in xcode_configure.bzl by schmitt · 6 years ago
  42. 4ffb36f Add explicit version minimums for macOS tools by Keith Smiley · 6 years ago
  43. ada2c55 Add explicit --sdk argument to xcrun calls by Keith Smiley · 6 years ago
  44. 8b0bfaf Include cc configure headers in the cache key by Marcel Hlopko · 6 years ago
  45. 1ba9f0ff Add @bazel_tools//tools:bzl_srcs target by cparsons · 6 years ago
  46. 4dfc83d Replace wrapped_ar on macOS with libtool by Keith Smiley · 6 years ago
  47. 8daa514 C++: Introduce flag for forcing rules through macro by plf · 6 years ago
  48. 9606887 Adds load statement for @rules_cc by oquenchil · 6 years ago
  49. ac3d06b Refactor osx cc autoconfiguration to not use a template Starlark cc_toolchain_config rule by rosica · 6 years ago
  50. 71a213c Add --incompatible_use_platforms_repo_for_constraints by hlopko · 6 years ago
  51. 4d3c5e2 Delete system framework paths from blaze by Googler · 6 years ago
  52. 82ec619 Automated rollback of commit 332379ad6f8c49b0e087b504d73d3483c529e399. by hlopko · 6 years ago
  53. 332379a Add --incompatible_use_platforms_repo_for_constraints by Marcel Hlopko · 6 years ago
  54. 8df1ef3 Provide ar_files and as_files for the autoconfigured osx toolchain. by Benjamin Peterson · 6 years ago
  55. 9aadeac Remove macOS version check from xcode-locator by Keith Smiley · 6 years ago
  56. c3d2aa7 Fix ios, tvos and watchos arm64 constraints by Steeve Morin · 6 years ago
  57. b4c0fb0 Split toolchains from cc_toolchains in cc_configure by Marcel Hlopko · 6 years ago
  58. 2d884d4 Remove alias_rules for xcode_config_alias by dmaclach · 6 years ago
  59. 7dc78cd Add explicit execution and target constraints for autodiscovered cc t? by John Cater · 6 years ago
  60. a8fa6e2 Update wrapped_clang to make -add_ast_path options absolute by davg · 6 years ago
  61. 3f87a95 Make part of @bazel_tools compatible with --incompatible_disallow_struct_provider_syntax by cparsons · 6 years ago
  62. 231270c Conditionally use deprecated signature for initWithContentsOfURL by Robert Sayre · 6 years ago
  63. b341372 Remove ELF specific -ffunction-sections from osx crosstool by Dave Lee · 6 years ago
  64. 0020a97 Remove @executable_path/Frameworks from rpaths by Keith Smiley · 6 years ago
  65. 314cf1f Pass -undefined dynamic_lookup to dynamic library linking actions on Mac by hlopko · 6 years ago
  66. 235e76b Reorganize version_min osx feature by Keith Smiley · 6 years ago
  67. c6c9b58 Automated rollback of commit d03dcfb450a8f3717d81f9ecde5ac24ec53e042a. by Keith Smiley · 6 years ago
  68. d03dcfb Make Xcode setup more resilient by Keith Smiley · 6 years ago
  69. e3c8685 Roll-forward of xcode_locator now that there are no more tools depending on the old version. by schmitt · 6 years ago
  70. 2f17a86 Prepare the codebase for the --incompatible_disable_legacy_crosstool_fields by hlopko · 6 years ago
  71. 992eb17 Remove wrapped_clang tpl workaround files by Keith Smiley · 6 years ago
  72. be94831 Automated rollback of commit ab72246c4498a80a703771e267f5c1ebbc3fbf4b. by schmitt · 6 years ago
  73. ab72246 Support Xcode betas with xcode-locator by Keith Smiley · 6 years ago
  74. f8e38d1 Support bitcode for Apple platforms by Keith Smiley · 6 years ago
  75. 7d5db9a Remove Bazel CROSSTOOLs by rosica · 6 years ago
  76. 71bc38f Introduce --incompatible_disable_crosstool_file flag. by rosica · 6 years ago
  77. 4e6080a Remove unused cc_libraries named "stl". by John Cater · 6 years ago
  78. f9c0f6f Add arm64e to Bazel OSX CROSSTOOL. by Googler · 6 years ago
  79. fb8cad8 Pass macOS version min flag in osx CROSSTOOL by Keith Smiley · 6 years ago
  80. 2460d1c Add support for new arm64e iOS Device architecture. by kaipi · 6 years ago
  81. 2d0e27e Add --disable_legacy_crosstool_fields to host configuration by hlopko · 6 years ago
  82. 81b59f0 Pass -no_warning_for_no_symbols flag to libtool and ranlib in bazel osx CROSSTOOL. by arostovtsev · 6 years ago
  83. 9bf885a Add --incompatible_remove_cpu_and_compiler_attributes_from_cc_toolchain by hlopko · 6 years ago
  84. f55ae7a Make bazel option --collect_symbol_counts a noop by hlopko · 6 years ago
  85. 3ce44b6 Add --incompatible_disable_expand_if_all_available_in_flag_set by hlopko · 6 years ago
  86. 40d1dc9 Add recent C++ specific incompatible flags to host by hlopko · 6 years ago
  87. 28953cb bazel/tools: add ar_files/as_files to cc_toolchain targets by Googler · 6 years ago
  88. 2a6a629 Add -frandom-seed to C compilations by hlopko · 6 years ago
  89. 4a74c52 Correct misspelled English words in the Bazel's tools/... directory by jingwen · 6 years ago
  90. ed67a15 Remove the "autoconfigured" constraint. by John Cater · 6 years ago
  91. 4baba71 Fix -Wunused-command-line-argument warnings when --force_pic is passed on Mac by Jamie Snape · 6 years ago
  92. 8d427c6 macos_bundle: Make "apple_product_type.kernel_extension" produce a valid kext. by jcater · 6 years ago
  93. 92bb13c Remove unused variable in xcode_locator.m by Keith Smiley · 7 years ago
  94. 17f5d19 Fix bazel osx crosstool by hlopko · 7 years ago
  95. a221e82 Osx: Do not use CROSSTOOL to select cc_toolchain by hlopko · 7 years ago
  96. 0ccee07 Add new watchos archs to osx_archs.bzl and the hard-coded ApplePlatform by Googler · 7 years ago
  97. c3fb1db Do not use CROSSTOOL to select cc_toolchain by hlopko · 7 years ago
  98. 97310af Remove no_create_dsym_zip CROSSTOOL feature by davg · 7 years ago
  99. 20bfdc6 Automated rollback of commit 19a401c38e30ebc0879925a5caedcbe43de0028f. by hlopko · 7 years ago
  100. baac056 Improve resilience of xcode-locator. by davg · 7 years ago