aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/ActionExecutionFunction.java
Commit message (Expand)AuthorAge
* Simplify ClientEnvironmentValue invalidation.Gravatar Benjamin Peterson2018-03-15
* Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...Gravatar janakr2018-03-02
* Make ActionLookupData a SkyKey. Should save some memory.Gravatar janakr2018-02-14
* Remove EventBus from SkyframeActionExecutorGravatar ulfjack2018-01-16
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Prefer catastrophic action execution exceptions to non-catastrophic ones. Thi...Gravatar janakr2017-11-07
* In PerActionFileCache, tolerate requests for Artifacts that are not in the ca...Gravatar janakr2017-10-10
* Automatic code cleanup.Gravatar cushon2017-09-29
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Rewrite repository lookup to return a failed value rather than throwGravatar ulfjack2017-04-20
* Explicitly document the state transition on MetadataHandlerGravatar ulfjack2017-04-06
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Clean up the semantics of input discovering actions a bit by making updateInp...Gravatar Lukacs Berki2017-02-28
* Fix Cpp action cachingGravatar Ulf Adams2017-02-24
* Adds abstractions for include processing to CppSemanticsGravatar Googler2017-02-07
* Improve the error message added in commit 41ab6db797bac30c8e39fc705254fef329b...Gravatar Lukacs Berki2017-02-02
* Simplify action input discovery by removing Action#getInputsWhenSkippingInput...Gravatar Lukacs Berki2017-01-31
* Make "profile --html --html_details" work again.Gravatar Lukacs Berki2017-01-03
* 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
* Add a new concept of failure causesGravatar Klaus Aehlig2016-10-25
* Add type arguments for JDK7 build.Gravatar Janak Ramakrishnan2016-10-19
* Per action file caching for input TreeArtifact.Gravatar Rumou Duan2016-10-19
* Make environment dependency of actions factor through individual valuesGravatar Klaus Aehlig2016-09-15
* Track client environment in SkyframeGravatar Klaus Aehlig2016-09-14
* Add an "is main repo" field to RootsGravatar Kristina Chodorow2016-09-09
* Refactor ActionExecutionFunction to avoid unnecessary unwrapping of SkyKeys t...Gravatar Janak Ramakrishnan2016-08-22
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Refactor FileArtifactValue and ArtifactValue now that presence of mtime and d...Gravatar Janak Ramakrishnan2016-08-01
* Avoid intermediate Map/Collections in ActionExecutionFunctionGravatar Michajlo Matijkiw2016-07-29
* Avoid copying map when adding discovered inputs to action metadata.Gravatar Janak Ramakrishnan2016-07-28
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* Fix JDK 7 build of BazelGravatar Damien Martin-Guillerez2016-04-14
* Introduce TreeFileArtifact, which represents files under TreeArtifacts.Gravatar Rumou Duan2016-04-14
* Move TimestampGranularityMonitor to CommandEnvironment.Gravatar Ulf Adams2016-03-23
* Allow PackageRootResolver to take in directories for findPackageRoots().Gravatar Alex Humesky2016-03-18
* Don't keep packages in the default repository around after loading.Gravatar Brian Silverman2016-03-17
* Ensure that errors from a mismatch between include scanning and local executi...Gravatar Janak Ramakrishnan2016-03-09
* Rollback of commit a0eefb52f529b73c6cb92f0a762853646ea2eae6.Gravatar Googler2016-02-11
* Rollback of commit df03e10f6552566982399b8779fe7bc7a17d75dc.Gravatar Michajlo Matijkiw2016-02-11
* Make unpredictable action inputs and outputs available to Actions.Gravatar Michael Thvedt2016-02-10
* 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