aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcCompileAction.java
Commit message (Expand)AuthorAge
* Remove legacy implementation of objc compilation/archiving/linking.Gravatar cpeyser2017-11-06
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Export apple_host_system_env and target_apple_env through apple_common (as op...Gravatar lberki2017-10-16
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Fix memory regression from CL/160891204.Gravatar tomlu2017-07-10
* Platform -> ApplePlatform, to avoid ambiguity with the newly introducedGravatar cpeyser2017-07-07
* Update SpawnAction to take an ActionEnvironmentGravatar ulfjack2017-07-05
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Use nested sets for configured target runfiles instead of flattened lists.Gravatar Googler2017-05-26
* Remove methods from CommandLine, making it a simple argument list interface.Gravatar Googler2017-05-15
* Parse /showIncludes output for MSVC compilerGravatar Yun Peng2017-04-25
* Adds support for the header thinning feature to the new Objective-C rule impl...Gravatar Googler2017-03-03
* Clean up the semantics of input discovering actions a bit by making updateInp...Gravatar Lukacs Berki2017-02-28
* Remove AbtractAction#getInputsForExtraAction() (the third time).Gravatar Lukacs Berki2017-02-27
* Fixes issue with ObjcCompileAction where extra action funcitonality is unableGravatar Googler2017-02-27
* Change header thinning feature to use dotd pruning to update action inputs.Gravatar Googler2017-02-17
* Correct support for TreeArtifacts with ObjC header thinning feature.Gravatar Googler2017-02-15
* Remove AbstractAction#getInputFilesForExtraAction().Gravatar Lukacs Berki2017-02-03
* Experimental feature to do header thinning of Objective-C compilation actions.Gravatar Googler2017-02-03
* Simplify the Action interface by asking it a set of allowed inputs instead of...Gravatar Lukacs Berki2017-02-02
* Simplify action input discovery by removing Action#getInputsWhenSkippingInput...Gravatar Lukacs Berki2017-01-31
* Switch to RunfilesSuppliers for communicating runfilesGravatar Michajlo Matijkiw2017-01-30
* ObjcCompileAction does not signal to skyframe that it discovers inputs.Gravatar Cal Peyser2016-11-17
* Description redacted.Gravatar Cal Peyser2016-11-16
* Implement action cache resolution for ObjcCompileAction. This allows forGravatar Cal Peyser2016-11-11
* ObjcCompileAction provides all headers to sandboxed execution. This allowsGravatar Cal Peyser2016-11-11
* Rollback, breaks dependent code.Gravatar Jon Brandvein2016-11-02
* ObjcCompileAction provides all headers to sandboxed execution. This allowsGravatar Cal Peyser2016-10-31
* Make the .d file a mandatory output of the ObjcCompileAction.Gravatar Cal Peyser2016-10-10
* Implement input pruning using .d files in objc behind a flag that defaults toGravatar Cal Peyser2016-09-28
* Rollback of commit 4946ab9d5b5d78862c043e35342107a1b9b2f398.Gravatar Cal Peyser2016-09-23
* Implement input pruning using .d files in objc.Gravatar Cal Peyser2016-09-22
* Rollback of commit a85bf4b19c680a6db11f21758847dc88ec0aa658.Gravatar Cal Peyser2016-09-16
* Implement input pruning using .d files in objc.Gravatar Cal Peyser2016-09-09
* Rollback of commit 4689c5d1d2faf902846b100b8d858d172a0ceb3d.Gravatar Cal Peyser2016-09-06
* Implement input pruning using .d files in objc.Gravatar Cal Peyser2016-09-06
* Description redacted.Gravatar Cal Peyser2016-09-02
* Implement input pruning using .d files in objc.Gravatar Cal Peyser2016-09-02