aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* Add helpful functionality to CommandLines.Gravatar tomlu2018-04-17
* Cleanup Artifact.getPath() usage surrounding Fingerprint.Gravatar shahan2018-04-16
* Update format implementation in ctx.actions.args.Gravatar tomlu2018-04-16
* Rename CommandLinesAndParamFiles -> CommandLines.Gravatar tomlu2018-04-13
* Document the new ctx.actions.args() APIGravatar brandjon2018-04-12
* Plumbs ActionExecutionContext into AbstractAction.checkOutputsForDirectories.Gravatar shahan2018-04-12
* Remove all callers of ArtifactRoot.asSourcePath from production code besides ...Gravatar janakr2018-04-11
* Expose "mnemonic" and "env" on skylark "Action" objects.Gravatar cparsons2018-04-11
* Add CommandLinesAndParamFiles class.Gravatar tomlu2018-04-11
* Also explicitly log the filesystem in ArtifactFactory.validatePathGravatar shahan2018-04-09
* Serialize Artifacts by their root-relative path rather than their exec path. ...Gravatar janakr2018-04-08
* Adds more debug logging to ArtifactFactory validation.Gravatar shahan2018-04-06
* Cleanup Artifact.getPath() call from ActionExecutionException.Gravatar shahan2018-04-05
* Introduces a SourceArtifact type.Gravatar shahan2018-04-05
* Avoids calling getPath() in Artifact.toDetailString().Gravatar shahan2018-04-05
* Tag DirectTraversal with @AutoCodec.Gravatar mjhalupka2018-04-03
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* ArtifactRoot correctly switches output base when serializing.Gravatar shahan2018-03-28
* Ensure Runner name is always set.Gravatar Googler2018-03-27
* Simplify Executor.getSpawnActionContext() by removing mnemonic: spawn is enough.Gravatar Googler2018-03-26
* Simplified ActionContextConsumer by having it operate on a new class which ho...Gravatar Googler2018-03-26
* 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