index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
actions
/
ActionOwner.java
Commit message (
Expand
)
Author
Age
*
ActionOwner references only BuildEvent instead of full BuildConfiguration
shahan
2018-03-10
*
Deletes CODEC fields now that they are no longer needed.
shahan
2018-02-28
*
Add a CODEC for CppCompileAction.
cpeyser
2018-02-14
*
Narrow type of "configuration" field in ActionOwner. It is only ever a BuildC...
janakr
2018-02-09
*
Fix Action subclasses so that the execution platform is properly set in
John Cater
2018-01-04
*
Replace all usages of Blaze's Preconditions class with guava.
tomlu
2017-11-09
*
BEP: Report configuration for all actions
Klaus Aehlig
2017-07-14
*
Names of extra-action protos now take into account all aspect names.
Dmitry Lomov
2016-12-16
*
Expose aspect-related information in the extra-action proto that Bazel hands ...
Carmi Grushko
2016-11-11
*
Migrate ActionOwner to @AutoValue.
Carmi Grushko
2016-11-10
*
Review a number of action subclasses and update them according to the spec.
Ulf Adams
2016-04-19
*
Make ActionOwner a final class, since all non-test implementations were basic...
Janak Ramakrishnan
2016-03-21
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Move Label from the lib.syntax to the lib.cmdline package so that:
Lukacs Berki
2015-09-21
*
Eliminate BuildConfiguration.getShortName().
Lukacs Berki
2015-06-29
*
Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...
Lukacs Berki
2015-06-29
*
Update from Google.
Han-Wen Nienhuys
2015-02-25