1. 7a1da9f Make Bazel's osx crosstool more resilient against missing variables by hlopko · 7 years ago
  2. 6bd0bdf Add objc-fully-link to the list of actions that require the apple_env feature. This fixes apple_static_library functionality. by kaipi · 7 years ago
  3. 9e10d3e Use a parameterized dict and simplify an iteration in xcode-locator. by jmmv · 7 years ago
  4. 7372c04 Add extra logging to xcode-locator when scanning Xcode bundles. by jmmv · 7 years ago
  5. a0f77be Break out xcode-locator's main function into smaller chunks. by jmmv · 7 years ago
  6. 1f3d3ea Send xcode-locator error messages to stderr, not stdout. by jmmv · 7 years ago
  7. 0ccfde8 Cut long lines in xcode-locator.m. by jmmv · 7 years ago
  8. 3f46dd0 Add new debug_prefix_map_pwd_is_dot CROSSTOOL feature by Googler · 7 years ago
  9. f341e0d Revert "Support RAII in wrapped_clang" by bbaren · 7 years ago
  10. ecab1c8 Prepare CROSSTOOL for dSYM simplification by Googler · 7 years ago
  11. 2d4917c Automatic code cleanup. by cushon · 7 years ago
  12. f24958a Support RAII in wrapped_clang by Googler · 7 years ago
  13. 26aaea2 Remove support for header preprocessing by hlopko · 7 years ago
  14. dddff73 Change -lgcov with --coverage by elenairina · 7 years ago
  15. 56d98ae CROSSTOOLS wrapped_clang: handle spaces in paths by Oscar Bonilla · 7 years ago
  16. 53700e2 Don't rely on shell splitting; explicitly make these multiple arguments by ulfjack · 7 years ago
  17. 20a042f Format all bzl files with buildifier by vladmos · 7 years ago
  18. 2661abb Split user_link_flags from legacy_link_flags by hlopko · 7 years ago
  19. 6f1a2ec Replace use of output_object_file with output_file in CROSSTOOLS. by hlopko · 7 years ago
  20. 27e0c0e Remove unused fields from osx crosstool by hlopko · 7 years ago
  21. 832a0b1 Remove c++-link-interface-dynamic-library from crosstools, it's not used by hlopko · 7 years ago
  22. f5c8c0b Add toolchain definitions for autoconfigured cc_toolchain entries. by jcater · 7 years ago
  23. b332200 Remove global_whole_archive_open feature from osx crosstools by hlopko · 7 years ago
  24. fba6f11 Unify action_configs for static libraries by hlopko · 7 years ago
  25. dad2276 Introduce a specific action_config for linking nodeps dynamic libraries by hlopko · 7 years ago
  26. f98a7a2 Put @loader_path, not $ORIGIN into rpath flags on mac by hlopko · 7 years ago
  27. ec2cb25 Automated rollback of commit c7e343ad314aeab6283b5939bc8126a112140a11. by plf · 7 years ago
  28. 49ecd1f Fix CROSSTOOL.tpl to correctly target watchos_i386. by kaipi · 7 years ago
  29. c7e343a C++: Allows adding linkopts through file. by plf · 7 years ago
  30. 943afc7 Introduce -c source_file -o output_file build variables by hlopko · 7 years ago
  31. 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
  32. db319f8 Migrate uses of xcode_config_alias to use the recently-introduced skylark late bound default instead. by cparsons · 7 years ago
  33. 0e668c1 Add two action types to the list of those requiring apple_env by cparsons · 7 years ago
  34. 68c577a Fix some broken targets and failing tests. by ajmichael · 7 years ago
  35. a9c6d0e Remove `-R` flags from the MacOS crosstool template. by John Millikin · 7 years ago
  36. e14dcc3 Remove uses of ar_flag and uses_action_config_for_ar by hlopko · 7 years ago
  37. 5d6d28e Remove bazel's --experimental_skip_static_outputs option. by Googler · 7 years ago
  38. 9923fec Adds "-fno-autolink" to ObjC compilation actions to avoid using the autolink feature, as it doesn't play very well with bazel's deduplication of shared dependencies. by kaipi · 7 years ago
  39. 5f5e2b4 Automated rollback of commit e9b10399f6a148a3d20442f2c5020b05fa891873. by twerth · 7 years ago
  40. e9b1039 Move hard-coded compilation-mode-specific flags in ObjcConfiguration. by cpeyser · 7 years ago
  41. 761eac4 Minor update to a docstring. by lberki · 7 years ago
  42. dc8b43c Strip Xcode versions like "9.0gm" for the version flag. by lberki · 7 years ago
  43. 57a2ad7 Add Skylark code that exports the current Xcode version and the Apple SDK versions as flags. by lberki · 7 years ago
  44. 3c23d3e Use FeatureConfiguration to compute linkstamping compile command line by hlopko · 8 years ago
  45. dc17690 This time for sure: stop using --undefined dynamic_lookup in osx linking. by Googler · 8 years ago
  46. a22fb12 Automated rollback of commit f26e8694ae78599b3e2004e3360eaf3443fa53a6. by hlopko · 8 years ago
  47. f26e869 Introduce -c source_file -o output_file build variables by hlopko · 8 years ago
  48. b05bff6 Expose sysroot as a build variable by hlopko · 8 years ago
  49. f322ba7 Introduce unfiltered_compile_flags build variable, rename copts variable to user_compile_flags by hlopko · 8 years ago
  50. c6e9208 Create an empty filegroup if Bazel doesn't support xcode_config_alias yet. by lberki · 8 years ago
  51. 9b6cf94 Internal change by kush · 8 years ago
  52. 795179a Add an xcode_config_alias rule instance under //tools/osx: . by lberki · 8 years ago
  53. 268c0bc Introduce unfiltered_compile_flags build variable, rename copts variable to user_compile_flags by hlopko · 8 years ago
  54. 67583f7 fix "weak_framwork_names" crosstool feature typo by cparsons · 8 years ago
  55. 2cd8ded Change default_macosx_sdk_version to default_macos_sdk_version. by cparsons · 8 years ago
  56. e9ba68d PiperOrigin-RevId: 164803219 by rduan · 8 years ago
  57. 2079a5c Make sure copts is the last feature in osx crosstools by hlopko · 8 years ago
  58. b3be32e Use feature configuration to construct command line for 'strip' action by hlopko · 8 years ago
  59. ed64233 CppLinkAction decides execution platform based on action_configs. by cpeyser · 8 years ago
  60. 202119a Expose wrapped_clang_pp in osx crosstool for ObjC++ by rmalik · 8 years ago
  61. 646cfd8 Simplify copts handling and expose them as a build variable by hlopko · 8 years ago
  62. ec41b8c Remove implicit iteration from Crosstool by hlopko · 8 years ago
  63. e3312d9 Make osx crosstool standalone (working without bazel patches) by hlopko · 8 years ago
  64. a81264e Use tool from action_config for link-executable and link-dynamic-lib actions by hlopko · 8 years ago
  65. 41f6283 Use wrapped_ar on darwin in cc_configure.bzl by hlopko · 8 years ago
  66. 0916365 Suggest signing xcode license if that likely inhibits xcode-locator-bin generation by cparsons · 8 years ago
  67. a4697fd Make C++ archiving use action_configs instead of hardcoded flags by hlopko · 8 years ago
  68. c3cf7d9 Reverts non-xcode-available darwin crosstool generation. by cparsons · 8 years ago
  69. 286428a Wrap ar invocations for osx bazel crosstool. by cparsons · 8 years ago
  70. cc21998 Rollforward #2 of: Basic open-source crosstool to support targeting apple platform types. by cparsons · 8 years ago
  71. 5fc036e Automated g4 rollback of commit 5038016e6573962d2554fcf9c10faa0cca8714e2. by dmarting · 8 years ago
  72. 5038016 Rollforward of: Basic open-source crosstool to support targeting apple platform types. by cparsons · 8 years ago
  73. 0389734 Introduce the osx bazel crosstool template, with placeholder for cxx_builtin_include_directory. by cparsons · 8 years ago
  74. b6cc4c1 Automated g4 rollback of commit 501b62716af12ba42c019bd9f231468b3c144757. by aehlig · 8 years ago
  75. 501b627 Basic open-source crosstool to support targetting apple platform types. by cparsons · 8 years ago
  76. 2004276 Prefixes xcodebuild with xcrun in order to avoid getting erroneous results when detecting the installed Xcode versions. by Sergio Campama · 8 years ago
  77. 34f47c8 Further improve error handling of xcode_configure.bzl by Chris Parsons · 8 years ago
  78. b3aa6ce Improve xcode-configure error messaging, and use "env -i" to clear environment for various processes by Chris Parsons · 8 years ago
  79. 6e071515 xcode locator prefers xcodes installed under /Applications/ by Chris Parsons · 8 years ago
  80. ddead0f Fixes for generating xcode-locator-bin on Tulsi. by Chris Parsons · 8 years ago
  81. 7479f67 Check "xcodebuild -version" first before building the xcode locator. by Chris Parsons · 8 years ago
  82. 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
  83. 3a5663f Fix error message to actually use python string formatting by Kristina Chodorow · 9 years ago
  84. 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
  85. 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
  86. 1442442 Remove breakpad support from bazel by Dmitry Shevchenko · 9 years ago
  87. 2a82c91 Makes the use of dump_syms_stub non-fatal. by Erik Abair · 9 years ago
  88. 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