aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/packages/util/MOCK_OSX_CROSSTOOL
Commit message (Expand)AuthorAge
* Always use exactly two components in Xcode version featureHEADmasterGravatar bbaren2018-08-15
* Add aarch64 embedded JDK config, MacOS mock toolchain settingsGravatar Arielle Albon2018-07-31
* Prepare CROSSTOOL for dSYM simplificationGravatar Googler2018-07-10
* Set Xcode version as a feature when building Objective-CGravatar bbaren2018-07-02
* Cleanup crosstools from legacyGravatar hlopko2018-07-02
* 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 c++-link-interface-dynamic-library from crosstools, it's not usedGravatar hlopko2018-04-05
* 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
* Introduce -c source_file -o output_file build variablesGravatar hlopko2018-02-08
* Remove `-R` flags from the MacOS crosstool template.Gravatar John Millikin2017-12-04
* 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
* Colorize Clang diagnostic output when building for Apple platforms.Gravatar Googler2017-09-20
* 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
* Open source some objc tests. Most notably, proto and j2objc tests still remai...Gravatar cparsons2017-08-28
* Workaround for ld bug that causes flakiness when using -bitcode_symbol_map.Gravatar allevato2017-08-14
* 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
* Simplify copts handling and expose them as a build variableGravatar hlopko2017-08-02
* Open source unit tests for the objc rules.Gravatar cpeyser2017-07-06