aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* Bug fix to allow timeout errors for remote spawns.Gravatar Googler2018-03-20
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* Splits the iterableMarshaller into runtime codecs.Gravatar shahan2018-03-14
* Tags some more non-serializable classes (for serialization).Gravatar shahan2018-03-13
* Fix broken links and formattingGravatar brandjon2018-03-10
* ActionOwner references only BuildEvent instead of full BuildConfigurationGravatar shahan2018-03-10
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Automated rollback of commit 96145511b34a2d7be834e3eb05927674e875c813.Gravatar janakr2018-03-05
* Automated rollback of commit eee53d3a33dde441f7e7adaecde81ef2d3db7c1b.Gravatar dannark2018-03-04
* Revamp discussion of executable/test rulesGravatar brandjon2018-03-02
* @AutoCodec ConfiguredTargetValue.Gravatar cpeyser2018-03-02
* Add execution platform information to the action key.Gravatar John Cater2018-03-02
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Refactor the AbstractAction computeKey method to be easier to add invariantsGravatar jcater2018-02-28
* Deletes AutoCodec.Strategy.SINGLETON now that we have @AutoCodec field tags.Gravatar shahan2018-02-28
* Fail gracefully on conflicting actions generated by an aspect. These can come...Gravatar janakr2018-02-26
* Revamp rules.md documentation for filesGravatar brandjon2018-02-26
* @AutoCodec FilesetOutputConfiguredTarget.Gravatar janakr2018-02-23
* Fix Fix crash on incremental builds across configuration changes when using S...Gravatar felly2018-02-23
* Adding a property name to the SpawnRunner. Most runners already had it, I jus...Gravatar olaola2018-02-22
* Add @AutoCodec to SpawnAction. Refactor the SpawnAction API for extra actions...Gravatar cpeyser2018-02-22
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* Adds ObjectCodecRegistry to {Des|S}erializationContext.Gravatar shahan2018-02-20
* Serialize MiddlemanAction and add strategy=Strategy.Polymorphic for Action andGravatar mjhalupka2018-02-20
* Improve some of the names in CommandLine.Gravatar tomlu2018-02-20
* Provide a hacky way to get an ActionInput from BinToolsGravatar ulfjack2018-02-20
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Stop storing ActionTemplate in a SkyKey: it's too heavyweight. Use the same m...Gravatar janakr2018-02-15
* Add a CODEC for CppCompileAction.Gravatar cpeyser2018-02-14
* 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