Sign in
bazel
/
bazel
/
70a0672c1dd64bbbb99de79340a5b085f875f64e
/
tools
/
osx
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