aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/TargetCompletionValue.java
Commit message (Expand)AuthorAge
* Add functionality to SerializationContext and @AutoCodec to check that a clas...Gravatar janakr2018-06-05
* Remove ConfiguredTarget from TargetCompletionValue, since it is no longer nee...Gravatar janakr2018-06-04
* Remove some more #getConfiguration calls (and some transitive ones through Co...Gravatar janakr2018-03-27
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Add some more codecs to execution-phase SkyKeys.Gravatar janakr2018-02-15
* Cleanup: remove use of LegacySkyKey for TargetCompletionKeyGravatar ulfjack2018-01-08
* Move TargetCompleteEvent generation to the CompletionFunctionGravatar ulfjack2017-12-22
* Get rid of LabelAndConfiguration class: ConfiguredTargetKey contains the same...Gravatar janakr2017-12-20
* Automated rollback of commit bb0aba3e91b603bf96d4e214a3886d1f47c3d90a.Gravatar janakr2017-08-24
* Request test artifacts to be built in parallel with running the test.Gravatar janakr2017-08-24
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Model the TopLevelArtifactContext as an argument to the CompletionFunction ra...Gravatar Googler2016-07-18
* Take aliases into consideration when creating a LabelAndConfiguration from a ...Gravatar Lukacs Berki2016-05-19
* Make "blaze run" work with aliases.Gravatar Lukacs Berki2016-05-19
* Use static creation method for SkyKey. This allows interning SkyKeys as they ...Gravatar Janak Ramakrishnan2016-03-03
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25