aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions/AbstractAction.java
Commit message (Expand)AuthorAge
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Prune modules when building modules themselves to reduce build times shortenGravatar Googler2016-12-02
* Properly handle bazel's output deletion within a write-protected directory.Gravatar Kush Chakraborty2016-11-23
* Fix up documentation for Actions APIGravatar Jon Brandvein2016-11-18
* Expose aspect-related information in the extra-action proto that Bazel hands ...Gravatar Carmi Grushko2016-11-11
* Add experimental flag to stop requiring all transitive modules as inputs.Gravatar Googler2016-10-31
* [Roll-forward] Rollback of commit dd299dbc61be51112534a4698f7cf2deee43053b.Gravatar Jon Brandvein2016-10-12
* Rollback of commit e025939e71b179ae0f6bd09ef3af474f49b853a2.Gravatar Ulf Adams2016-10-11
* Add API for individual actionsGravatar Jon Brandvein2016-10-05
* Update ActionMetadata -> ActionExecutionMetadata references.Gravatar Greg Estren2016-09-28
* Action#discoverInputs returns an Iterable<Artifact> instead of aGravatar Cal Peyser2016-08-25
* Extend Action interface by client variablesGravatar Klaus Aehlig2016-08-24
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* Refactor the Event class; always construct through static methods.Gravatar Ulf Adams2016-04-21
* Add javadoc to AbstractAction.computeKey()Gravatar Alex Humesky2016-04-21
* Update the documentation for the Action class.Gravatar Ulf Adams2016-04-18
* Allow actions to specify if extra actions can attach to them.Gravatar Janak Ramakrishnan2016-04-07
* Make ActionOwner a final class, since all non-test implementations were basic...Gravatar Janak Ramakrishnan2016-03-21
* Little refactorings on resource management stuff:Gravatar Philipp Wollermann2016-02-28
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* workers: Restart worker processes when their binary has changed since they we...Gravatar Philipp Wollermann2015-11-05
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Cleanup Skylark types some moreGravatar Francois-Rene Rideau2015-09-17
* Eliminate BuildConfiguration.getShortName().Gravatar Lukacs Berki2015-06-29
* Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...Gravatar Lukacs Berki2015-06-29
* Handle exceptions encountered resolving packages during the execution phaseGravatar Michajlo Matijkiw2015-06-10
* Improve an error messageGravatar Francois-Rene Rideau2015-06-03
* Add runfiles to metadata caches and make them isFile awareGravatar Michajlo Matijkiw2015-05-26
* remove ActionMetadata#getInputCountGravatar Michajlo Matijkiw2015-03-23
* Delay updating inputs of an action when processing the action cache until it ...Gravatar Janak Ramakrishnan2015-03-20
* add baseline functionality for not saving unused artifactsGravatar Michajlo Matijkiw2015-03-13
* Return the set of files found when discovering inputs. Skyframe will probably...Gravatar Janak Ramakrishnan2015-03-11
* Convert ResourceSet ctor calls to factory methodGravatar Mark Schaller2015-02-20
* Replace some calls to ArtifactFactory.resolveSourceArtifact(PathFragment exec...Gravatar Marian Lobur2015-02-11
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25