aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/osx
Commit message (Expand)AuthorAge
* Add objc-fully-link to the list of actions that require the apple_env feature...Gravatar kaipi2018-08-06
* Use a parameterized dict and simplify an iteration in xcode-locator.Gravatar jmmv2018-08-01
* Add extra logging to xcode-locator when scanning Xcode bundles.Gravatar jmmv2018-08-01
* Break out xcode-locator's main function into smaller chunks.Gravatar jmmv2018-07-31
* Send xcode-locator error messages to stderr, not stdout.Gravatar jmmv2018-07-26
* Cut long lines in xcode-locator.m.Gravatar jmmv2018-07-26
* Add new debug_prefix_map_pwd_is_dot CROSSTOOL featureGravatar Googler2018-07-25
* Revert "Support RAII in wrapped_clang"Gravatar bbaren2018-07-17
* Prepare CROSSTOOL for dSYM simplificationGravatar Googler2018-07-10
* Automatic code cleanup.Gravatar cushon2018-07-06
* Support RAII in wrapped_clangGravatar Googler2018-06-29
* Remove support for header preprocessingGravatar hlopko2018-06-26
* Change -lgcov with --coverageGravatar elenairina2018-06-15
* CROSSTOOLS wrapped_clang: handle spaces in pathsGravatar Oscar Bonilla2018-06-12
* Don't rely on shell splitting; explicitly make these multiple argumentsGravatar ulfjack2018-06-05
* Format all bzl files with buildifierGravatar vladmos2018-06-01
* Split user_link_flags from legacy_link_flagsGravatar hlopko2018-05-16
* Replace use of output_object_file with output_file in CROSSTOOLS.Gravatar hlopko2018-05-16
* Remove unused fields from osx crosstoolGravatar hlopko2018-04-16
* Remove c++-link-interface-dynamic-library from crosstools, it's not usedGravatar hlopko2018-04-05
* Add toolchain definitions for autoconfigured cc_toolchain entries.Gravatar jcater2018-03-27
* Remove global_whole_archive_open feature from osx crosstoolsGravatar hlopko2018-03-27
* Unify action_configs for static librariesGravatar hlopko2018-03-12
* Introduce a specific action_config for linking nodeps dynamic librariesGravatar hlopko2018-03-01
* Put @loader_path, not $ORIGIN into rpath flags on macGravatar hlopko2018-02-23
* Automated rollback of commit c7e343ad314aeab6283b5939bc8126a112140a11.Gravatar plf2018-02-16
* Fix CROSSTOOL.tpl to correctly target watchos_i386.Gravatar kaipi2018-02-13
* C++: Allows adding linkopts through file.Gravatar plf2018-02-12
* Introduce -c source_file -o output_file build variablesGravatar hlopko2018-02-08
* Converts wrapped_clang from a bash script to a C++ source file which is compi...Gravatar kaipi2018-02-06
* Migrate uses of xcode_config_alias to use the recently-introduced skylark lat...Gravatar cparsons2017-12-20
* Add two action types to the list of those requiring apple_envGravatar cparsons2017-12-18
* Fix some broken targets and failing tests.Gravatar ajmichael2017-12-06
* Remove `-R` flags from the MacOS crosstool template.Gravatar John Millikin2017-12-04
* Remove uses of ar_flag and uses_action_config_for_arGravatar hlopko2017-11-23
* Remove bazel's --experimental_skip_static_outputs option.Gravatar Googler2017-11-10
* Adds "-fno-autolink" to ObjC compilation actions to avoid using the autolink ...Gravatar kaipi2017-10-27
* Automated rollback of commit e9b10399f6a148a3d20442f2c5020b05fa891873.Gravatar twerth2017-10-24
* Move hard-coded compilation-mode-specific flags in ObjcConfiguration.Gravatar cpeyser2017-10-23
* Minor update to a docstring.Gravatar lberki2017-10-23
* Strip Xcode versions like "9.0gm" for the version flag.Gravatar lberki2017-10-20
* Add Skylark code that exports the current Xcode version and the Apple SDK ver...Gravatar lberki2017-10-18
* Use FeatureConfiguration to compute linkstamping compile command lineGravatar hlopko2017-09-25
* This time for sure: stop using --undefined dynamic_lookup in osx linking.Gravatar Googler2017-09-21
* Automated rollback of commit f26e8694ae78599b3e2004e3360eaf3443fa53a6.Gravatar hlopko2017-09-18
* Introduce -c source_file -o output_file build variablesGravatar hlopko2017-09-14
* Expose sysroot as a build variableGravatar hlopko2017-09-12
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-11
* Create an empty filegroup if Bazel doesn't support xcode_config_alias yet.Gravatar lberki2017-09-08
* Internal changeGravatar kush2017-09-07