aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe/ActionTemplateExpansionFunctionTest.java
Commit message (Expand)AuthorAge
* Refactor ArtifactSkyKey to get rid of an unnecessary wrapper class: actually ...Gravatar janakr2018-02-05
* Add type assertion that TreeFileArtifact's parentTreeArtifact member is aGravatar cpeyser2018-02-05
* Start serializing ArtifactOwner: put in a simple codec for the null artifact ...Gravatar janakr2018-01-19
* Introduce Root class.Gravatar tomlu2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Update PathPackageLocator to take a list of potential build file names,Gravatar John Cater2017-11-28
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Allow NodeEntry implementations to keep just deps, as opposed to all edges or...Gravatar janakr2017-10-10
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Refactor FileArtifactValue and ArtifactValue now that presence of mtime and d...Gravatar Janak Ramakrishnan2016-08-01
* Skyframe changes to support SpawnActionTemplate.Gravatar Rumou Duan2016-06-07