aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
...
* Refactoring: uses OutputService for ActionFileSystem injectionGravatar shahan2018-06-18
* Add a mechanism for build event protocol events to upload filesGravatar ulfjack2018-06-15
* Add functionality to make certain SkyValues unshareable, meaning they are not...Gravatar janakr2018-06-13
* Pass ActionFS paths through to action-level FileOutErr for the Action's stdou...Gravatar felly2018-06-13
* Unify path resolution codepaths.Gravatar felly2018-06-08
* Make Artifact#equals take the owner into account for derived artifacts.Gravatar janakr2018-06-08
* ActionFS correctly tracks symlink sources.Gravatar shahan2018-06-08
* Use unsafe String operations when writing parameter files.Gravatar tomlu2018-06-08
* Deletes default implemetation of MetadataProvider.getInputGravatar shahan2018-06-08
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* MetadataProvider now provides ActionInput lookup by exec path.Gravatar shahan2018-06-05
* Removes most ActionInputFileCache functionality.Gravatar shahan2018-06-01
* Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes...Gravatar Dmitry Lomov2018-05-30
* When in use, always return ActionFS paths from the ActionExecutionContext. In...Gravatar felly2018-05-24
* RemoteFileArtifactValue no longer tracks mtime.Gravatar shahan2018-05-24
* Automated rollback of commit 724bdbfa47576c67eeec5c74d594203fe05188c7.Gravatar laszlocsomor2018-05-23
* Remove some dead AbstractAction constructorsGravatar ulfjack2018-05-23
* Relax the threshold for calling getDigestInExclusiveMode().Gravatar Googler2018-05-22
* Remove special handling of SpawnActionContext in Executor/ActionExecContextGravatar ulfjack2018-05-22
* Add a helper method to compute timeouts with a default valueGravatar ulfjack2018-05-22
* Rename BuildEventConverters to BuildEventContextGravatar ulfjack2018-05-17
* Rename CommandAction.getEnvironment, add AbstractAction.getEnvironmentGravatar ulfjack2018-05-17
* Fix Cpp{Compile,Link}Action environment and cache key computationGravatar ulfjack2018-05-17
* Slightly refactor SpawnAction to improve env handlingGravatar ulfjack2018-05-15
* ActionFS cleanupGravatar shahan2018-05-11
* Adds an action-scoped filesystem.Gravatar shahan2018-05-09
* Narrow synchronized section of ArtifactFactory#getArtifact to avoid contentio...Gravatar janakr2018-05-07
* Do not spawn local actions when available memory is too lowGravatar Josh Pieper2018-05-04
* Use ConcurrentHashMap directly instead of MapMaker.Gravatar Googler2018-05-03
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Migrate AbstractAction and SkylarkActionFactory to buildapiGravatar cparsons2018-05-01
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Migrate the skylark interfaces of Artifact and ArtifactRoot to skylarkbuildapiGravatar cparsons2018-05-01
* Support ParamFileActionInput in LocalSpawnRunner.Gravatar tomlu2018-04-30
* Adds support for remote files.Gravatar shahan2018-04-26
* Add execution information to standalone test results.Gravatar Benjamin Peterson2018-04-26
* Support deferred param files.Gravatar tomlu2018-04-25
* SourceArtifacts are interned on deserialization using an ArtifactFactory. Th...Gravatar cpeyser2018-04-24
* 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