aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions/Action.java
Commit message (Expand)AuthorAge
* Remove the need for discoverInputsStage2(). Much like every other SkyframeGravatar Googler2018-08-01
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* Serialize MiddlemanAction and add strategy=Strategy.Polymorphic for Action andGravatar mjhalupka2018-02-20
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Remove some unused extension points.Gravatar Googler2017-11-29
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Move extra action stuff to analysis.extraGravatar ulfjack2017-08-10
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* Clean up the semantics of input discovering actions a bit by making updateInp...Gravatar Lukacs Berki2017-02-28
* 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
* Prune modules when building modules themselves to reduce build times shortenGravatar Googler2016-12-02
* Add experimental flag to stop requiring all transitive modules as inputs.Gravatar Googler2016-10-31
* Update ActionMetadata -> ActionExecutionMetadata references.Gravatar Greg Estren2016-09-28
* Action#discoverInputs returns an Iterable<Artifact> instead of aGravatar Cal Peyser2016-08-25
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Clarify that input/output names should be in cache key.Gravatar Janak Ramakrishnan2016-06-01
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* 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
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Handle exceptions encountered resolving packages during the execution phaseGravatar Michajlo Matijkiw2015-06-10
* Delay updating inputs of an action when processing the action cache until it ...Gravatar Janak Ramakrishnan2015-03-20
* Return the set of files found when discovering inputs. Skyframe will probably...Gravatar Janak Ramakrishnan2015-03-11
* Replace some calls to ArtifactFactory.resolveSourceArtifact(PathFragment exec...Gravatar Marian Lobur2015-02-11
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25