aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/extra/ExtraAction.java
Commit message (Expand)AuthorAge
* Fix extra_actions with sandboxing.Gravatar Brian Silverman2016-01-21
* Propogate BAZEL_VERBOSE_FAILURES and BAZEL_SUBCOMMANDS to the execution envir...Gravatar Cal Peyser2016-01-15
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* --Gravatar Carmi Grushko2015-11-20
* workers: Restart worker processes when their binary has changed since they we...Gravatar Philipp Wollermann2015-11-05
* Make explicit that an extra action always has the same owner as the action it...Gravatar Janak Ramakrishnan2015-10-01
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Handle exceptions encountered resolving packages during the execution phaseGravatar Michajlo Matijkiw2015-06-10
* Stop updating shadowed action's inputs in case of an action cache hit for the...Gravatar Janak Ramakrishnan2015-05-01
* Fix multiple issues with extra actions and input-discovering actions:Gravatar Janak Ramakrishnan2015-04-28
* Support running extra_actions on [].Gravatar Googler2015-04-14
* Create the extra action info in a separate FileWriteAction instead of in the ...Gravatar Janak Ramakrishnan2015-04-06
* 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
* Make it possible for SpawnActions to run unconditionally.Gravatar Lukacs Berki2015-02-26
* Replace some calls to ArtifactFactory.resolveSourceArtifact(PathFragment exec...Gravatar Marian Lobur2015-02-11
* Copy over any input manifests from the shadowed action to the extra action.Gravatar Ulf Adams2015-02-10
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25