aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions/ArtifactRoot.java
Commit message (Expand)AuthorAge
* Migrate the skylark interfaces of Artifact and ArtifactRoot to skylarkbuildapiGravatar cparsons2018-05-01
* Remove all callers of ArtifactRoot.asSourcePath from production code besides ...Gravatar janakr2018-04-11
* ArtifactRoot correctly switches output base when serializing.Gravatar shahan2018-03-28
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Add a CODEC for Artifact.Gravatar cpeyser2018-02-01
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Clean up ArtifactRoot.Gravatar tomlu2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16