aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions/Artifact.java
Commit message (Expand)AuthorAge
* Support tree artifacts in target complete.Gravatar tomlu2018-08-15
* Automated rollback of commit 37bd5f665aa614c6dc640c9d19852dd8d5efb0d8.Gravatar felly2018-08-14
* Automated rollback of commit 3bace1b937934fb2cea6260067ecc1cdbe526847.Gravatar felly2018-08-14
* Track Fileset in artifact expansion.Gravatar felly2018-08-13
* Automated rollback of commit f309ad3be36363070e87eef0ee04b12f4956d601.Gravatar janakr2018-07-24
* Automated rollback of commit d491bf10f42e213292382c98a1dc439537f00f43.Gravatar janakr2018-07-17
* Automated rollback of commit eb587075b0d6ffab1cf9e69ede1b7e547905e547.Gravatar janakr2018-07-16
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Add an interner for non source artifacts that are deserialized.Gravatar mjhalupka2018-06-27
* Automated rollback of commit 45b308a62f42c2c0bcfe79dcd4046c4025a31059.Gravatar janakr2018-06-20
* Make Artifact#equals take the owner into account for derived artifacts.Gravatar janakr2018-06-08
* Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes...Gravatar Dmitry Lomov2018-05-30
* Migrate the skylark interfaces of Artifact and ArtifactRoot to skylarkbuildapiGravatar cparsons2018-05-01
* SourceArtifacts are interned on deserialization using an ArtifactFactory. Th...Gravatar cpeyser2018-04-24
* Document the new ctx.actions.args() APIGravatar brandjon2018-04-12
* Serialize Artifacts by their root-relative path rather than their exec path. ...Gravatar janakr2018-04-08
* Introduces a SourceArtifact type.Gravatar shahan2018-04-05
* Avoids calling getPath() in Artifact.toDetailString().Gravatar shahan2018-04-05
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Revamp rules.md documentation for filesGravatar brandjon2018-02-26
* Fix Fix crash on incremental builds across configuration changes when using S...Gravatar felly2018-02-23
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Update documentation about Files.Gravatar laurentlb2018-02-12
* Replace path implementation.Gravatar tomlu2018-02-08
* Add type assertion that TreeFileArtifact's parentTreeArtifact member is aGravatar cpeyser2018-02-05
* Add a CODEC for Artifact.Gravatar cpeyser2018-02-01
* Add CommandLineItem interface.Gravatar tomlu2018-01-25
* Start serializing ArtifactOwner: put in a simple codec for the null artifact ...Gravatar janakr2018-01-19
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Add absolute root concept.Gravatar tomlu2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Redo FileType to reduce generated garbage.Gravatar tomlu2017-12-22
* Get rid of LabelAndConfiguration class: ConfiguredTargetKey contains the same...Gravatar janakr2017-12-20
* Add a sanity check to prevent creation of Artifacts with an empty pathGravatar ulfjack2017-12-19
* Clarify the documentation for File.dirnameGravatar vladmos2017-12-15
* Clarify documentation about File.basenameGravatar laurentlb2017-12-11
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Internal changeGravatar tomlu2017-09-22
* RELNOTES: Fix documentation typo.Gravatar Googler2017-09-18
* Internal changeGravatar tomlu2017-09-15
* Internal changeGravatar tomlu2017-09-14
* Remove Path instance from Artifact.Gravatar tomlu2017-09-14
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Update documentation on ctx.actions.declare_directory and File.Gravatar dslomov2017-07-10
* Clean up string representations for artifactsGravatar vladmos2017-07-10
* Refactor PrinterGravatar vladmos2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30