- 20a042f Format all bzl files with buildifier by vladmos · 7 years ago
- 2661abb Split user_link_flags from legacy_link_flags by hlopko · 7 years ago
- 6f1a2ec Replace use of output_object_file with output_file in CROSSTOOLS. by hlopko · 7 years ago
- 27e0c0e Remove unused fields from osx crosstool by hlopko · 7 years ago
- 832a0b1 Remove c++-link-interface-dynamic-library from crosstools, it's not used by hlopko · 7 years ago
- f5c8c0b Add toolchain definitions for autoconfigured cc_toolchain entries. by jcater · 7 years ago
- b332200 Remove global_whole_archive_open feature from osx crosstools by hlopko · 7 years ago
- fba6f11 Unify action_configs for static libraries by hlopko · 7 years ago
- dad2276 Introduce a specific action_config for linking nodeps dynamic libraries by hlopko · 7 years ago
- f98a7a2 Put @loader_path, not $ORIGIN into rpath flags on mac by hlopko · 7 years ago
- ec2cb25 Automated rollback of commit c7e343ad314aeab6283b5939bc8126a112140a11. by plf · 7 years ago
- 49ecd1f Fix CROSSTOOL.tpl to correctly target watchos_i386. by kaipi · 7 years ago
- c7e343a C++: Allows adding linkopts through file. by plf · 7 years ago
- 943afc7 Introduce -c source_file -o output_file build variables by hlopko · 7 years ago
- 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
- db319f8 Migrate uses of xcode_config_alias to use the recently-introduced skylark late bound default instead. by cparsons · 7 years ago
- 0e668c1 Add two action types to the list of those requiring apple_env by cparsons · 7 years ago
- 68c577a Fix some broken targets and failing tests. by ajmichael · 7 years ago
- a9c6d0e Remove `-R` flags from the MacOS crosstool template. by John Millikin · 7 years ago
- e14dcc3 Remove uses of ar_flag and uses_action_config_for_ar by hlopko · 7 years ago
- 5d6d28e Remove bazel's --experimental_skip_static_outputs option. by Googler · 7 years ago
- 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
- 5f5e2b4 Automated rollback of commit e9b10399f6a148a3d20442f2c5020b05fa891873. by twerth · 7 years ago
- e9b1039 Move hard-coded compilation-mode-specific flags in ObjcConfiguration. by cpeyser · 7 years ago
- 761eac4 Minor update to a docstring. by lberki · 7 years ago
- dc8b43c Strip Xcode versions like "9.0gm" for the version flag. by lberki · 7 years ago
- 57a2ad7 Add Skylark code that exports the current Xcode version and the Apple SDK versions as flags. by lberki · 7 years ago
- 3c23d3e Use FeatureConfiguration to compute linkstamping compile command line by hlopko · 8 years ago
- dc17690 This time for sure: stop using --undefined dynamic_lookup in osx linking. by Googler · 8 years ago
- a22fb12 Automated rollback of commit f26e8694ae78599b3e2004e3360eaf3443fa53a6. by hlopko · 8 years ago
- f26e869 Introduce -c source_file -o output_file build variables by hlopko · 8 years ago
- b05bff6 Expose sysroot as a build variable by hlopko · 8 years ago
- f322ba7 Introduce unfiltered_compile_flags build variable, rename copts variable to user_compile_flags by hlopko · 8 years ago
- c6e9208 Create an empty filegroup if Bazel doesn't support xcode_config_alias yet. by lberki · 8 years ago
- 9b6cf94 Internal change by kush · 8 years ago
- 795179a Add an xcode_config_alias rule instance under //tools/osx: . by lberki · 8 years ago
- 268c0bc Introduce unfiltered_compile_flags build variable, rename copts variable to user_compile_flags by hlopko · 8 years ago
- 67583f7 fix "weak_framwork_names" crosstool feature typo by cparsons · 8 years ago
- 2cd8ded Change default_macosx_sdk_version to default_macos_sdk_version. by cparsons · 8 years ago
- e9ba68d PiperOrigin-RevId: 164803219 by rduan · 8 years ago
- 2079a5c Make sure copts is the last feature in osx crosstools by hlopko · 8 years ago
- b3be32e Use feature configuration to construct command line for 'strip' action by hlopko · 8 years ago
- ed64233 CppLinkAction decides execution platform based on action_configs. by cpeyser · 8 years ago
- 202119a Expose wrapped_clang_pp in osx crosstool for ObjC++ by rmalik · 8 years ago
- 646cfd8 Simplify copts handling and expose them as a build variable by hlopko · 8 years ago
- ec41b8c Remove implicit iteration from Crosstool by hlopko · 8 years ago
- e3312d9 Make osx crosstool standalone (working without bazel patches) by hlopko · 8 years ago
- a81264e Use tool from action_config for link-executable and link-dynamic-lib actions by hlopko · 8 years ago
- 41f6283 Use wrapped_ar on darwin in cc_configure.bzl by hlopko · 8 years ago
- 0916365 Suggest signing xcode license if that likely inhibits xcode-locator-bin generation by cparsons · 8 years ago
- a4697fd Make C++ archiving use action_configs instead of hardcoded flags by hlopko · 8 years ago
- c3cf7d9 Reverts non-xcode-available darwin crosstool generation. by cparsons · 8 years ago
- 286428a Wrap ar invocations for osx bazel crosstool. by cparsons · 8 years ago
- cc21998 Rollforward #2 of: Basic open-source crosstool to support targeting apple platform types. by cparsons · 8 years ago
- 5fc036e Automated g4 rollback of commit 5038016e6573962d2554fcf9c10faa0cca8714e2. by dmarting · 8 years ago
- 5038016 Rollforward of: Basic open-source crosstool to support targeting apple platform types. by cparsons · 8 years ago
- 0389734 Introduce the osx bazel crosstool template, with placeholder for cxx_builtin_include_directory. by cparsons · 8 years ago
- b6cc4c1 Automated g4 rollback of commit 501b62716af12ba42c019bd9f231468b3c144757. by aehlig · 8 years ago
- 501b627 Basic open-source crosstool to support targetting apple platform types. by cparsons · 8 years ago
- 2004276 Prefixes xcodebuild with xcrun in order to avoid getting erroneous results when detecting the installed Xcode versions. by Sergio Campama · 8 years ago
- 34f47c8 Further improve error handling of xcode_configure.bzl by Chris Parsons · 8 years ago
- b3aa6ce Improve xcode-configure error messaging, and use "env -i" to clear environment for various processes by Chris Parsons · 8 years ago
- 6e071515 xcode locator prefers xcodes installed under /Applications/ by Chris Parsons · 8 years ago
- ddead0f Fixes for generating xcode-locator-bin on Tulsi. by Chris Parsons · 8 years ago
- 7479f67 Check "xcodebuild -version" first before building the xcode locator. by Chris Parsons · 8 years ago
- 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
- 3a5663f Fix error message to actually use python string formatting by Kristina Chodorow · 9 years ago
- 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
- 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
- 1442442 Remove breakpad support from bazel by Dmitry Shevchenko · 9 years ago
- 2a82c91 Makes the use of dump_syms_stub non-fatal. by Erik Abair · 9 years ago
- 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