aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* Make ActionLookupData a SkyKey. Should save some memory.Gravatar janakr2018-02-14
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Add a mechanism to SpawnResult to return an in-memory outputGravatar ulfjack2018-02-12
* Update documentation about Files.Gravatar laurentlb2018-02-12
* Narrow type of "configuration" field in ActionOwner. It is only ever a BuildC...Gravatar janakr2018-02-09
* Replace path implementation.Gravatar tomlu2018-02-08
* Introduce -c source_file -o output_file build variablesGravatar hlopko2018-02-08
* Fix Fileset incrementality bug when Fileset consumes a generated file. The na...Gravatar felly2018-02-05
* Add type assertion that TreeFileArtifact's parentTreeArtifact member is aGravatar cpeyser2018-02-05
* Add a CODEC for Artifact.Gravatar cpeyser2018-02-01
* Use nested set cache in key computation for CustomCommandLine.Gravatar tomlu2018-01-29
* 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
* Clean up ArtifactRoot.Gravatar tomlu2018-01-18
* Add absolute root concept.Gravatar tomlu2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Remove EventBus from SkyframeActionExecutorGravatar ulfjack2018-01-16
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Remove use of Root#asDerivedRoot where the derived root == exec root.Gravatar tomlu2018-01-15
* Remove test methods from ArtifactFactory and Root that violate root invariants.Gravatar tomlu2018-01-15
* Deletes unused code: ArtifactIdRegistry, ArtifactSerializer / Deserializer.Gravatar shahan2018-01-15
* Remove isMainRepo from Root.Gravatar tomlu2018-01-12
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11
* Adjust semantics of Metadata interface, remove isFile (use getType)Gravatar ulfjack2018-01-10
* Use EmptyActionInput instead of null in SpawnInputExpanderGravatar ulfjack2018-01-08
* Fix Action subclasses so that the execution platform is properly set inGravatar John Cater2018-01-04
* Redo FileType to reduce generated garbage.Gravatar tomlu2017-12-22
* Move FileStateValue.Type to Metadata; add Metadata.getType()Gravatar ulfjack2017-12-21
* 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
* Remove hyperthreading multiplier to improve performance.Gravatar dmaclach2017-12-12
* Remove hyperthreading multiplier to improve performance.Gravatar dmaclach2017-12-11
* Clarify documentation about File.basenameGravatar laurentlb2017-12-11
* Fix: uploading artifacts of failed actions to remote cache stopped working.Gravatar olaola2017-12-11
* Avoid expansion of NestedSets in MiddlemanFactory.Gravatar Benjamin Peterson2017-12-11
* Add fields to record block I/O and involuntary context switch execution stati...Gravatar ruperts2017-12-08
* Pass file system to Path operations.Gravatar tomlu2017-12-06
* Added execution platform to the ActionExecutionMetadata.Gravatar John Cater2017-12-04
* Add user and system execution time to provide total CPU execution time for ea...Gravatar ruperts2017-12-01
* Make "timeout" a constant in ExecutionRequirementsGravatar ulfjack2017-11-30
* Take MB/s into account for the Slow read message.Gravatar Austin Schuh2017-11-30
* Successful SpawnResult is not a user error.Gravatar buchgr2017-11-30
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Remove some unused extension points.Gravatar Googler2017-11-29
* Add user and system time to CommandResults, and plumb them into SpawnResults.Gravatar ruperts2017-11-29
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Simplify SpawnRunner interfaceGravatar ulfjack2017-11-28
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21