aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/LtoBackendAction.java
Commit message (Expand)AuthorAge
* Slightly refactor SpawnAction to improve env handlingGravatar ulfjack2018-05-15
* Support deferred param files.Gravatar tomlu2018-04-25
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* Refactor the AbstractAction computeKey method to be easier to add invariantsGravatar jcater2018-02-28
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Fix Action subclasses so that the execution platform is properly set inGravatar John Cater2018-01-04
* Added execution platform to the ActionExecutionMetadata.Gravatar John Cater2017-12-04
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Workaround missing go_* target ThinLTO supportGravatar Googler2017-10-10
* More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte...Gravatar ruperts2017-10-07
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Compute progress message lazily in spawn action.Gravatar tomlu2017-08-03
* Use camel case in names that included "LTO".Gravatar Googler2017-08-02