aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions/AbstractAction.java
Commit message (Expand)AuthorAge
* Make SkylarkValue instances mutable by defaultGravatar vladmos2017-07-11
* Update SpawnAction to take an ActionEnvironmentGravatar ulfjack2017-07-05
* Implement ctx.actions.expand_template.Gravatar dslomov2017-07-05
* Migrate tests to ctx.actions.run/run_shell.Gravatar dslomov2017-07-05
* Refactor PrinterGravatar vladmos2017-07-03
* Introduce ctx.actions.write in place of ctx.file_action.Gravatar dslomov2017-06-30
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* A partial, manual rollback of commit 7af14dfdbd6addb779226c0a103b2a8dc72c16b1.Gravatar Lukacs Berki2017-03-14
* Clean up the semantics of input discovering actions a bit by making updateInp...Gravatar Lukacs Berki2017-02-28
* Remove AbtractAction#getInputsForExtraAction() (the third time).Gravatar Lukacs Berki2017-02-27
* Rollback of commit e716ae46f359dc1361574f44569811ff80a758ac.Gravatar Ulf Adams2017-02-24
* Encore of commit 41c2a26eef89167e807cbc9f33487dc66bb757d3 that removed Abstra...Gravatar Lukacs Berki2017-02-24
* Rollback of commit 41c2a26eef89167e807cbc9f33487dc66bb757d3.Gravatar Carmi Grushko2017-02-20
* Remove AbstractAction#getInputFilesForExtraAction().Gravatar Lukacs Berki2017-02-03
* Simplify the Action interface by asking it a set of allowed inputs instead of...Gravatar Lukacs Berki2017-02-02
* Simplify action input discovery by removing Action#getInputsWhenSkippingInput...Gravatar Lukacs Berki2017-01-31
* 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