aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions/Artifact.java
Commit message (Expand)AuthorAge
* 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
* Add 'ctx.actions' and implement 'ctx.action.declare_file'.Gravatar dslomov2017-06-27
* Automated g4 rollback of commit 7beadb7277453efec7e12b925005e7f0e003b592.Gravatar nharmata2017-05-03
* Automated g4 rollback of commit 38b835097f9ae9a6062172b8a33ec2e2d1edde20.Gravatar dmarting2017-05-02
* Only allocate some formerly frequently allocated PathFragment objects once.Gravatar nharmata2017-05-02
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Change print(artifact) to return "File" instead of "Artifact"Gravatar vladmos2017-03-29
* Add ActionInput.getExecPath, which returns a PathFragmentGravatar Ulf Adams2017-03-21
* Rollback of commit 59180a4ea66b1395b5b85defd732859ecae919ea.Gravatar Yue Gan2017-03-20
* Add SpawnInputExpander helper class to arrange runfiles for spawn strategiesGravatar Ulf Adams2017-03-17
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Disallow comparison of objects of different types in SkylarkGravatar Vladimir Moskva2017-02-16
* Introduce CppCompileActionTemplate, which expands into a list of CppCompileAc...Gravatar Rumou Duan2017-02-10
* Some little changes to prep for rolling forward the execroot changeGravatar Kristina Chodorow2017-01-05