aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/extra
Commit message (Expand)AuthorAge
* 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
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Fix $(location //external:some_tool) expansion for genrules.Gravatar Brian Silverman2015-08-28
* Check that most output artifacts are under a directory determined by the repo...Gravatar Lukacs Berki2015-07-29
* Handle exceptions encountered resolving packages during the execution phaseGravatar Michajlo Matijkiw2015-06-10
* Give each extra action script file a unique name to avoid action conflicts wh...Gravatar Janak Ramakrishnan2015-05-27
* 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
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Make it possible for SpawnActions to run unconditionally.Gravatar Lukacs Berki2015-02-26
* Allows users of CommandHelper to override the default shell executable.Gravatar Googler2015-02-11
* 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