aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* Automated rollback of commit eb587075b0d6ffab1cf9e69ede1b7e547905e547.Gravatar janakr2018-07-16
* Fix misspelling in https://github.com/bazelbuild/bazel/commit/b39c69394c5e799...Gravatar kush2018-07-13
* Stop requiring the creation and storage of FileStateValues within ResolvedFil...Gravatar kush2018-07-12
* Store the hashCode as an Int instead of a string in FilesetOutputSymlink, andGravatar kush2018-07-11
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Make the FileArtifactvalue of generated targets available via the FilesetOutp...Gravatar kush2018-07-11
* Omit parts of BEP events (like stdout, stderr) when the associated artifact u...Gravatar tomlu2018-07-11
* Remove the "slow read" warning when using multi-threaded digesting.Gravatar philwo2018-07-11
* Fix typo in javadoc for FileValue#realRootedPath.Gravatar shreyax2018-07-09
* PiperOrigin-RevId: 203687257Gravatar Googler2018-07-08
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Include more information about build events' referenced local files.Gravatar tomlu2018-07-04
* Relax the threshold for calling getDigestInExclusiveMode().Gravatar Googler2018-07-02
* Eliminates unnecessary comparisons in ActionInputMap.resize.Gravatar shahan2018-06-29
* Add an interner for non source artifacts that are deserialized.Gravatar mjhalupka2018-06-27
* Instead of depending on mutable inputs of upstream CppCompileAction instances,Gravatar shahan2018-06-26
* Add some debugging info to ArtifactFactory, and allow tests to access the Art...Gravatar janakr2018-06-22
* Add a method in FileArtifactValue to create a new instance given an existing ...Gravatar felly2018-06-22
* Automated rollback of commit 45b308a62f42c2c0bcfe79dcd4046c4025a31059.Gravatar janakr2018-06-20
* Stop holding on to the Action and ActionKeyContext in ActionConflictException...Gravatar janakr2018-06-19
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* 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