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
/
skyframe
/
CompletionFunction.java
Commit message (
Expand
)
Author
Age
*
Get rid of a few more #getConfiguration() calls. We're now passing a Configur...
janakr
2018-03-27
*
BEP: also report the built artifacts in case of a test
Klaus Aehlig
2018-03-26
*
Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...
janakr
2018-03-02
*
Get rid of the last reference to getAttributeMapper by keeping packages which
mjhalupka
2018-02-13
*
Remove references to ConfiguredTarget.getTarget() in CompletionFunction.
mjhalupka
2018-01-31
*
Convert ActionLookupKey implementations to directly implement SkyKey, removin...
janakr
2018-01-11
*
After getting rid of LabelAndConfiguration, simplify some code by providing a...
janakr
2017-12-28
*
Move TargetCompleteEvent generation to the CompletionFunction
ulfjack
2017-12-22
*
Get rid of LabelAndConfiguration class: ConfiguredTargetKey contains the same...
janakr
2017-12-20
*
Prefer catastrophic action execution exceptions to non-catastrophic ones. Thi...
janakr
2017-11-07
*
Automated rollback of commit bb0aba3e91b603bf96d4e214a3886d1f47c3d90a.
janakr
2017-08-24
*
Request test artifacts to be built in parallel with running the test.
janakr
2017-08-24
*
Aspects-on-aspects implementation.
Dmitry Lomov
2016-11-15
*
Add a new concept of failure causes
Klaus Aehlig
2016-10-25
*
Allow Skyframe graph lookups and value retrievals to throw InterruptedException.
Janak Ramakrishnan
2016-08-16
*
Refactor FileArtifactValue and ArtifactValue now that presence of mtime and d...
Janak Ramakrishnan
2016-08-01
*
Model the TopLevelArtifactContext as an argument to the CompletionFunction ra...
Googler
2016-07-18
*
Aspect terminology update.
Dmitry Lomov
2015-11-10
*
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
*
A prototype implementation of top-level aspects.
Dmitry Lomov
2015-08-20