aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/SequencedSkyframeExecutorFactory.java
Commit message (Expand)AuthorAge
* Refactoring: uses OutputService for ActionFileSystem injectionGravatar shahan2018-06-18
* Adds an action-scoped filesystem.Gravatar shahan2018-05-09
* SourceArtifacts are interned on deserialization using an ArtifactFactory. Th...Gravatar cpeyser2018-04-24
* Add a DefaultBuildOptions specifying default build flags that may differ from...Gravatar mjhalupka2018-03-22
* Automated rollback of commit d0f06a6e4b61adc39bf5e1cfbae39501a89dc8e3.Gravatar nharmata2017-12-05
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Remove the concept of a mandatory input which is allowed to be missing.Gravatar Googler2017-11-29
* Automated rollback of commit b64119807b014d9f3b99fb8a02e22daf1a8299b6.Gravatar nharmata2017-11-28
* Change BlacklistedPackagesPrefixesFunction to take a pair of a hardcoded set ...Gravatar nharmata2017-11-28
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Stop injecting embedded artifacts. They're never used by anyone in Skyframe, ...Gravatar janakr2017-09-26
* Remove unused "extraPrecomputedValues" from WorkspaceBuilder, and therefore r...Gravatar janakr2017-09-25
* Remove product name precomputed value.Gravatar janakr2017-09-25
* Reduce to one SequencedSkyframeExecutor#create method. The others were minor ...Gravatar janakr2017-07-20
* Make PackageFunction's strategy for handling unreadable BUILD files configura...Gravatar nharmata2017-06-08
* Factor out Bazel-specific ctor constants in SequencedSkyframeExecutor into a ...Gravatar nharmata2017-06-06
* Delete Preprocessor.Factory.SupplierGravatar laurentlb2017-04-12
* Update package lookup to check for files named BUILD.bazel before files namedGravatar John Cater2016-11-11
* Adds an enum to describe how PackageLookupFunction should handle package labelsGravatar John Cater2016-10-13
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Move TimestampGranularityMonitor to CommandEnvironment.Gravatar Ulf Adams2016-03-23
* Don't treat external files as immutableGravatar Kristina Chodorow2015-12-08
* Set the SkyframeActionExecutor.reporter in prepareForExecution.Gravatar Ulf Adams2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move ownership of SkyframeBuildView to SkyframeExecutor.Gravatar Ulf Adams2015-09-23
* Allow modules to specify additional nodes in the graph to be invalidated and ...Gravatar Janak Ramakrishnan2015-07-29
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25