aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions/ActionOwner.java
Commit message (Expand)AuthorAge
* ActionOwner references only BuildEvent instead of full BuildConfigurationGravatar shahan2018-03-10
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Add a CODEC for CppCompileAction.Gravatar cpeyser2018-02-14
* Narrow type of "configuration" field in ActionOwner. It is only ever a BuildC...Gravatar janakr2018-02-09
* Fix Action subclasses so that the execution platform is properly set inGravatar John Cater2018-01-04
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* BEP: Report configuration for all actionsGravatar Klaus Aehlig2017-07-14
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Expose aspect-related information in the extra-action proto that Bazel hands ...Gravatar Carmi Grushko2016-11-11
* Migrate ActionOwner to @AutoValue.Gravatar Carmi Grushko2016-11-10
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Make ActionOwner a final class, since all non-test implementations were basic...Gravatar Janak Ramakrishnan2016-03-21
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Eliminate BuildConfiguration.getShortName().Gravatar Lukacs Berki2015-06-29
* Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...Gravatar Lukacs Berki2015-06-29
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25