aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/osx/crosstool
Commit message (Expand)AuthorAge
* Add objc-fully-link to the list of actions that require the apple_env feature...Gravatar kaipi2018-08-06
* 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
* 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
* 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
* Add two action types to the list of those requiring apple_envGravatar cparsons2017-12-18
* 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
* 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
* Internal changeGravatar kush2017-09-07
* Introduce unfiltered_compile_flags build variable, rename copts variable to u...Gravatar hlopko2017-09-06
* fix "weak_framwork_names" crosstool feature typoGravatar cparsons2017-08-30
* PiperOrigin-RevId: 164803219Gravatar rduan2017-08-10
* Make sure copts is the last feature in osx crosstoolsGravatar hlopko2017-08-04
* Use feature configuration to construct command line for 'strip' actionGravatar hlopko2017-08-03
* CppLinkAction decides execution platform based on action_configs.Gravatar cpeyser2017-08-03
* Expose wrapped_clang_pp in osx crosstool for ObjC++Gravatar rmalik2017-08-03
* Simplify copts handling and expose them as a build variableGravatar hlopko2017-08-02
* Remove implicit iteration from CrosstoolGravatar hlopko2017-07-05
* Make osx crosstool standalone (working without bazel patches)Gravatar hlopko2017-07-03
* Use tool from action_config for link-executable and link-dynamic-lib actionsGravatar hlopko2017-06-21
* Use wrapped_ar on darwin in cc_configure.bzlGravatar hlopko2017-06-20
* Make C++ archiving use action_configs instead of hardcoded flagsGravatar hlopko2017-06-01