aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/ActionExecutionFunction.java
Commit message (Expand)AuthorAge
* Support for handling TreeArtifact metadata and returning TreeArtifacts from A...Gravatar Michael Thvedt2016-02-09
* Rename MiddlemanExpander to ArtifactExpander, and refactor it to yield Artifa...Gravatar Michael Thvedt2016-02-09
* Allow an exit code to be specified in the ActionExecutionException when an ac...Gravatar Googler2016-01-25
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Fail build gracefully if an action discovers unexpected inputs.Gravatar Janak Ramakrishnan2015-12-08
* When getting package roots for exec paths, don't start with the file, which i...Gravatar Janak Ramakrishnan2015-11-13
* Add debugging info in case of unexpected crash.Gravatar Janak Ramakrishnan2015-10-06
* 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
* Make exception in case a test tries to remote-log more informative.Gravatar Janak Ramakrishnan2015-09-17
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Actions can now request Skyframe dependencies and bypass action cache checking.Gravatar Laszlo Csomor2015-07-10
* Relax invariant that an action's inputs discovered during execution must be i...Gravatar Janak Ramakrishnan2015-07-01
* Move dependency declaration out of finally block.Gravatar Janak Ramakrishnan2015-07-01
* Add some utilities and relax some visibility restrictions to make alternative...Gravatar Janak Ramakrishnan2015-06-19
* Handle exceptions encountered resolving packages during the execution phaseGravatar Michajlo Matijkiw2015-06-10
* Add runfiles to metadata caches and make them isFile awareGravatar Michajlo Matijkiw2015-05-26
* Allow globs to be used outside of the skyframe package.Gravatar Janak Ramakrishnan2015-05-15
* Mostly-automated roll-forward to return ActionInput objects from the ActionIn...Gravatar Janak Ramakrishnan2015-04-06
* Split FileAndMetadataCache into two classes, since most of the shared functio...Gravatar Janak Ramakrishnan2015-04-06
* Resolve inputs that were stored in action cache ahead of time so metadata for...Gravatar Janak Ramakrishnan2015-03-30
* Move action-cache updating to inside ActionExecutionFunction, in preparation ...Gravatar Janak Ramakrishnan2015-03-30
* Fix bug where inputs are updated from action cache but not tracked in Skyframe.Gravatar Janak Ramakrishnan2015-03-26
* Rolling forward rolled back change that did declared dependencies on discover...Gravatar Janak Ramakrishnan2015-03-23
* Delay updating inputs of an action when processing the action cache until it ...Gravatar Janak Ramakrishnan2015-03-20
* Automated [] rollback of [].Gravatar Ulf Adams2015-03-16
* Declare dependencies on discovered inputs before execution instead of after.Gravatar Janak Ramakrishnan2015-03-13
* Add OutErr#close, and call that in test strategies.Gravatar Han-Wen Nienhuys2015-02-18
* Replace some calls to ArtifactFactory.resolveSourceArtifact(PathFragment exec...Gravatar Marian Lobur2015-02-11
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25