1. 2cd8ded Change default_macosx_sdk_version to default_macos_sdk_version. by cparsons · 8 years ago
  2. e9ba68d PiperOrigin-RevId: 164803219 by rduan · 8 years ago
  3. 2079a5c Make sure copts is the last feature in osx crosstools by hlopko · 8 years ago
  4. b3be32e Use feature configuration to construct command line for 'strip' action by hlopko · 8 years ago
  5. ed64233 CppLinkAction decides execution platform based on action_configs. by cpeyser · 8 years ago
  6. 202119a Expose wrapped_clang_pp in osx crosstool for ObjC++ by rmalik · 8 years ago
  7. 646cfd8 Simplify copts handling and expose them as a build variable by hlopko · 8 years ago
  8. ec41b8c Remove implicit iteration from Crosstool by hlopko · 8 years ago
  9. e3312d9 Make osx crosstool standalone (working without bazel patches) by hlopko · 8 years ago
  10. a81264e Use tool from action_config for link-executable and link-dynamic-lib actions by hlopko · 8 years ago
  11. 41f6283 Use wrapped_ar on darwin in cc_configure.bzl by hlopko · 8 years ago
  12. 0916365 Suggest signing xcode license if that likely inhibits xcode-locator-bin generation by cparsons · 8 years ago
  13. a4697fd Make C++ archiving use action_configs instead of hardcoded flags by hlopko · 8 years ago
  14. c3cf7d9 Reverts non-xcode-available darwin crosstool generation. by cparsons · 8 years ago
  15. 286428a Wrap ar invocations for osx bazel crosstool. by cparsons · 8 years ago
  16. cc21998 Rollforward #2 of: Basic open-source crosstool to support targeting apple platform types. by cparsons · 8 years ago
  17. 5fc036e Automated g4 rollback of commit 5038016e6573962d2554fcf9c10faa0cca8714e2. by dmarting · 8 years ago
  18. 5038016 Rollforward of: Basic open-source crosstool to support targeting apple platform types. by cparsons · 8 years ago
  19. 0389734 Introduce the osx bazel crosstool template, with placeholder for cxx_builtin_include_directory. by cparsons · 8 years ago
  20. b6cc4c1 Automated g4 rollback of commit 501b62716af12ba42c019bd9f231468b3c144757. by aehlig · 8 years ago
  21. 501b627 Basic open-source crosstool to support targetting apple platform types. by cparsons · 8 years ago
  22. 2004276 Prefixes xcodebuild with xcrun in order to avoid getting erroneous results when detecting the installed Xcode versions. by Sergio Campama · 8 years ago
  23. 34f47c8 Further improve error handling of xcode_configure.bzl by Chris Parsons · 8 years ago
  24. b3aa6ce Improve xcode-configure error messaging, and use "env -i" to clear environment for various processes by Chris Parsons · 8 years ago
  25. 6e071515 xcode locator prefers xcodes installed under /Applications/ by Chris Parsons · 8 years ago
  26. ddead0f Fixes for generating xcode-locator-bin on Tulsi. by Chris Parsons · 8 years ago
  27. 7479f67 Check "xcodebuild -version" first before building the xcode locator. by Chris Parsons · 8 years ago
  28. cc867d4 In local_xcode_config rule, when xcode-locator-bin fails (generally due to xcode not being installed), create a stub xcode_version target instead of a malformed one. by Chris Parsons · 9 years ago
  29. 3a5663f Fix error message to actually use python string formatting by Kristina Chodorow · 9 years ago
  30. 381850e xcode_configure repository rule for determining locally installed versions of xcode to select between, relaxing the requirement that users specify --xcode_version and --ios_sdk_version even if they have only one version installed. by Chris Parsons · 9 years ago
  31. 5eb86fe Export xcode_locator's source file under tools/osx/ to make it available for reference by future repository rules. Removes the xcode-locator binary file under tools/objc. Originally, the precompiled binary was going to be referenced, but it's easier to build from source in the repository rule. by Chris Parsons · 9 years ago
  32. 1442442 Remove breakpad support from bazel by Dmitry Shevchenko · 9 years ago
  33. 2a82c91 Makes the use of dump_syms_stub non-fatal. by Erik Abair · 9 years ago
  34. bde5844 Move dump_syms from //tools/objc to //tools/osx. This will allow it to be referenced from the crosstool without crossing package boundaries. by Cal Peyser · 9 years ago