aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/CrosstoolCompilationSupport.java
Commit message (Expand)AuthorAge
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Automated rollback of commit f26e8694ae78599b3e2004e3360eaf3443fa53a6.Gravatar hlopko2017-09-18
* Introduce -c source_file -o output_file build variablesGravatar hlopko2017-09-14
* Automated rollback of commit fc41c430e4de4594a1d699f573d191cbad52a2fb.Gravatar plf2017-09-01
* Move ObjcProvider FLAG into a new provider type (TransitiveSourcesProvider) t...Gravatar cpeyser2017-08-30
* Change bug tracking in TODOs for LegacyCompilationSupport deprecation.Gravatar cparsons2017-08-30
* Automated rollback of commit 1af9b1e2238c3b43a2b66233495ecf7b6ef4dcab.Gravatar Googler2017-08-25
* Blaze exports a feature for actions with objective c source in their transitiveGravatar cpeyser2017-08-22
* j2objc java tests work for --experimental_objc_crosstool=allGravatar cpeyser2017-08-21
* Automated rollback of commit 6cfffdf37e11018c7e6e2cabc90440d6d29c819b.Gravatar cpeyser2017-08-02
* Simplify copts handling and expose them as a build variableGravatar hlopko2017-08-02
* Handle multiple crosstool features providing the same symbol cleanlyGravatar hlopko2017-07-24
* Add module_map attribute to objc_libraryGravatar Googler2017-07-14
* Add ObjcProvider.LINK_INPUTS as inputs to CROSSTOOL link actions.Gravatar allevato2017-07-13
* Do not NPE crash when C++ actions are not configured in crosstoolGravatar hlopko2017-07-07
* Automated rollback of commit 9000e61fc1737444392ffe251727e8331fab3cf2.Gravatar Googler2017-07-07
* Switch from using set/getPchFile on CompilationArtifacts to a doNotUsePch opt...Gravatar Googler2017-07-07
* Make osx crosstool standalone (working without bazel patches)Gravatar hlopko2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Pick up default crosstool features in objc.Gravatar rduan2017-06-30
* Make sure that objc_ and apple_binary pass the host/nonhost feature flag forGravatar Googler2017-06-29
* Automated g4 rollback of commit 29ec1b89989db411d2038e2df8657b6435f80403.Gravatar fwe2017-06-13
* Specify isTestRule as an input to CompilationSupport instead of from the curr...Gravatar cparsons2017-06-06
* Add FeatureSpecification.Gravatar hlopko2017-05-30
* Change ProtobufSupport to use CrosstoolCompilationSupport if experimental_obj...Gravatar Googler2017-05-30
* Extract :cc_toolchain as constantGravatar hlopko2017-05-22
* Roll forward of https://github.com/bazelbuild/bazel/commit/5f31944b8942818aaf...Gravatar Googler2017-05-02
* Automated g4 rollback of commit a83a5df53ca184ad59a4a46cd9dfa747bf08007a.Gravatar Googler2017-04-30
* Custom module map for j2objc_libraryGravatar Googler2017-04-30
* Archiving with --experimental_objc_crosstool=all/library includes precompiledGravatar cpeyser2017-04-26
* Export the FILES_TO_COMPILE output group from the objc rules. Add a builder ...Gravatar cpeyser2017-04-25
* Remove unused dsym type info from ObjcVariablesExtension.Gravatar cpeyser2017-04-20
* Add bitcode support to objc crosstool linking.Gravatar cpeyser2017-04-18
* Introduce linkmap support for --experimental_objc_crosstool=allGravatar cpeyser2017-04-18
* Bundle loader is passed to link actions for ios_test usingGravatar cpeyser2017-04-06
* objc_proto_library does not pick up generated cc code in compile actions.Gravatar cpeyser2017-04-05
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Iterable -> ImmutableList for ACTIVATED_ACTIONS in order to respect https://g...Gravatar cpeyser2017-04-04
* Implement DSYM generation for the CROSSTOOL rules.Gravatar cpeyser2017-04-04
* Actions arising from experimental_objc_library in opt mode do not use "-g0" ifGravatar cpeyser2017-03-29
* Apple binary configures actions not just with it's child's config and provider,Gravatar Cal Peyser2017-03-28
* Finish implementing binary stripping for --experimental_objc_crosstool=all.Gravatar Cal Peyser2017-03-24
* Correct header thinning in ObjC crosstool rules so that objc_frameworkGravatar Googler2017-03-23
* Sink automatic SDK frameworks into legacy compilation support.Gravatar Googler2017-03-17
* Refactor scheduling of LTO Backend actions into CppLinkActionBuilderGravatar Googler2017-03-14
* Implement coverage support for experimental_objc_libraryGravatar Cal Peyser2017-03-14
* Adds support for the header thinning feature to the new Objective-C rule impl...Gravatar Googler2017-03-03
* ios_test provides test-specific command line args when using the crosstool.Gravatar Cal Peyser2017-03-02
* RELNOTES: Activate the "dead_strip" feature if objc binary stripping is enabled.Gravatar Googler2017-02-27
* CrosstoolCompilationSupport registers a binary strip action when binaryGravatar Cal Peyser2017-02-27